Aca tengo un codigo que no puedo compilar y hacer andar:
http://cbio.mskcc.org/research/sander/data/miRNA2003/src1.9/miRanda-1.9.source.tar.gz
La version "binaria" precompilada para Linux 32bits, bajada de aca:
http://cbio.mskcc.org/research/sander/data/miRNA2003/src1.9/binaries/miRanda-1.9-i686-linux-gnu.tar.gz
Se ejecuta lo mas bien:
$ ./miranda
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
miRanda v1.9 microRNA Target Scanning Algorithm
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
(c) 2003 Memorial Sloan-Kettering Cancer Center, New York
[...cut...]
Pero en cambio si compilo la version "source" desde la fuente, obtengo:
$ ./miranda
bash: ./miranda: cannot execute binary file
Nunca tuve este problema compilando un programa (tuve muchos otros).
El configure no tira nada anormal:
vi...@vicky-laptop:~/INTA/miRNA/miRanda-1.9$ ./configure
--prefix=/home/vicky/INTA/miRNA/MIRANDA/
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for malloc.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
checking for strchr... (cached) yes
checking for erand48... (cached) yes
checking for memset... (cached) yes
checking for srand48... (cached) yes
checking for lrand48... (cached) yes
creating ./config.status
creating Makefile
creating RNAlib/Makefile
creating RNAlib/H/Makefile
creating src/Makefile
creating man/Makefile
creating config.h
config.h is unchanged
El make install transcurre sin problemas y luego voy al dir "bin" del
directorio de instalacion y ejecuto el programa (que tiene los
permisos adecuados) y me da el error que puse arriba.
--
Para desuscribirte tenés que visitar la página
https://listas.linux.org.ar/mailman/listinfo/lugar-gral/