|
From: Mojca M. <moj...@gm...> - 2006-11-27 04:22:53
|
On 11/24/06, Joe Koski wrote: > on 11/23/06 10:09 PM, Mojca Miklavec wrote: > > > Just as a warning. This is how the last Mac version of gnuplot 4.0 fails here. > > > >> /usr/local/bin/gnuplot > > dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib > > Referenced from: /usr/local/bin/gnuplot > > Reason: image not found > > Trace/BPT trap > >> locate libaquaterm > > /sw/lib/libaquaterm.1.0.0.dylib > > /sw/lib/libaquaterm.dylib > > /usr/local/lib/libaquaterm.1.0.1.dylib > > /usr/local/lib/libaquaterm.dylib > > > > Mojca > > > Mojca, > > If you run the AquaTerm installer found via the AquaTerm website, it puts > things into /Library/Frameworks/AquaTerm.framework and /usr/local/lib. You > might try running the "official" AquaTerm-1.0.1 installer, rather than using > the older Fink version of AquaTerm. I have that one as well. The problem is that gnuplot has been compiled with the older version and now it doesn't work any more. I have a working version of gnuplot at the moment, but such situations should be avoided in future if possible. On 11/24/06, Per Persson wrote: > >Just as a warning. This is how the last Mac version of gnuplot 4.0 fails here. > > > >/usr/local/bin/gnuplot > >dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib > > Mojca, > this is an installer bug in AquaTerm 1.0.1 > > Unless you are on an Intel Mac, simply use the AquaTerm 1.0.0 installer to downgrade (only difference is that 1.0.1 is a "fat" binary containing both Intel and PPC code). > > If you have an Intel Mac, just create a symlink: > ln -s /Library/Frameworks/AquaTerm.framework/Versions/A/AquaTerm /usr/local/lib/libaquaterm.1.0.0.dylib I don't think that it makes any sense to downgrade for me since I managed to create my own binary anyway, but I'm afraid of problems that other users might have (now or in future) if gnnuplot will remain highly dependant on versions of libraries used on a certain computer. I hope that the one in charge for preparing the latest binaries will also take care about such issues. Thanks, Mojca |