Felipe Sateler <[EMAIL PROTECTED]> writes:

> nvidia-kernel-source doesn't Depends: gcc-4.1, yet the build fails
> without it:
>
> $ m-a build nvidia
> ... snip ...
> if ! gcc-4.1 -v 2> /dev/null  ; then \
>            echo "Compiler gcc-4.1 does not exist on the system" ; \
>            exit 1; \
>         fi
> Compiler gcc-4.1 does not exist on the system
> make[1]: *** [configure-stamp] Error 1

The Nvidia module must be compiled with the same compiler as the
kernel it is built for, a dependency on a specific GCC version would
be wrong.

> Kernel: Linux 2.6.21-felipe (PREEMPT)

Which was built with what compiler (look in /proc/version)?  From the
m-a messages I suspect it's gcc-4.1.

Regards,
        Sven




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

Reply via email to