[Bug testsuite/71021] [libatomic testsuite] Test program compilation fail (missing -pthread flag)

romain.geissler at amadeus dot com gcc-bugzilla@gcc.gnu.org
Thu Jun 30 17:46:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71021

Romain Geissler <romain.geissler at amadeus dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Romain Geissler <romain.geissler at amadeus dot com> ---
Hi,

Actually that was indeed my fault. My custom binutils installation was
configured with --with-lib-path=/path/to/custom/toolchain/lib, but this is not
enough to fully isolate the toolchain. You have to put
"/path/to/custom/toolchain/lib" in the file
"/path/to/custom/toolchain/etc/ld.so.conf" as well.

I am closing this bug.

Cheers,
Romain


More information about the Gcc-bugs mailing list