> -----Original Message-----
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 20 June 2003 21:51
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; 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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to