Announcement

Collapse
No announcement yet.

configure: error: no acceptable C compiler found in $PATH

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    configure: error: no acceptable C compiler found in $PATH

    Hi, I keep getting the following error while installing a software (MPIBlast). I installed GCC 4.3.

    Here is what I get for the follwing commands.

    root@1362:~/mpiblast/mpiblast-1.5.0-pio# whereis gcc
    gcc: /usr/bin/gcc /usr/lib/gcc /usr/share/man/man1/gcc.1.gz

    root@1362:~/mpiblast/mpiblast-1.5.0-pio# whereis gcc-4.2
    gcc-4: /usr/bin/gcc-4.2
    root@1362:~/mpiblast/mpiblast-1.5.0-pio#


    root@1362:~/mpiblast/mpiblast-1.5.0-pio# gcc -v
    Using built-in specs.
    Target: i486-linux-gnu
    Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
    Thread model: posix
    gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)


    root@1362:~/mpiblast/mpiblast-1.5.0-pio# echo $PATH
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/bin/gcc-4.2


    Am I missing anything? Or just losing my mind!!!







    #2
    Re: configure: error: no acceptable C compiler found in $PATH

    Hmm.. you could try to install g++, but I am not sure if it is the problem..
    Check out my Ⓥegan youtube channel PlantSugar
    CV and gallery at grn.dk
    Please add [SOLVED] to topic subject when topic is solved.

    Comment

    Working...
    X