Re: glibc configure: error: Need linker with .init_array/.fini_array support

2009-10-12 Thread Ian Lance Taylor
jeffiedward writes: > when i try to compile glibc, the following configuration error occurs: > > ../configure CFLAGS=" -march=i686 -O2" --host=i686-pc-linux-gnu > --target=powerpc-linux-gnu --prefix=/home/tellabs/GNU/PPC > --with-headers=/home/tellabs/GNU/include > --with-binutils=/home/tellabs/G

glibc configure: error: Need linker with .init_array/.fini_array support

2009-10-12 Thread jeffiedward
Hi, I'm new to the GNU tool building environment. I'm trying to build cross GCC for powerpc-linux platform. I could compile binutils and first-stage gcc. These are my configuration options: binutils: ../configure --prefix=/home/tellabs/GNU/PPC --target=powerpc-linux-gnu make all make i