Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-18 Thread bill BW
Thanks to all that helped me on this. I do not know how this happened, but in the directory I was invoking l2h from (my home directory, not the directory I build l2h from) I just found that there exist a zero length files called texexpand, latex2html, and l2hconf.pm. These files are dated

Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-17 Thread bill BW
--- Yitzchak Scott-Thoennes [EMAIL PROTECTED] wrote: On Thu, Dec 16, 2004 at 11:30:11PM -0800, bill BW wrote: I just tried the following: - Uninstall perl from cygwin using cygwin setup.exe - installed Active Perl 5.8 on window. - use the cygutils perl.exe stub as described

Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-17 Thread bill BW
I have answers below in between, please see: --- Yitzchak Scott-Thoennes [EMAIL PROTECTED] wrote: On Fri, Dec 17, 2004 at 02:20:06AM -0800, bill BW wrote: --- Yitzchak Scott-Thoennes wrote: On Thu, Dec 16, 2004 at 11:30:11PM -0800, bill BW wrote: I just tried

Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-16 Thread bill BW
For the last 6 hrs I have been fighting with latex2html and cygwin to get latex2html to work, but I give up. Has anyone got latex2html to work on cygwin? This is what I have 1. Latex cygwin FULL installation. $ uname -a CYGWIN_NT-5.1 me 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown

Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-16 Thread bill BW
ops, typo: in the text below, instead of I changed the first line to #!/usr/local/perl I meant to write I changed the first line to #!/usr/bin/perl thanks, Bill --- bill BW [EMAIL PROTECTED] wrote: For the last 6 hrs I have been fighting with latex2html and cygwin to get

Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-16 Thread bill BW
--- Igor Pechtchanski [EMAIL PROTECTED] wrote: On Thu, 16 Dec 2004, bill BW wrote: $ latex2html foo.tex Fatal (use l2hconf): l2hconf.pm did not return a true value at (eval 7) line 2. BEGIN failed--compilation aborted at (eval 7) line 2. I look at the file l2hconf.pm, and I see

Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-16 Thread bill BW
--- Yitzchak Scott-Thoennes [EMAIL PROTECTED] wrote: I'd recommend using the perl debugger (perl -d latex2html foo.tex) to step through and see if you can isolate where things are going astray. See perldoc perldebtut for help. Ok thanks, I did not know that one can debug perl that

Re: Anyone got latex2html to work on cygwin?? Fatal (use l2hconf): l2hconf.pm

2004-12-16 Thread bill BW
, this will give me hope. --- bill BW [EMAIL PROTECTED] wrote: --- Yitzchak Scott-Thoennes [EMAIL PROTECTED] wrote: I'd recommend using the perl debugger (perl -d latex2html foo.tex) to step through and see if you can isolate where things are going astray. See perldoc