|
Boost-Build : |
Subject: Re: [Boost-build] g++ 4.3.2 linking error - auto-import
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2009-04-26 14:03:25
> This can be fixed by adding:
> Â Â <linkflags>-Wl,--enable-auto-import
>Â Â <linkflags>-Wl,--enable-stdcall-fixup
I have rerun the tests for cygwin with compiler 4.3.2 and it is much better now.
Some linking errors remain, probably because the option in
user-config.jam did not propagate to all tests, why?
For example: http://tinyurl.com/djl9a3
Here is my user-config.jam:
using gcc : cygwin_4.3.2 : /usr/bin/g++-4 :
<compileflags>-DBOOST_NO_STD_WSTRING
<compileflags>-DBOOST_POSIX_API
<compileflags>-DBOOST_POSIX_PATH
<linkflags>-Wl,--enable-auto-import
<linkflags>-Wl,--enable-stdcall-fixup
;
Frédéric
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk