[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compilando y no crea ejecutable



Amigos:

Estoy tratando de compilar un programa que me permite usar mi scaner en puerto paralelo, ya lo había usado antes con éxito en RedHat 7.3, y ahora quiero llegar al mismo resultado con mi Debian Woody, pero al darle ./configure me da lo siguiente:

debian:/tmp/libieee1284-0.2.7# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.

...y en la parte pertinente del config.log :

configure:2163: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:2166: $? = 0
configure:2168: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2171: $? = 1
configure:2195: checking for C compiler default output
configure:2198: gcc    conftest.c  >&5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:2201: $? = 1
configure: failed program was:
| #line 2174 "configure"

¿qué me estará faltando por instalar, si tengo gcc, gcc-2.95, gcc-3.0 y libgcc1?

Gracias...

Sergio



Reply to: