I would like to use the GSL library in an assignment. Using Dev C++ 4.9.9.2 as an IDE, I converted the 'An Example Program' from gsl-ref.pdf to make sure it gives me the required output (J0(5) = -1.775967713143382920e-01) but it did not.
The following is my Compile Log output:
Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\SNAS\Desktop\kwesi\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\SNAS\Desktop\kwesi\Makefile.win" all
g++.exe -c BesselTestSource1.cpp -o BesselTestSource1.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" lgsl g++.exe: lgsl: No such file or directory make.exe: *** [BesselTestSource1.o] Error 1 Execution terminated
Thanks for your reply QWERTYman.
Anyway were you referring to the makefile located at C:\Documents and Settings\SNAS\Desktop\kwesi\Makefile.win.
For it did not work. Is there any other way?
Yah, its a statement but the word projects got me thinking in the above direction. Anyway, it has the disadvantage of not been able to add other files to it. Its not a project.