Hola.
Estoy intentando compilar transcode, para trabajos con video y al
ejecutar
desde el directorio /usr/local/transcode-0.6.0 que es donde he desempaquetado
los fuentes el ./configure && make all � ./configure me da el
siguiente mensaje :
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}... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot
create executables
En fin el caso es que he instalado el gcc desde woody (apt-get install
gcc)
y ademas me ha instalado binutils. y me decia algo asi como que entrar� en
arch/i386/vmlinux.lds and remove the *(.text.exit) from DISCARD line.
No se tiene algo que ver, pero no se donde narices est� el vmlinux.lds
(lo
he buscado con (find / -name vmlinux.lds) y no l'encuentro. Andandar�.
Porque no puede crear ejecutables mi compilador? que hago mal. GRACIAS.