Обсуждение: Re: [HACKERS] shared lib names

Поиск
Список
Период
Сортировка

Re: [HACKERS] shared lib names

От
Zeugswetter Andreas IZ5
Дата:
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