This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: !(fun) with tls
- From: NZG <ngustavson at emacinc dot com>
- To: Niklaus <niklaus at gmail dot com>
- Cc: crossgcc at sourceware dot org, gcc at gcc dot gnu dot org, gcc-help at gcc dot gnu dot org
- Date: Thu, 22 Jun 2006 14:07:46 -0500
- Subject: Re: !(fun) with tls
- References: <200606021036.29406.ngustavson@emacinc.com> <200606221311.36310.ngustavson@emacinc.com> <85e0e3140606221200t157abfaas5c569778a91ae757@mail.gmail.com>
> /lib/libc.so.6 is provided by glibc whereas /usr/lib/libc.so is
> provided by glibc-devel.
Ah, if this is true then I probably need to be building against a sysroot
containing glibc-devel.
I'll try that, thx.
NZG