This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Trying to cross-compile gcc 3.3.2 and glibc 2.3.2


Hello,

I'm trying to compile gcc 3.3.2 and glibc 2.3.2 for a cross-compile toolchain. I do these steps:
1. configure, make and make install binutils 2.14
2. configure, make install-headers glibc 2.3.2 to have headers to compile gcc 3.3.2
3. configure, make all-gcc and make install-gcc to have a bootstrap compiler
4. configure, make and make install for a complete glibc
5. configure, make and make install to have a complete gcc with c++ enabled.

The problem comes when I try to configure glibc after compiling the bootstrap (step 4). I have this message:

checking size of long double... configure: error: cannot compute sizeof (long double), 77

What did I do wrong? If it's needed, I can send the complete cross-compiling script with the options I'm using.
I work on a Gentoo box.

Thanks for helping

Greg


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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