[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: make-kpkg problem




Colin Watson wrote:

On Wed, Jun 26, 2002 at 09:25:28AM +0800, Joel wrote:
Colin Watson wrote:
That looks like gcc isn't installed.
$ gcc --version
3.0.2

thanks anyway.

Do you have the environment variable $CC set to something else? What
does the following print?

 ${CC:-gcc} --print-libgcc-file-name

OK. It was not set.

joel@platinum:~$ $ export CC=gcc
joel@platinum:~$ ${CC:-gcc} --print-libgcc-file-name
/usr/lib/gcc-lib/i386-linux/3.0.2/libgcc.a

then I rerun

$ make-kpkg clean

.....SAME RESULTS....

Having gcc 3.0.2 as the default /usr/bin/gcc suggests you're not using
Debian's normal gcc setup, so something may still be awry.

You are right. I had originally installed potato rev 3. I have a very limited and slow internet connection and cannot do an upgrade via the NET. What I can do is download individual packages and sometimes copy somewhere other
than a Debian source(for apt) and install them.
So what I have now installed is

$ dpkg --list | grep gcc

ri gcc 2.95.4-6 The GNU C compiler.
ri gcc-2.95 2.95.4-0.01090 The GNU C compiler.
ii gcc-3.0 3.0.2-0pre0109 The GNU C compiler.
ii gcc-3.0-base 3.0.2-0pre0109 The GNU Compiler Collection (base package).
ri libgcc1 3.0.2-0pre0109 GCC support library.
ri libgcc300 3.0-0pre010403 Shared libgcc.

.... and I created a symlink

/usr/bin/gcc -> gcc-3.0

Anyway, this is just an exercise for me(the "mk-kpkg" thing). Thank you so much for your patience.

I am never giving up though. Any hints as to solve this is greatly appreciated.

Thanks a lot, Colin Watson.




--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: