Re: Problems building glibc/eglibc

2009-08-25 Thread Hector Oron
Hello, 2009/8/25 Lluís Batlle : > How should I build glibc or eglibc? Can I check the build scripts for > debian's glibc somewhere? $ apt-get source eglibc will give you the source and you can check build scripts in there. For the build logs[1] or you can try upstream recommendations[2][3] [

Problems building glibc/eglibc

2009-08-25 Thread Lluís Batlle
Hello, I'm just thinking maybe the toolchain is broken there. I'm using a sheevaplug. I want to build glibc. I get the same problem also with eglibc. glibc's configure tries to check if "-fexceptions" works in gcc. So it issues this test:  cat > conftest.c <<\EOF _start () {} int __eh_pc; __thr