hosein salari wrote:
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
I'm uisng GSL under windows (MinGW) and I never had issue of this type.
As you can understand it's a linker issue (missed library? incorrect
order of linking of libraries?) . Try to post the full command line you
used to compile the source.
Regards
Max
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl