Sebastian Bassi wrote: > Estoy en Ubuntu con los paquetes de compilacion instalados, pero tengo > este problema y no se para donde arrancar: > > [EMAIL PROTECTED]:~/INTA/BASE/MUMmer3.20$ make check > check complete > [EMAIL PROTECTED]:~/INTA/BASE/MUMmer3.20$ make install > cd /home/vicky/INTA/BASE/MUMmer3.20/src/kurtz; make mummer > make[1]: Entering directory `/home/vicky/INTA/BASE/MUMmer3.20/src/kurtz' > cd libbasedir; make libbase.a > make[2]: Entering directory > `/home/vicky/INTA/BASE/MUMmer3.20/src/kurtz/libbasedir' > /usr/bin/gcc -Wall -O3 -c -o cleanMUMcand.o cleanMUMcand.c > /usr/bin/gcc -Wall -O3 -c -o clock.o clock.c > /usr/bin/gcc -Wall -O3 -c -o mapfile.o mapfile.c > /usr/bin/gcc -Wall -O3 -c -o multiseq.o multiseq.c > /usr/bin/gcc -Wall -O3 -c -o procopt.o procopt.c > /usr/bin/gcc -Wall -O3 -c -o safescpy.o safescpy.c > /usr/bin/gcc -Wall -O3 -c -o seterror.o seterror.c > /usr/bin/gcc -Wall -O3 -c -o space.o space.c > ar sruv libbase.a cleanMUMcand.o clock.o mapfile.o multiseq.o > procopt.o safescpy.o seterror.o space.o > ar: creating libbase.a > a - cleanMUMcand.o > a - clock.o > a - mapfile.o > a - multiseq.o > a - procopt.o > a - safescpy.o > a - seterror.o > a - space.o > make[2]: Leaving directory > `/home/vicky/INTA/BASE/MUMmer3.20/src/kurtz/libbasedir' > cd streesrc; make libstree.a > make[2]: Entering directory > `/home/vicky/INTA/BASE/MUMmer3.20/src/kurtz/streesrc' > make streeproto.h > /bin/sh: Mkstreeproto.sh: not found > make[2]: *** [streeproto.h] Error 127 > make[2]: Leaving directory > `/home/vicky/INTA/BASE/MUMmer3.20/src/kurtz/streesrc' > make[1]: *** [mummer] Error 2 > make[1]: Leaving directory `/home/vicky/INTA/BASE/MUMmer3.20/src/kurtz' > make: *** [kurtz] Error 2 > [EMAIL PROTECTED]:~/INTA/BASE/MUMmer3.20$ > > Confirmo que tengo el archivo Mkstreeproto.sh en el directorio este: > > [EMAIL PROTECTED]:~/INTA/BASE/MUMmer3.20/src/kurtz/streesrc$ ls > access.c dfs.gen Makefile streedbg.c streesmall.h > addleafcount.c ex2leav.c Mkstreeproto.sh streedef.h streetyp.h > construct.c Filegoals.mf overmax.c streefiledoc.c symboldef.h > construct.gen iterator.c oversucc.c streehuge.h > Dependencies.mf linkloc.c scanpref.c streelarge.h > depthtab.c loc.c streeacc.h streemac.h > dfs.c Macronames stree.c streeproto.h Mmmm yo lo baje y lo instalo sin problemas (tanto como root, como con un usuario normal)
Lo mio es un openSuse 10.3, gcc 4.2.1 Mmmm ahora, viendo el log de la compilacion... make[2]: Entering directory `/home/gherzig/download/mummer/MUMmer3.20/src/kurtz/streesrc' /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o construct.o construct.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o access.o access.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o scanpref.o scanpref.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o linkloc.o linkloc.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o depthtab.o depthtab.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o ex2leav.o ex2leav.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o dfs.o dfs.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o overmax.o overmax.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o oversucc.o oversucc.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o addleafcount.o addleafcount.c /usr/bin/gcc -I../libbasedir -DSTREEHUGE -Wall -O3 -c -o iterator.o iterator.c ar sruv libstree.a construct.o access.o scanpref.o linkloc.o depthtab.o ex2leav.o dfs.o overmax.o oversucc.o addleafcount.o iterator.o ar: creating libstree.a a - construct.o a - access.o a - scanpref.o a - linkloc.o a - depthtab.o a - ex2leav.o a - dfs.o a - overmax.o a - oversucc.o a - addleafcount.o a - iterator.o make[2]: Leaving directory `/home/gherzig/download/mummer/MUMmer3.20/src/kurtz/streesrc' No veo ningun "make streeproto.h", aun asi... [EMAIL PROTECTED]:~/download/mummer/MUMmer3.20/src/kurtz/streesrc> make streeproto.h make: `streeproto.h' is up to date. Parece que mi compilacion no tiene dramas. Claro que no se como se usa, asi que hasta ahi llega mi amor. Yo me baje esta version hoy de sourceforge. Habran cambiado algo en estas ultimas horas y vos tenes una version "vieja"? Da para bajarlo de nuevo y probar? O cambiarte a openSuse :) Saludos. Gerardo -- Para desuscribirte tenés que visitar la página https://listas.linux.org.ar/mailman/listinfo/lugar-gral/ /* Publica y encontra trabajo relacionado con softlibre en http://www.usla.org.ar/modules/jobs/ */ Si tenés algún inconveniente o consulta escribí a mailto:[EMAIL PROTECTED]
