Re: [Help-gsl] help for linking test program

2006-12-11 Thread Periklis Rammos
Thanks for the help Now it works fine > Periklis Rammos wrote: >> Hello >> >> I downloaded & installed gsl 1.8 on my suse10. >> to /home/prammos/Documents/gsl-1.8/ >> >> Nothing was installed at 'default' directories >> /usr/local/lib >> /usr/local/include > > The files should be installed at that

Re: [Help-gsl] help for linking test program

2006-12-08 Thread Brian Gough
Periklis Rammos wrote: Hello I downloaded & installed gsl 1.8 on my suse10. to /home/prammos/Documents/gsl-1.8/ Nothing was installed at 'default' directories /usr/local/lib /usr/local/include The files should be installed at that stage, check the output of "make install" for errors -- for e

Re: [Help-gsl] help for linking test program

2006-12-06 Thread Thomas Spuhler
On Wednesday 06 December 2006 12:38, Periklis Rammos wrote: > Hello > > I downloaded & installed gsl 1.8 on my suse10. > to /home/prammos/Documents/gsl-1.8/ > > Nothing was installed at 'default' directories > /usr/local/lib > /usr/local/include > (they are empty) > > This command worked fine: > gc

[Help-gsl] help for linking test program

2006-12-06 Thread Periklis Rammos
Hello I downloaded & installed gsl 1.8 on my suse10. to /home/prammos/Documents/gsl-1.8/ Nothing was installed at 'default' directories /usr/local/lib /usr/local/include (they are empty) This command worked fine: gcc -Wall -I/home/prammos/Documents/gsl-1.8/ -c test1.c producing the test1.o file