Re: [HACKERS] shared lib names

From: Zeugswetter Andreas IZ5 <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: "'maillist(at)candle(dot)pha(dot)pa(dot)us'" <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: "'hackers(at)postgresql(dot)org'" <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] shared lib names
Date: 1999-07-16 15:49:51
Message-ID: 219F68D65015D011A8E000006F8590C60339E07F@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas IZ5 1999-07-16 15:55:26 AW: [HACKERS] shared lib names
Previous Message Zeugswetter Andreas IZ5 1999-07-16 15:39:14 Makefile.shlib bug and AIX patch