From: Jan R. <ja...@ry...> - 2007-04-21 21:57:14
|
> Jan, > Okay. I think I've found the problem. Go back to the file > configure.in and edit the block that deals with Darwin. Change > things so that you end up with: > > FLIBS="-llapack -lblas -lg2c -lSystem /usr/lib/dylib1.o" > SHARED_LIB_LDFLAGS="-dylib -single_module" [...] Nice! That does indeed produce a working installation of matlisp with sbcl on MacOS X Intel 10.4.9! Thanks! > Note that the -llapack -lblas entries in the FLIBS statement will > load the apple vecLib framework optimized lapack and blas libraries > as can be seen in the resulting shared object: [...] I guess that's good -- those are likely faster than the ones included with matlisp. Many thanks for your help, and I'd like to humbly suggest that the above FLIBS and SHARED_LIB_LDFLAGS settings be copied into the Darwin section of the default configure.in... --Jan |