This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pre-egcs 1.1 status for *-rtems
- To: Joel Sherrill <joel at OARcorp dot com>
- Subject: Re: pre-egcs 1.1 status for *-rtems
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 14 Jul 1998 10:08:09 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.BSF.3.96.980714072626.27184B-100000@vespucci.advicom.net>you write:
>
>
> Stupid me. I thought you asked for the output of "sh -x
> ../src/gcc/configure". Did you want the output of "sh -x
> ../src/configure"?
?!? You sent me exactly what was needed the first time.
> ../src/gas does exist and ../src/gas/configure.in is there.
Weird. I recommend you put in some strategic echo's in gcc/configure
to find out what's happening.
You might do something like
pwd
echo $srcdir
ls $srcdir
Just before the code which checks for assembler features.
The problem appears to be that gcc/configure did not find the assembler
sources and thus can't determine what assembler version you've got. So
we have to debug configure. Too bad there's no such thing as a sgdb :-)
jeff