On a MacPro running 10.4.10, I am having some trouble installing an update to gnuplot. I have deleted my previously installed LaTeX installation to see if I could complete the build process (thinking it was a conflict of some sort between tex distributions), but the same problem persists. Any idea of what could be going on? The gcc is 4.0.1 (that came with the latest release of the developer tools).
A snippet is attached below: if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg5.plt ; else gnuplot eg5.plt ; fi if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg6.plt ; else gnuplot eg6.plt ; fi if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg7.plt ; else gnuplot eg7.plt ; fi epstopdf eg7.eps if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot test.plt ; else gnuplot test.plt ; fi Building LaTeX tutorial (PDF version) TEXINPUTS=.:.:: no tutorial /bin/sh: line 1: no: command not found make: *** [tutorial.pdf] Error 127 ### execution of /var/tmp/tmp.1.mViCsL failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gnuplot-4.2.2-1 (Reading database ... 52577 files and directories currently installed.) Removing fink-buildlock-gnuplot-4.2.2-1 ... Failed: phase installing: gnuplot-4.2.2-1 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on fink's website solves the problem. If not, ask on the fink-users or fink-beginners mailing lists. As a last resort, you can try e- mailing the maintainer directly: ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
