Autor Tópico: Problemas na instalação do MrBayes 3.2.1 no Ubuntu 13.04  (Lida 955 vezes)

Offline GuilhermeFreitas

  • Usuário Ubuntu
  • *
  • Mensagens: 1
    • Ver perfil
Problemas na instalação do MrBayes 3.2.1 no Ubuntu 13.04
« Online: 02 de Julho de 2013, 20:34 »
Estou com problema para instalar o programa MrBayes 3.2.1 no Ubuntu 13.04.
É um programa que tem que ser compilado a partir do código fonte.
Já tenho os pacotes g++, gcc, autoconf, MPI compiler, libc6-dev, build-essential...
E continuo com o seguinte erro quando executo o comando ./configure:

g@freitas:~/mrbayes/mrbayes_3.2.1/src$ ./configure
checking for gcc... MyCompiler
checking whether the C compiler works... no
configure: error: in `/home/guilherme/mrbayes/mrbayes_3.2.1/src':
configure: error: C compiler cannot create executables
See `config.log' for more details


o config.log fornece a seguinte msg:

## ----------- ##
## Core tests. ##
## ----------- ##

configure:1959: checking for gcc
configure:1986: result: MyCompiler
configure:2215: checking for C compiler version
configure:2224: MyCompiler --version >&5
./configure: line 2226: MyCompiler: command not found
configure:2235: $? = 127
configure:2224: MyCompiler -v >&5
./configure: line 2226: MyCompiler: command not found
configure:2235: $? = 127
configure:2224: MyCompiler -V >&5
./configure: line 2226: MyCompiler: command not found
configure:2235: $? = 127
configure:2224: MyCompiler -qversion >&5
./configure: line 2226: MyCompiler: command not found
configure:2235: $? = 127
configure:2255: checking whether the C compiler works
configure:2277: MyCompiler -O3 -ffast-math -Wall -DNDEBUG   conftest.c  >&5
./configure: line 2279: MyCompiler: command not found
configure:2281: $? = 127
configure:2319: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mrbayes"
| #define PACKAGE_TARNAME "mrbayes"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "mrbayes 3.2"
| #define PACKAGE_BUGREPORT "http://www.mrbayes.net"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2324: error: in `/home/guilherme/mrbayes/mrbayes_3.2.1/src':
configure:2326: error: C compiler cannot create executables
See `config.log' for more details

Alguém tem alguma sugestão?