Linking Armadillo with ROOT CINT

Hi

sorry I should have mentioned that I am running this on a mac osx 10.5 and at least from other threads [url]Loading MacOS dylibs in CINT this seems to be a common problem. So I have now symlinked libarmadillo.dylib with .so

but I now get the following error:

gSystem->Load("/usr/local/lib/liblapackpp.so"); dlopen error: dlopen(/usr/local/lib/liblapackpp.so, 9): no suitable image found. Did find: /usr/local/lib/liblapackpp.so: mach-o, but wrong architecture /usr/local/lib/liblapackpp.so: mach-o, but wrong architecture Load Error: Failed to load Dynamic link library /usr/local/lib/liblapackpp.so

Running lipo -info I find
Non-fat file: libarmadillo.dylib is architecture: i386

but I’m not sure why this is a problem. Again thanks for the help

cheers

Mark