On Jan 8, 2010, at 21:14, Ryan Schmidt wrote: > On Jan 8, 2010, at 20:56, Pietro Maximoff wrote: > >> I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: >> >> dyld: Library not loaded: >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib >> Referenced from: >> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib >> Reason: Incompatible library version: vecLib requires version 1.0.0 or >> later, but libLAPACK.dylib provides version 0.0.0 >> Trace/BPT trap >> >> How do I resolve this? > > I don't recommend using DYLD_LIBRARY_PATH because it leads to problems like > these. Instead, the cgal software needs to be fixed. If it's not resolved by > updating cgal to 3.5.1, the developers of cgal need to be informed of this > problem and need to fix it.
Until it's fixed, using DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH might give you more success. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
