Re: gcc troubles again

1999-08-15 Thread Pierfrancesco Caci
:-> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: > That's the one that was diverted by another cc package. Move it > back so you don't mess up > your system on upgrades, etc. and do this: > dpkg-divert --list /usr/bin/gcc and see what package diverted it. it was caused by gn

Re: gcc troubles again

1999-08-14 Thread Ben Collins
On Sat, Aug 14, 1999 at 10:16:55PM +0200, Pierfrancesco Caci wrote: > :-> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: > > > > That's not egcs, that's the gcc272 package. > > > Yeah, either get rid of gcc272 completely, or check the gcc actually > points to egcc, and > > not gcc

Re: gcc troubles again

1999-08-14 Thread Pierfrancesco Caci
:-> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: > That's not egcs, that's the gcc272 package. > Yeah, either get rid of gcc272 completely, or check the gcc actually points to egcc, and > not gcc272. I'm pretty sure that I completely deinstalled gcc272. [EMAIL PROTECTED]:/usr/

Re: gcc troubles again

1999-08-14 Thread Ben Collins
On Sat, Aug 14, 1999 at 08:48:16PM +0200, Pierfrancesco Caci wrote: > > [EMAIL PROTECTED]:~ $ gcc -v > Reading specs from /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/2.7.2.3/specs > gcc version 2.7.2.3 > You have mail in /var/spool/mail/ik5pvx > [EMAIL PROTECTED]:~ $ gcc --version > 2.7.2.3 That

Re: gcc troubles again

1999-08-14 Thread Pierfrancesco Caci
:-> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: > Looks to me like you some sort of conflicting packages installed for gcc/egcs. What does > it say when you do `gcc --version'? > Ben [EMAIL PROTECTED]:~ $ gcc -v Reading specs from /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1

Re: gcc troubles again

1999-08-14 Thread Ben Collins
On Sat, Aug 14, 1999 at 08:13:20PM +0200, Pierfrancesco Caci wrote: > > I've just upgraded to the latest gcc in potato. > It install itself as i386-linux, and when I try to compile, it can't > find cc1. I've solved this problem by linking the > /usr/lib/gcc-lib/i386-linux to i586-unknown-linux-gli

gcc troubles again

1999-08-14 Thread Pierfrancesco Caci
I've just upgraded to the latest gcc in potato. It install itself as i386-linux, and when I try to compile, it can't find cc1. I've solved this problem by linking the /usr/lib/gcc-lib/i386-linux to i586-unknown-linux-glibc[12], but now I have this other problem that I'm not able to solve: $ gcc -