Boost logo

Boost Users :

Subject: Re: [Boost-users] [test] Windows Vista: "The application failed toinitialize properly (0xc0000005)."
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-09-09 05:12:53


>> I've been struggling to find a way to get bjam to add -enable-auto-import
>> to
>> all it's link stages when building boost with mingw.
>>
>> Can anyone help with this ?
>
> Building boost with bjam:
> 1. Create a user-config.jam
> 2. Add the following line (refer
> http://www.boost.org/boost-build2/doc/html/bbv2/overview/configuration.html
> for details):
> using msvc : : : <linkflags>-enable-auto-import ;
> 3. Provide your config file (with valid path if you keep it in a
> different folder) to bjam as following:
> bjam --user-config=user-config.jam
>
> The key is "linkflags" in your user-config.jam file and its correct
> location. All those colons (:) are required and note the space before
> the last semi-colon.

Excellent, thanks, that finally gets mingw4.5 working for me!

Cheers, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net