This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU Scientific Library


Hi,

I am trying to install the  GNU Scientific Library but when I try to
compile an example program, I found in the reference manual, I encounter
the following error messages:

/tmp/ccOEfTKp.o: In function `main':
/tmp/ccOEfTKp.o(.text+0x15): undefined reference to `gsl_matrix_alloc'
/tmp/ccOEfTKp.o(.text+0x27): undefined reference to `gsl_matrix_alloc'
collect2: ld returned 1 exit status

It looks like there is something wrong with the libraries

When I typed 'make install' some errors were detected:

make[2]: *** [install-pkgincludeHEADERS] Error 1
make[2]: Leaving directory `/home/emombel/GSL/gsl-1.0/sys'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/emombel/GSL/gsl-1.0/sys'
make: *** [install-recursive] Error 1

Turning on or off the Compilation of shared libraries does not help.

Does somebody have some clues?

Thanks,
Enrico Mombelli




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]