This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: After compiling glibc-2.10.1, make tests return errors.


On Saturday 25 July 2009 01:12:50 Richard Lemieux wrote:
> I just compiled glibc-2.10.1 natively for an i686 Q6600 running
> linux-2.6.29.5 and gcc-4.2.2.  I am at the point of making the tests.
>
> I configure as follows.  The straightforward configure leads to an error
> later at compile time:
>
>    undefined reference to `__sync_fetch_and_add_4

this is expected behavior.  your toolchain defaulted to using i386 
instructions which latest glibc will not work with.  you must configure your 
toolchain and/or compiler flags to select a better target (such as i686).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]