> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 20 June 2003 21:51
> To: jm.poure@freesurf.fr
> Cc: pgadmin-hackers@postgresql.org; Dave Page; Adam Pendleton
> Subject: Re: [pgadmin-hackers] CVS version does not compile
>
>
> - Linkage has been changed again. in stead of
> LIB=... -L$(WX_HOME)/lib -l wx_gtk2ud_stc -lwc -l
> wx_gtk2ud_xrc which will link static or dynamic libraries as
> appropriate, it now says
> LIB=... -l$(WX_HOME)/lib/libwx_gtk2ud_stc.a,
> tying it to the static libraries (I dont have them...) This
> is done for
> stc and xrc, not for the base wx lib.
>
> Please revert it back to the flexible solution.
>
That was changed because it is the correct solution. Debug builds use wx
statically, and following some bug reports, I changed it to use static
xrc, stc and libpq as well. Release builds are dynamic in all ways.
However, I realise this is not ideal, so proposed a change earlier that
will allow any combination of release/debug & static/dynamic. I believe
Adam is now working on it.
Regards, Dave