Re: [Help-gsl] some problem while linking

2006-09-27 Thread Martin Jansche
On 9/27/06, boufflet <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] ~]$ gcc gsl_try.c -o gsl_try /tmp/ccgTr3Jx.o(.text+0x24): In function `main': gsl_try.c: undefined reference to `gsl_matrix_alloc' collect2: ld a retourné 1 code d'état d'exécution Since you're calling a linker here, you need to

Re: [Help-gsl] compiling gsl-1.8 with a 64-bit configuration

2006-09-27 Thread Brian Gough
Nassim Jibai wrote: How can I configure the gsl library to compile as a 64-bit library? I tried the following and everytime I execute the make command it crashes. What is the error? -- Brian Gough (GSL Maintainer) Network Theory Ltd, Publishing the GSL Manual - http://www.network-theor

[Help-gsl] some problem while linking

2006-09-27 Thread boufflet
Hi, We encounter some problems at the linking stage. The library has been first installed properly as indicated in the INSTALL file. We use a standard linux (Fedora). The paths are : /usr/local/include /usr/local/lib We try to compile the example provided in section 8.4.13 of the website. The