This is the mail archive of the glibc-bugs@sources.redhat.com 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]

[Bug libc/137] glibc cross compilation failure


------- Additional Comments From dank at kegel dot com  2004-04-29 04:58 -------
That's funny - I don't see that problem here, even though I
see in configure where it's trying to run the program.
Maybe I use some option when configuring that gets around
the problem; I use

    BUILD_CC=gcc CFLAGS="$TARGET_CFLAGS" CC="${TARGET}-gcc $GLIBC_EXTRA_CC_ARGS"
AR=${TARGET}-ar RANLIB=${TARGET}-ranlib \
        ${GLIBC_DIR}/configure --host=$TARGET --prefix=/usr \
        --build=$HOST \
        ${GLIBC_EXTRA_CONFIG} \
        --without-tls --without-__thread --enable-kernel=2.4.3 \
        --without-cvs --disable-profile --disable-debug --without-gd \
        --enable-add-ons --with-headers=$HEADERDIR

(Maybe you should take this up with the autoconf people;
glibc is just using autoconf-2.57's AC_CHECK_SIZEOF(long double, 0)
from what I can see, and I thought AC_CHECK_SIZEOF was supposed
to not do nasty things like that anymore.)

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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