leon - 2006-11-20

Hi all,
I'm trying to install Summon in a ubuntu i386 machine,
the steps that i have followed are :

1) install GSL related stuff
apt-get install libgsl0-dev_1.6-2_i386.deb libgsl0_1.6-2_i386.deb
export GLSROOT=/usr/include/gsl

2)Download Ramp
cvs -d:pserver:anonymous@sashimi.cvs.sourceforge.net:/cvsroot/sashimi checkout trans_proteomic_pipeline
export RAMPROOT=$PWD/ramp

and finally , I try to compile summon :

root@ubio:/www-raid/biotools/SUMmOn# make
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ InOut.cpp
g++: ./: linker input file unused because linking not done
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ quantitation.cpp
g++: ./: linker input file unused because linking not done
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ PeaksUtils.cpp
g++: ./: linker input file unused because linking not done
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ IonGenerator.cpp
g++: ./: linker input file unused because linking not done
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ Modifier.cpp
g++: ./: linker input file unused because linking not done
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ SumoAnalysis.cpp
g++: ./: linker input file unused because linking not done
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl -c ./ Digestion.cpp
g++: ./: linker input file unused because linking not done
gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE     -I. -I/www-raid/biotools/SUMmOn/ramp -I. -I/usr/include/gsl-c ./ /www-raid/biotools/SUMmOn/ramp/base64.c
/usr/bin/ld: ./: No such file: File format not recognized
collect2: ld returned 1 exit status
make: *** [/www-raid/biotools/SUMmOn/ramp/base64.o] Error 1

Any suggestion are welcomed.

Thanks in advance.

Edu