• [^] # Re: Facile

    Posté par . En réponse au message Comment avoir la meme version de gcc et du kernek compiler gcc?????????. Évalué à 1.

    je viens de faire rpm -i gcc-3.4.3-7mdk.i586.rpm

    j'ai donc en faisant gcc -v :

    gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)

    puis en faisant export CC=gcc

    et en relancant mon script cela me donne toujours la meme erreur que voici :

    which: no realpath in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin)
    which: no realpath in (/usr/local/bin)
    /usr/bin/readlink
    gcc 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 gcc 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).


    je ne comprend pas trop là, ca n'a rien fait apparemment....