<div dir="ltr">Ok. Thanks Peter for the detailed explanation on how to do a symbolic link.<br>Pierfranco<br><br><div class="gmail_quote">2008/9/8 Peter Dyballa <span dir="ltr"><<a href="mailto:Peter_Dyballa@web.de">Peter_Dyballa@web.de</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Am 08.09.2008 um 10:10 schrieb Pierfranco Minsenti:<div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
with the suggestion "make "/usr/local/bin/gs" a symbolic link<br>
to "/opt/local/bin/gs"" what dou you mean by "symbolic link"?<br>
</blockquote>
<br></div>
It's not an alias file in Mac OS X's HFS. On the command line you invoke:<br>
<br>
        sudo ln -s /opt/local/bin/gs /usr/local/bin<br>
<br>
This will create a symbolic or sym-link file /usr/local/bin/gs that points to /opt/local/bin/gs. The HFS alias file can't work like a sym-link. And vice versa.<br>
<br>
--<br>
Greetings<br>
<br>
  Pete<br>
<br>
<br>
"Evolution"            o           __o                     _o _<br>
          °\___o      /0~         -\<,              ^\___ /=\\_/-%<br>
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://www.esm.psu.edu/mac-tex/list/" target="_blank">http://www.esm.psu.edu/mac-tex/list/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
</div></div></blockquote></div><br>
</div>