Re: [HACKERS] shared lib names - Mailing list pgsql-hackers

From Zeugswetter Andreas IZ5
Subject Re: [HACKERS] shared lib names
Date
Msg-id 219F68D65015D011A8E000006F8590C60339E07F@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List 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


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas IZ5
Date:
Subject: Makefile.shlib bug and AIX patch
Next
From: Zeugswetter Andreas IZ5
Date:
Subject: AW: [HACKERS] shared lib names