Ok, eu encontrei o problema. É um pouco estúpido ...
No tutorial, eles dizem para executar:
./configure CFLAGS="-O3"
Mas a bandeira NÃO é 03 (zero três), mas O3 (o três) Isso é tudo ...
Estou tentando compilar um programa CPUMiner, mas recebo erros que não sei o que fazer. Eu estou compilando como dito aqui:
O erro é:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in '/home/tomino/_software/cpuminer':
configure: error: C compiler cannot create executables
See 'config.log' for more details
E erro no config.log:
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:3320: $? = 0
configure:3309: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3320: $? = 4
configure:3309: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3320: $? = 4
configure:3340: checking whether the C compiler works
configure:3362: gcc -03 conftest.c >&5
gcc: error: unrecognized command line option '-03'
Por favor, ajude alguém. Obrigado
Ok, eu encontrei o problema. É um pouco estúpido ...
No tutorial, eles dizem para executar:
./configure CFLAGS="-O3"
Mas a bandeira NÃO é 03 (zero três), mas O3 (o três) Isso é tudo ...