From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Joel Sherrill Cc: egcs@cygnus.com Subject: Re: pre-egcs 1.1 status for *-rtems Date: Tue, 14 Jul 1998 09:12:00 -0000 Message-id: <16184.900432489@hurl.cygnus.com> References: X-SW-Source: 1998-07/msg00487.html 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