Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-01-18 05:42:08


Manfred Doudar wrote:

>bin/boost/libs/serialization/build/libboost_serialization.so/gcc/debug/shared-linkable-true/xml_oarchive.o
> gcc-Link-action
>
bin/boost/libs/serialization/build/libboost_serialization.so/gcc/debug/shared-linkable-true/libboost_serialization-gcc-d-1_33_1.so
> /usr/bin/ld: `.L549' referenced in section `.rodata' of
>
bin/boost/libs/serialization/build/libboost_serialization.so/gcc/debug/shared-linkable-true/basic_oarchive.o:
> defined in discarded section
> `.gnu.linkonce.t._ZNK5boost7archive17archive_exception4whatEv' of

This is a gcc bug:

   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625

As far as I know, no workaround is available, other then sticking to older
version of binutils. That's what we did, and have no problems.

Another possible solution is to pester gcc developers to fix this.

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk