I'm using osx 10.8 and ruby 1.9.3. GSL is correctly installed and I'm also able to install rb-gsl without any problems.
cblas and atlas libs are checked and included:
checking for main() in -lcblas... yes
checking for main() in -latlas... yes
checking gsl libs... -L/opt/local/lib -lgsl -lcblas -latlas
However as soon as i use any gem dependent on rb-gsl i will get this error:
dyld: lazy symbol binding failed: Symbol not found: _cblas_dnrm2
Referenced from: /opt/local/lib/libgsl.0.dylib
Expected in: flat namespace
dyld: Symbol not found: _cblas_dnrm2
Referenced from: /opt/local/lib/libgsl.0.dylib
Expected in: flat namespace
Trace/BPT trap: 5
About 2 months ago i was able to work with rb-gsl without any problems, I just can't understand how this could happen and how to fix it. I have also downloaded and compiled LAPACK + BLAS and I can notice that dnrm2.o is present. Can someone explain me if I need it and if yes how to "link it" to GSL?.
EDIT: gsl-config returns correct linking info:
gsl-config --libs
-L/opt/local/lib -lgsl -lgslcblas