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

This is essentially what dpkg does to find the architecture, and the
"not in remapping table" message indicates that that's gone wrong.

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.

-- 
Colin Watson                                  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to