Hi people!
I´m working in a code with a friend! Both employ Linux Platforms, but he works in Suse, and I´m working in Kubuntu.
Both distributions suppose to work with the GNU/Linux libraries.
We work the code on his machine with Suse. And runs perfectly well!
But in my Kubuntu´s machine doesn´t run well. At the beggining there was a lot of missing files, but we copy all from the include, lib, sys of his laptop, and then the compiler founds all the files. Create the executable both still can´t work. This is the problem. Then we try to configure in the machine the GSL, but doesn´t work neither. Here I put both problems!
Thanx for your help
agbrose@eidosX:~/Paul$ gcc ssp-N.c -o ssp-N -lm -lgsl -lgslcblas
/usr/bin/ld: cannot find -lm
collect2: ld returned 1 exit status
agbrose@eidosX:~/Paul$ ls
gsl gsl-1.9 HHS_es2_Windows_y_Linux.pdf Linux.pdf ssp-N.c ssp-N.c~
agbrose@eidosX:~/Paul$ cd gsl-1.9/
agbrose@eidosX:~/Paul/gsl-1.9$ ls
acconfig.h cdf configure.ac fft gsl_nan.h histo
aclocal.m4 ChangeLog const fit gsl.pc.in ieee-
AUTHORS cheb COPYING gsl gsl_pow_int.h INSTA
autogen.sh combination deriv gsl-config.in gsl_precision.h insta
blas complex dht gsl-histogram.c gsl-randist.c integ
block config.guess diff gsl.m4 gsl.spec.in inter
bspline config.h.in doc gsl_machine.h gsl_types.h linal
BUGS config.sub eigen gsl_math.h gsl_version.h ltmai
cblas configure err gsl_mode.h gsl_version.h.in Makef
agbrose@eidosX:~/Paul/gsl-1.9$ ./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 whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler
See `config.log' for more details.