|
From: Per P. <per...@ma...> - 2006-10-13 21:44:01
|
On Oct 13, 2006, at 15:45, Daniel Farrell wrote: > Hi, > > Yes this has showed up on the config.log, it seems that it can't > locate the, -laquaterm: > configure:6051: checking for aqtInit in -laquaterm > configure:6081: gcc -o conftest -g -O2 -I/usr/X11R6/include > conftest.c -laquaterm -lobjc >&5 > /usr/bin/ld: can't locate file for: -laquaterm > ac_cv_lib_aquaterm_aqtInit=no > > Fink and Dawinports had an installation of aquaterm. I may have > also using the installer from the aquaterm website. I have deleted > the fink installation of aquaterm and gnuplot. However, the > configure script cannot find -laquaterm, it's is in the Dawrinports > installation directory, /opt/local/lib there may even be one where > the aquaterm GUI installed puts on too. > > What do you think? Methinks you don't have AquaTerm.framework in /Library/Frameworks/ Gnuplot's configure won't look in /sw (Fink) or /opt (DarwinPorts) unless you explicitly tell it to. Get an AquaTerm installer from http://aquaterm.sourceforge.net and (re)install it. That should fix it. /Per |