On 7/15/07, Gordan Bobic <[EMAIL PROTECTED]> 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


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to