Vadim Patsalo wrote: > Hi, > I am trying to compile the latest version of gnuplot in the unstable > branch. I get the following error. > > epstopdf eg7.eps > make: epstopdf: Command not found [] > It looks like It cannot find LaTeX's "epstopdf". I know I have it > installed, "which epstopdf" returns: > /usr/texbin/epstopdf > > I am using the latest gwTeX from Gerben Wierda, Mac os X 10.4.8 > Intel, unstable fink, everything updated to latest. Does anyone have > any advice?
If you have Fink's system-tetex installed, you can teach it about the executable path in the latest flavor of GWtex / TeXLive et al in the following way: Edit the file /sw/etc/profile.d/system-tetex.sh by adding the following line: append_path PATH /usr/texbin You will see that the file already contains a similar line append_path PATH /usr/local/teTeX/bin/i386-apple-darwin-current This should take care of your epstopdf problem. To be consistent, add the same line also to /sw/etc/profile.d/system-tetex.csh -- Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
