|
From: | Martin Jansche |
Subject: | Re: [Help-gsl] Exponential curve fit example |
Date: | Sun, 15 Jul 2007 14:07:13 -0400 |
On 7/15/07, Gordan Bobic <address@hidden> wrote:
I'm having difficulty in getting the exponential curve fit example to even compile. Whenever I try it, I get undefined references to things like gsl_matriix_alloc and gsl_vector_view_array.
Most likely a linker error -- you're not linking against the GSL libraries. Try linking with gcc -o foo foo.o bar.o $(gsl-config --libs) -- mj
[Prev in Thread] | Current Thread | [Next in Thread] |