public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* build failure on i586-pc-linux-libc1
@ 1999-07-12 17:13 dean wilson
  1999-07-12 18:21 ` Rod m. Stewart
  1999-07-31 23:33 ` dean wilson
  0 siblings, 2 replies; 6+ messages in thread
From: dean wilson @ 1999-07-12 17:13 UTC (permalink / raw)
  To: egcs

    hello

Last week i started getting this failure building egcs


  -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
-I../../../libobjc/../include ../../../libobjc/init.c
/root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
-B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
-I../../../libobjc   -g -O2 -DIN_GCC -I../../../libobjc/objc
-I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
-I../../../libobjc/../include ../../../libobjc/linking.m
In file included from ../../../libobjc/objc/Object.h:30,
                 from ../../../libobjc/linking.m:28:
../../../libobjc/objc/objc.h:51: parse error before \x03onst'
xgcc: Internal compiler error: program cc1obj got fatal signal 11
make[2]: *** [linking.o] Error 1
make[2]: Leaving directory
/root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
[all-target-libobjc] Error 2
make[1]: Leaving directory /root/egcs/egcs/mine'
make: *** [bootstrap] Error 2



this is what i used for configuration

../configure --prefix=/usr --with-gxx-include-dir=/usr/include/g++
--enable-haifa --enable-shared --enable-threads

i did a cvs update again this afternoon with the same results, also i get
the same response from 2 different machines.

thanks


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build failure on i586-pc-linux-libc1
  1999-07-12 17:13 build failure on i586-pc-linux-libc1 dean wilson
@ 1999-07-12 18:21 ` Rod m. Stewart
  1999-07-31 23:33   ` Rod m. Stewart
  1999-07-31 23:33 ` dean wilson
  1 sibling, 1 reply; 6+ messages in thread
From: Rod m. Stewart @ 1999-07-12 18:21 UTC (permalink / raw)
  To: dean wilson; +Cc: egcs

On Mon, 12 Jul 1999, dean wilson wrote:

> Last week i started getting this failure building egcs
> 
> 
>   -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
> -I../../../libobjc/../include ../../../libobjc/init.c
> /root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
> -B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
> -I../../../libobjc   -g -O2 -DIN_GCC -I../../../libobjc/objc
> -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
> -I../../../libobjc/../include ../../../libobjc/linking.m
> In file included from ../../../libobjc/objc/Object.h:30,
>                  from ../../../libobjc/linking.m:28:
> ../../../libobjc/objc/objc.h:51: parse error before \x03onst'
> xgcc: Internal compiler error: program cc1obj got fatal signal 11
> make[2]: *** [linking.o] Error 1
> make[2]: Leaving directory
> /root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
> [all-target-libobjc] Error 2
> make[1]: Leaving directory /root/egcs/egcs/mine'
> make: *** [bootstrap] Error 2

[...]
> i did a cvs update again this afternoon with the same results, also i get
> the same response from 2 different machines.

IMHO this is not well documented (although I'm not certain what it should
say instead of what is currently in the FAQ).  I got caught on this one
for a while as well.  When updating via cvs use the update script in:
	contrib/egcs_update

Check the archives looking "objc" and "bison", for a more detailed
version.

-Rms

^ permalink raw reply	[flat|nested] 6+ messages in thread

* build failure on i586-pc-linux-libc1
  1999-07-12 17:13 build failure on i586-pc-linux-libc1 dean wilson
  1999-07-12 18:21 ` Rod m. Stewart
@ 1999-07-31 23:33 ` dean wilson
  1 sibling, 0 replies; 6+ messages in thread
From: dean wilson @ 1999-07-31 23:33 UTC (permalink / raw)
  To: egcs

    hello

Last week i started getting this failure building egcs


  -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
-I../../../libobjc/../include ../../../libobjc/init.c
/root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
-B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
-I../../../libobjc   -g -O2 -DIN_GCC -I../../../libobjc/objc
-I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
-I../../../libobjc/../include ../../../libobjc/linking.m
In file included from ../../../libobjc/objc/Object.h:30,
                 from ../../../libobjc/linking.m:28:
../../../libobjc/objc/objc.h:51: parse error before \x03onst'
xgcc: Internal compiler error: program cc1obj got fatal signal 11
make[2]: *** [linking.o] Error 1
make[2]: Leaving directory
/root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
[all-target-libobjc] Error 2
make[1]: Leaving directory /root/egcs/egcs/mine'
make: *** [bootstrap] Error 2



this is what i used for configuration

../configure --prefix=/usr --with-gxx-include-dir=/usr/include/g++
--enable-haifa --enable-shared --enable-threads

i did a cvs update again this afternoon with the same results, also i get
the same response from 2 different machines.

thanks


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build failure on i586-pc-linux-libc1
  1999-07-12 18:21 ` Rod m. Stewart
@ 1999-07-31 23:33   ` Rod m. Stewart
  0 siblings, 0 replies; 6+ messages in thread
From: Rod m. Stewart @ 1999-07-31 23:33 UTC (permalink / raw)
  To: dean wilson; +Cc: egcs

On Mon, 12 Jul 1999, dean wilson wrote:

> Last week i started getting this failure building egcs
> 
> 
>   -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
> -I../../../libobjc/../include ../../../libobjc/init.c
> /root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
> -B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
> -I../../../libobjc   -g -O2 -DIN_GCC -I../../../libobjc/objc
> -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
> -I../../../libobjc/../include ../../../libobjc/linking.m
> In file included from ../../../libobjc/objc/Object.h:30,
>                  from ../../../libobjc/linking.m:28:
> ../../../libobjc/objc/objc.h:51: parse error before \x03onst'
> xgcc: Internal compiler error: program cc1obj got fatal signal 11
> make[2]: *** [linking.o] Error 1
> make[2]: Leaving directory
> /root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
> [all-target-libobjc] Error 2
> make[1]: Leaving directory /root/egcs/egcs/mine'
> make: *** [bootstrap] Error 2

[...]
> i did a cvs update again this afternoon with the same results, also i get
> the same response from 2 different machines.

IMHO this is not well documented (although I'm not certain what it should
say instead of what is currently in the FAQ).  I got caught on this one
for a while as well.  When updating via cvs use the update script in:
	contrib/egcs_update

Check the archives looking "objc" and "bison", for a more detailed
version.

-Rms

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build failure on i586-pc-linux-libc1
  1999-07-13 14:16 dean wilson
@ 1999-07-31 23:33 ` dean wilson
  0 siblings, 0 replies; 6+ messages in thread
From: dean wilson @ 1999-07-31 23:33 UTC (permalink / raw)
  To: Rod m. Stewart; +Cc: egcs

-----Original Message-----
From: Rod m. Stewart <stewart@nexus.carleton.ca>
To: dean wilson <mine@speedbros.com>
Cc: egcs@egcs.cygnus.com <egcs@egcs.cygnus.com>
Date: Monday, July 12, 1999 7:29 PM
Subject: Re: build failure on i586-pc-linux-libc1


>
>On Mon, 12 Jul 1999, dean wilson wrote:
>
>> Last week i started getting this failure building egcs
>>
>>
>>   -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
>> -I../../../libobjc/../include ../../../libobjc/init.c
>> /root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
>> -B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
>> -I../../../libobjc   -g -O2 -DIN_GCC -I../../../libobjc/objc
>> -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
>> -I../../../libobjc/../include ../../../libobjc/linking.m
>> In file included from ../../../libobjc/objc/Object.h:30,
>>                  from ../../../libobjc/linking.m:28:
>> ../../../libobjc/objc/objc.h:51: parse error before \x03onst'
>> xgcc: Internal compiler error: program cc1obj got fatal signal 11
>> make[2]: *** [linking.o] Error 1
>> make[2]: Leaving directory
>> /root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
>> [all-target-libobjc] Error 2
>> make[1]: Leaving directory /root/egcs/egcs/mine'
>> make: *** [bootstrap] Error 2
>
>[...]
>> i did a cvs update again this afternoon with the same results, also i get
>> the same response from 2 different machines.
>
>IMHO this is not well documented (although I'm not certain what it should
>say instead of what is currently in the FAQ).  I got caught on this one
>for a while as well.  When updating via cvs use the update script in:
> contrib/egcs_update
>
>Check the archives looking "objc" and "bison", for a more detailed
>version.
>
>-Rms
>



that would be ok except that this was happening with a fresh check out i did
dl the latest snapshot and had no problems. I will probly try to recheck out
the gcc-2.95 tree tonight. also i tried the update script with the same
results, unfortunatley i erased that tree here when the snapshot built ok
and i needed room for glibc2.1.1, probably just got a bad file when it was
dl'ing


Dean


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build failure on i586-pc-linux-libc1
@ 1999-07-13 14:16 dean wilson
  1999-07-31 23:33 ` dean wilson
  0 siblings, 1 reply; 6+ messages in thread
From: dean wilson @ 1999-07-13 14:16 UTC (permalink / raw)
  To: Rod m. Stewart; +Cc: egcs

-----Original Message-----
From: Rod m. Stewart <stewart@nexus.carleton.ca>
To: dean wilson <mine@speedbros.com>
Cc: egcs@egcs.cygnus.com <egcs@egcs.cygnus.com>
Date: Monday, July 12, 1999 7:29 PM
Subject: Re: build failure on i586-pc-linux-libc1


>
>On Mon, 12 Jul 1999, dean wilson wrote:
>
>> Last week i started getting this failure building egcs
>>
>>
>>   -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
>> -I../../../libobjc/../include ../../../libobjc/init.c
>> /root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
>> -B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
>> -I../../../libobjc   -g -O2 -DIN_GCC -I../../../libobjc/objc
>> -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
>> -I../../../libobjc/../include ../../../libobjc/linking.m
>> In file included from ../../../libobjc/objc/Object.h:30,
>>                  from ../../../libobjc/linking.m:28:
>> ../../../libobjc/objc/objc.h:51: parse error before \x03onst'
>> xgcc: Internal compiler error: program cc1obj got fatal signal 11
>> make[2]: *** [linking.o] Error 1
>> make[2]: Leaving directory
>> /root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
>> [all-target-libobjc] Error 2
>> make[1]: Leaving directory /root/egcs/egcs/mine'
>> make: *** [bootstrap] Error 2
>
>[...]
>> i did a cvs update again this afternoon with the same results, also i get
>> the same response from 2 different machines.
>
>IMHO this is not well documented (although I'm not certain what it should
>say instead of what is currently in the FAQ).  I got caught on this one
>for a while as well.  When updating via cvs use the update script in:
> contrib/egcs_update
>
>Check the archives looking "objc" and "bison", for a more detailed
>version.
>
>-Rms
>



that would be ok except that this was happening with a fresh check out i did
dl the latest snapshot and had no problems. I will probly try to recheck out
the gcc-2.95 tree tonight. also i tried the update script with the same
results, unfortunatley i erased that tree here when the snapshot built ok
and i needed room for glibc2.1.1, probably just got a bad file when it was
dl'ing


Dean


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-07-31 23:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-12 17:13 build failure on i586-pc-linux-libc1 dean wilson
1999-07-12 18:21 ` Rod m. Stewart
1999-07-31 23:33   ` Rod m. Stewart
1999-07-31 23:33 ` dean wilson
1999-07-13 14:16 dean wilson
1999-07-31 23:33 ` dean wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).