From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Dimitrios Bartzos Cc: egcs@egcs.cygnus.com Subject: Re: Problems compiling in HP-UX 10.20 Date: Thu, 22 Apr 1999 23:07:00 -0000 Message-id: <3011.924847525@upchuck.cygnus.com> References: X-SW-Source: 1999-04/msg00796.html In message < Pine.SOL.4.10.9904221525110.20846-100000@amenti.rutgers.edu >you w rite: > and the further I have managed to go is the comparison failures > at the end of make bootstrap. Are you using the GNU assembler or HP's assembler. When using certain versions of the HP assembler you will get a comparison failure on every file. You should install gas/binutils first (using the same --prefix option as you use for egcs). Then reconfigure egcs using "--with-gnu-as" as an additional option. Finally do "make bootstrap" jeff From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Dimitrios Bartzos Cc: egcs@egcs.cygnus.com Subject: Re: Problems compiling in HP-UX 10.20 Date: Fri, 30 Apr 1999 23:15:00 -0000 Message-ID: <3011.924847525@upchuck.cygnus.com> References: X-SW-Source: 1999-04n/msg00802.html Message-ID: <19990430231500.UvrpnKmKSWNxc7vQ-CHnhYyg5tuhGudHp9ju0IlH0iA@z> In message < Pine.SOL.4.10.9904221525110.20846-100000@amenti.rutgers.edu >you w rite: > and the further I have managed to go is the comparison failures > at the end of make bootstrap. Are you using the GNU assembler or HP's assembler. When using certain versions of the HP assembler you will get a comparison failure on every file. You should install gas/binutils first (using the same --prefix option as you use for egcs). Then reconfigure egcs using "--with-gnu-as" as an additional option. Finally do "make bootstrap" jeff