[wx-dev] wx-config --ld patch for 2.8

Kit Bishop kit at bishop.net.nz
Thu Oct 25 17:56:10 PDT 2007


Vadim Zeitlin wrote:
> On Fri, 26 Oct 2007 13:14:31 +1300 Kit Bishop <kit at bishop.net.nz> wrote:
>
> KB> Is it intended that at least the part of this patch:
> KB> 	https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1815361&group_id=9863
> KB> that affects wx-config --ld will be applied to the 2.8 branch in SVN?
>
>  I don't think so, if anybody uses `wx-config --ld` output for linking the
> shared libraries, we don't want to break this in 2.8. You'll have to just
> use `wx-config --cxx -o` instead in 2.8.
>
>  Regards,
> VZ
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>   
Ok, fair enough.  I'm using a generic makefile that works on Linux and
MinGW and don't want to have to worry about any differences between
platforms so am using wx-config extensively.  I must admit I hadn't
thought of using `wx-config --cxx -o` as an alternative to `wx-config --ld`

Best regards,
Kit




More information about the wx-dev mailing list