This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

bulding libgcc1.a fails for 970917-snapshot ...


	Hi.

I'm trying to builg gcc ( thanx 4 your previous help :)
for a target-system defined as "i586-pc-linux-gnulibc1".

But the process fails when trying to build ligcc1.a. Here 
the way I'm doing:

	$cd gcc; ./configure -v --enable-shared --with-gnu
	[..]

	$make LANGUAGES="c c++" CFLAGS="-g -O2"
	[..]
	_mulsi3
	cpp: Usage: /usr/lib/gcc-lib/i486-linux/2.7.2.1/cpp [switches] input output
	make: *** [libgcc1.a] Error1

cpp may be called trough the command 
"cc -DIN_LIBGCC1 -0 -I. -I. -I./config -c -DL_mulsi3 ./libgcc1.c" 
which IMHO seems correct :(


Thanx for your help, Max


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