Re: [HACKERS] shared lib names

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas IZ5
Тема Re: [HACKERS] shared lib names
Дата
Msg-id 219F68D65015D011A8E000006F8590C60339E07F@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Zeugswetter Andreas IZ5
Дата:
Сообщение: Makefile.shlib bug and AIX patch
Следующее
От: Zeugswetter Andreas IZ5
Дата:
Сообщение: AW: [HACKERS] shared lib names