Thread

  1. Re: [HACKERS] shared lib names

    Zeugswetter Andreas <andreas.zeugswetter@telecom.at> — 1999-07-16T15:49:51Z

    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