Hi
I am trying to compile my c++ functions using GSL library on winXP
32bit. Under linux there is no problem, however, trying to compile my
code under winXP following posts appear:
C:\Documents and Settings\hosein\Desktop\cpp
file3\USRTT_Auto1.o:USRTT_Auto1.cpp:(.text+0x2c84)||undefined reference
to `_gsl_matrix_view_array'|
C:\Documents and Settings\hosein\Desktop\cpp
file3\USRTT_Auto1.o:USRTT_Auto1.cpp:(.text+0x2c93)||undefined reference
to `_gsl_vector_alloc'|
Seems there are problems with linking. Unfortunately, google did not help me.
Can anyone give me some suggestions