This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: attachment from last message. (fwd)
- To: egcs at cygnus dot com (egcs at cygnus dot com)
- Subject: Re: attachment from last message. (fwd)
- From: Carlo Wood <carlo at runaway dot xs4all dot nl>
- Date: Sun, 5 Jul 1998 14:15:33 +0200 (CEST)
Just so everyone will recognize this problem next time:
Forwarded message:
------------------
From: Wolf <twolf@ism.com.br>
To: Carlo Wood <carlo@runaway.xs4all.nl>
Subject: Re: attachment from last message.
Carlo Wood wrote:
> | _mulsi3
> | cpp: Usage: /usr/lib/gcc-lib/i686-unknown-linux-gnulibc1/2.7.2.3/cpp [switches] input output
> | make[2]: *** [libgcc1.a] Error 1
> | make[2]: Leaving directory `/usr/src/egcs-built/gcc'
> | make[1]: *** [bootstrap] Error 2
> | make[1]: Leaving directory `/usr/src/egcs-built/gcc'
> | make: *** [bootstrap] Error 2
> |
> | --------------2AB25E2A00371F326FCC14AB--
>
> Ok, so what is the output, right after this error, of:
>
> cd /usr/src/egcs-built/gcc
> cc -v -DIN_LIBGCC1 -O -I. -I../../egcs-1.0.3a/gcc -I../../egcs-1.0.3a/gcc/config -c -DL_mulsi3 ../../egcs-1.0.3a/gcc/libgcc1.c
I already fixed the problem... There was a '::' in my LIBRARY_PATH.
After I removed it, egcs compiled ok.
Thanks anyway for your help.
-Wolf-