From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Starner To: Yasushi Shoji , egcs@egcs.cygnus.com Subject: Re: want egcs 1.0.3 to make binary against glibc6 Date: Mon, 22 Mar 1999 08:22:00 -0000 Message-id: <36F66CD8.104157F2@aasaa.ofe.org> References: <19990322021031X.yashi@yashi.com> X-SW-Source: 1999-03/msg00724.html Yasushi Shoji wrote: > > hi all, > > hope this is not off topic. > > i just installed glibc 2.1.1pre1 on my linux box, > that i installed slackware 3.5 on a while ago. > installation went pretty good, at lease i think :) > and i chage spec file as HOWTO says so that i can > build binaries against libc.so.6. > > however, it still makes binaries against old libc.so.5 > that i moved to /usr/i586-pc-linux-gnulibc1/lib. Right. Libc5/libc6 are two different system types according to Egcs. You'll need to compile a new egcs to handle libc6. On the good side, it's a nice chance to upgrade to Egcs 1.1.2, and it's not that hard to build a compiler. (Really. "configure; make bootstrap; su; make install;") -- David Starner - OSU student - dstarner98@aasaa.ofe.org If you want a real optimist, look up Ray Bradbury. Guy's nuts. He actually likes people. -David Brin From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Starner To: Yasushi Shoji , egcs@egcs.cygnus.com Subject: Re: want egcs 1.0.3 to make binary against glibc6 Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <36F66CD8.104157F2@aasaa.ofe.org> References: <19990322021031X.yashi@yashi.com> X-SW-Source: 1999-03n/msg00729.html Message-ID: <19990331234600.WldyvC0muL0FJ0spqVIsgiOb0bf3EVf4e0UY3j-9TPQ@z> Yasushi Shoji wrote: > > hi all, > > hope this is not off topic. > > i just installed glibc 2.1.1pre1 on my linux box, > that i installed slackware 3.5 on a while ago. > installation went pretty good, at lease i think :) > and i chage spec file as HOWTO says so that i can > build binaries against libc.so.6. > > however, it still makes binaries against old libc.so.5 > that i moved to /usr/i586-pc-linux-gnulibc1/lib. Right. Libc5/libc6 are two different system types according to Egcs. You'll need to compile a new egcs to handle libc6. On the good side, it's a nice chance to upgrade to Egcs 1.1.2, and it's not that hard to build a compiler. (Really. "configure; make bootstrap; su; make install;") -- David Starner - OSU student - dstarner98@aasaa.ofe.org If you want a real optimist, look up Ray Bradbury. Guy's nuts. He actually likes people. -David Brin