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
