• [^] # Re: version de gcc, et du kernel

    Posté par . En réponse au message installation driver webcam quickcam messenger!!!!!. Évalué à 2.

    dans le repertoire usr/bin/ j'ai ca comme gcc:
    gcc
    gcc-3.4.3
    gcc3.4-version

    Voila ce que j'obtiens en faisant cat /proc/version :

    Linux version 2.6.11-6mdk (gb@n2.mandrakesoft.com) (gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-3mdk)) #1 Tue Mar 22 16:04:32 CET 2005

    je viens d'essayer de faire un export de CC

    en tapant export CC=/usr/bin/gcc-3.4.3

    et résultat ca fonctionne toujours pas :-(..


    j'obtiens dans le script de quickam.sh :

    /usr/bin/gcc-3.4.3 version: gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
    gcc version: gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
    Make version: GNU Make 3.80
    Linker version: GNU ld version 2.15.92.0.2 20040927
    Kernel compiler: gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-3mdk)
    [!] Kernel compiler and /usr/bin/gcc-3.4.3 seem to be different versions.
    Instead, they should be the same. If you have many compilers
    installed, you can specify the correct one with command (in bash)
    export CC=kgcc
    before trying to install the driver. Replace kgcc with the command
    required for compiling kernels (kgcc is often used in Red Hat systems).