On Sat, Dec 07, 2002 at 05:50:05PM +0100, Mario Vukelic wrote:
> On Fri, 2002-12-06 at 18:54, Mario Vukelic wrote:
> Therefore I ran 'CC= make-kpkg modules_image' which lead to the error
> described in my original mail.

You've set the CC environment variable to '', but it's still considered
defined by the shell.  I imagine that make-kpkg uses it if it's defined,
but it then realises it can't find an executable called ''.  I'm fairly
sure this is also the cause of your original problem.

> Doing a 'unset CC; make-kpkg modules_image' fixed it. I don't claim to
> understand, but it works

I'd guess that make-kpkg falls back on 'gcc' when CC is undefined (as
you just did).

-rob

Attachment: msg18329/pgp00000.pgp
Description: PGP signature

Reply via email to