Re: gcc fails to build on debian-mipsel

2001-04-02 Thread Ben Collins
On Mon, Apr 02, 2001 at 11:27:26PM +0200, Florian Lohoff wrote: > On Mon, Apr 02, 2001 at 02:28:17PM -0400, Ben Collins wrote: > > On Mon, Apr 02, 2001 at 08:05:08PM +0200, Florian Lohoff wrote: > > > stage1/collect2 -Y P,/usr/lib -dynamic-linker /lib/ld.so.1 -o gencheck > > > /usr/lib/crt1.o /us

[PATCH] Re: gcc fails to build on debian-mipsel

2001-04-02 Thread Florian Lohoff
On Mon, Apr 02, 2001 at 02:28:17PM -0400, Ben Collins wrote: > See that link line? There is no "-lc". That's where the problem is > coming from, and I've no idea why -lc isn't there. Check the mips headers > in gcc/config/ and the generated spec file to see if you can find where it > adds the crten

Re: gcc fails to build on debian-mipsel

2001-04-02 Thread Florian Lohoff
On Mon, Apr 02, 2001 at 02:28:17PM -0400, Ben Collins wrote: > On Mon, Apr 02, 2001 at 08:05:08PM +0200, Florian Lohoff wrote: > > stage1/collect2 -Y P,/usr/lib -dynamic-linker /lib/ld.so.1 -o gencheck > > /usr/lib/crt1.o /usr/lib/crti.o stage1/crtbegin.o -Lstage1 gencheck.o > > obstack.o -lgcc

Re: gcc fails to build on debian-mipsel

2001-04-02 Thread Ben Collins
On Mon, Apr 02, 2001 at 08:05:08PM +0200, Florian Lohoff wrote: > stage1/collect2 -Y P,/usr/lib -dynamic-linker /lib/ld.so.1 -o gencheck > /usr/lib/crt1.o /usr/lib/crti.o stage1/crtbegin.o -Lstage1 gencheck.o > obstack.o -lgcc -lgcc stage1/crtend.o /usr/lib/crtn.o > /usr/lib/crt1.o: In function

Re: gcc fails to build on debian-mipsel

2001-04-02 Thread Florian Lohoff
On Mon, Apr 02, 2001 at 01:39:08PM -0400, Ben Collins wrote: > On Mon, Apr 02, 2001 at 07:08:01PM +0200, Florian Lohoff wrote: > > gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in > > ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo > > ;; es

Re: gcc fails to build on debian-mipsel

2001-04-02 Thread Ben Collins
On Mon, Apr 02, 2001 at 07:08:01PM +0200, Florian Lohoff wrote: > > Hi, > i am trying to bootstrap debian-mipsel (once again) and failed to build > gcc 2.95.3 (gcc-2.95_2.95.3.ds5-10.dsc) for building glibc 2.2.2 > > I am currently running egcs 1.1.2, binutils 2.11.90.0.1, glibc 2.0.6 > and the b