Re: [HACKERS] shared lib names

Zeugswetter Andreas <andreas.zeugswetter@telecom.at>

From: Zeugswetter Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
To: "'maillist@candle.pha.pa.us'" <maillist@candle.pha.pa.us>
Cc: "'hackers@postgresql.org'" <hackers@postgreSQL.org>
Date: 1999-07-16T15:49:51Z
Lists: pgsql-hackers
Thomas wrote:
> > Why are our shared libs called e.g. ecpg.so and not libecpg.so ?
> 
> Uh, they aren't on at least some platforms. Here is the lib directory
> on my linux box:
> 
Sorry Bruce, please can you make that change to my patch:

-   shlib				:= $(NAME)$(DLSUFFIX)

+   shlib
:= lib$(NAME)$(DLSUFFIX)

Andreas