From mboxrd@z Thu Jan 1 00:00:00 1970 From: jfaith@lineo.com To: Florin Boariu Cc: crossgcc@sources.redhat.com Subject: Re: eprintf hates me Date: Mon, 11 Dec 2000 08:17:00 -0000 Message-id: <3A34FC08.C4DB40E2@lineo.com> References: X-SW-Source: 2000-12/msg00041.html You might try make LANGUAGES="c" cross , which will skip building the Fortran stuff. Also, it's probably a good idea to clean your build directory and start from the beginning, since I've seen the make process continue trying to build Fortran even when given the "c" flag. , John Florin Boariu wrote: > ... > > The configuration was done by: > > gcc-obj $ ../gcc-2.95.2/configure --host=powerpc-g3-linux-gnu --build=i586-pc-linux-gnu --target=powerpc-g3-linux-gnu --enable-static-link --with-newlib > > I also tried to --enable-languagues="c" since the error seems to appear > when compiling the f77 compiler (or am I wrong?), but then gcc doesn't get > built either... very strange. > > I need the --enable-static-link option because the target system does not > have a libc yet. > > Does anybody have any idea about what I'm doing wrong? ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com