On Tue, 2002-01-22 at 13:04, Jacky Lam wrote: > However, after glibc is built successfully, I make distclean, clean up > gcc/config/arm/t-linux, reconfigure gcc and make. It still complains about > stdio.h cannot be found. > > The line I config gcc is: > > ./configure --prefix=XXX --build=i686-pc-linux --target=arm-linux --with-hea > ders=XXX > > What's wrong with it? Thanks.
It's hard to say. Most likely, the particular XXX that you used for "--with-headers" doesn't match the place that glibc got installed. If you configure glibc with --prefix=/usr/local/arm-linux or something of that kind, you should be able to configure gcc with just --prefix=/usr/local and omit the --with-headers altogether. p. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
