Mojca Miklavec wrote: [] > I have chosen to install system-tetex (though I have no tetex > installed - I only faked a few of the files that fink requests to > "check if tetex is installed properly", though I know that it's not > the most sane way to go that way). I have TeX Live (TeX Live-based > gwTeX, actually). I have epstopdf under /usr/texbin (and works in > shell without problems):
You could try the following, thereby helping to test an idea that has been in the air for starting to make Fink compatible with texlive: Create a file named /sw/etc/profile.d/texlive.sh that contains only one line, namely prepend_path PATH /usr/texbin You need to have root privileges (or use sudo) to write the file in that directory, and you have to make it executable. The following 3 commands would do the trick: cd /sw/etc/profile.d sudo echo "prepend_path PATH /usr/texbin" > texlive.sh sudo chmod +x texlive.sh Then try your build of gnuplot again. Fink should now see your executables in /usr/texbin. -- Maritn ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
