Boost logo

Boost-Build :

Subject: Re: [Boost-build] library_order failures
From: aaron_at_[hidden]
Date: 2016-02-04 10:35:16


I have been having another failure pertaining to the GCC linker recently. I am receiving "multiple definition" errors after updating to a newer engine. As far as I can tell I think the reason for the test breaking is due to Stephen's change back in February of last year to the native order module.

If I revert the engine to before that change was made, the library being built by GCC works just fine, so I don't think the "-Wl,--no-as-needed" will be enough for my case (although, I'm still not 100% convinced Boost.Build is at fault. I'm not familiar enough with the codebase of the project to prove otherwise).

Additionally, the Python port is still using some variant of the automatic sorting and does not use the native C module.

Aaron

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