[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] GSL Ode Example problem: undefined reference
From: |
Marco Maggi |
Subject: |
Re: [Help-gsl] GSL Ode Example problem: undefined reference |
Date: |
Tue, 01 May 2012 20:31:43 +0200 |
ukasz Torbicki wrote:
> I have some weird problem with ode example from gsl
> documentation. I use this code:
[...]
> Any idea what to do?
Your program compiles and runs fine on my Slackware with GSL
1.15, when compiled with:
$ gcc -o proof proof.c -lgsl -lgslcblas -lm
I notice that you are naming your file "main.cpp": are you
doing something C++ specific?
--
Marco Maggi