Christian Simon wrote:
> Hi.
> 
> I have installed latex2html and system-tetex from fink. My TeX
> is coming from TexShop.

How did you install latex2html? If it's a binary installation, I could 
imagine that /sw/bin/latex and /sw/bin/dvips etc are hard-wired in the 
latex2html configuration. If you install it from source, the configure 
script looks where these executables are on your system, and the patchs 
should be right unless you changed your tetex configuration. In any 
case, these paths are saved in the file /sw/lib/latex2html/l2hconf.pm 
from where the latex2html script reads them upon execution.

> Trying to use latex2html I get the following message:
> 
> Fatal (syswait): exec "/sw/bin/latex ./images" failed: No such file or directory at 
>/sw/bin/latex2html line 3776
> 
> 
> The reason is :
> simon% which latex
> /usr/local/tetex/bin/powerpc-apple-darwin-current/latex

Try to change the l2hconf.pm file to reflect the paths on your system, 
i.e. change
$LATEX = '/sw/bin/latex';
to
$LATEX = '/usr/local/tetex/bin/powerpc-apple-darwin-current/latex';
and so on.

-- 
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to