Hi I downloaded the latest distribution. I have Cygnus bash shell running
on NT but I couldn't run "./configure" since I don't know what path to set
the "#!/bin/sh" since I am using this CygWin. So I ran the DOS config.bat
file and it seems to have worked. Do I now need to run install.bat? It
looks like it already installed latex2html when it did the config.bat. I
got some errors so I have included my config.log and l2hcfg.pm files. It
didn't create ps2image.bat file. What do I need to do ps2img? And will I
have to uninstall/rerun config.bat once I get whatever I need for this?
It also said TeX path not found. I installed MikTeX and WinEDT.
See if I am missing anything else.

regards
Zach

________________________________________________________
[EMAIL PROTECTED]
"Blessed are those who have not seen and yet have faith." - John 20:29

config.pl, Release 99.2alpha9 (Revision 1.14)
Accompanies LaTeX2HTML, (C) 1999 GNU Public License.

checking for platform... MSWin32 (Windows 32 bit)
checking for perl.exe... h:\Perl\bin\perl.exe
checking perl version... 5.00503
checking if perl supports some dbm... yes
checking if perl globbing works... yes
checking for tex... H:\texmf\miktex\bin\tex.exe
checking for latex... H:\texmf\miktex\bin\latex.exe
checking for initex... H:\texmf\miktex\bin\initex.exe
checking for kpsewhich... no
checking for TeX include path... NONE
Warning: Will not automatically install TeX input files.
checking for dvips... H:\texmf\miktex\bin\dvips.exe
checking dvips version... 5.83
checking if dvips supports the combination of -E and -i -S 1... yes
checking if dvips supports the -mode switch... yes
checking for html4-check... no
checking for gswin32c... no
Warning: Will not be able to generate images due to above failure.
checking if multiple pipes work... no
Unfortunately multiple pipes are not reliable on this OS.
checking for temporary disk space... D:\TEMP
creating l2hcfg.pm
creating test.bat
creating install.bat
Note: Will install...
      ... executables to   : \usr\local\bin
      ... library items to : \usr\local\lib\latex2html
# LaTeX2HTML site specific configuration file

# generated by config.pl



# You may edit this file to get around deficiencies of the configuration

# procedure, but you have to be sure of what you are doing!

# If you think there are bugs in the configuration procedure, please report

# them. See the BUGS file on how to do it. Your help is appreciated!



package l2hcfg;

require Exporter;

@ISA = qw(Exporter);

@EXPORT = qw(%cfg);



$cfg{'BINDIR'} = q'\\usr\\local\\bin';

$cfg{'CRAYOLAFILE'} = q'\\usr\\local\\lib\\latex2html\\styles\\crayola.txt';

$cfg{'DVIPS'} = q'H:\\texmf\\miktex\\bin\\dvips.exe';

$cfg{'DVIPSOPT'} = q' -E';

$cfg{'GS'} = q'';

$cfg{'GSALIASDEVICE'} = q'';

$cfg{'GSDEVICE'} = q'';

$cfg{'GSLANDSCAPE'} = q'';

$cfg{'GS_LIB'} = q'';

$cfg{'HASHBANG'} = q'0';

$cfg{'HTML_VALIDATOR'} = q'';

$cfg{'ICONPATH'} = q'file:////usr/local/lib/latex2html/icons';

$cfg{'ICONSTORAGE'} = q'';

$cfg{'IMAGE_TYPES'} = q'';

$cfg{'INITEX'} = q'H:\\texmf\\miktex\\bin\\initex.exe';

$cfg{'KPSEWHICH'} = q'';

$cfg{'LATEX'} = q'H:\\texmf\\miktex\\bin\\latex.exe';

$cfg{'LATEX2HTMLDIR'} = q'H:\\usr\\local\\lib\\latex2html';

$cfg{'LIBDIR'} = q'\\usr\\local\\lib\\latex2html';

$cfg{'METADPI'} = q'180';

$cfg{'METAMODE'} = q'toshiba';

$cfg{'NULLFILE'} = q'nul:';

$cfg{'PBMMAKE'} = q'';

$cfg{'PERL'} = q'h:\\Perl\\bin\\perl.exe';

$cfg{'PERLFOOTER'} = <<'EOQ';

__END__

:endofperl

EOQ

$cfg{'PERLHEADER'} = <<'EOQ';

@rem = '--*-Perl-*--

@echo off

set arg=

set prog=%0

:one

if "%1"=="" goto two

set arg=%arg% %1

shift

goto one

:two

if exist %prog%.bat goto indot

h:\Perl\bin\perl.exe -x -S %prog% %arg%

goto endofperl

:indot

h:\Perl\bin\perl.exe -x %prog%.bat %arg%

set arg=

set prog=

goto endofperl

@rem ';

#! perl -w

# line 21

EOQ

$cfg{'PERLSCRIPTDIR'} = q'h:\\Perl\\bin';

$cfg{'PK_GENERATION'} = q'1';

$cfg{'PNMCAT'} = q'';

$cfg{'PNMCROP'} = q'';

$cfg{'PNMFILE'} = q'';

$cfg{'PNMFLIP'} = q'';

$cfg{'PNMTOPNG'} = q'';

$cfg{'PPMQUANT'} = q'';

$cfg{'PPMTOGIF'} = q'';

$cfg{'PREFIX'} = q'\\usr\\local';

$cfg{'RGBCOLORFILE'} = q'\\usr\\local\\lib\\latex2html\\styles\\rgb.txt';

$cfg{'TEX'} = q'H:\\texmf\\miktex\\bin\\tex.exe';

$cfg{'TEXPATH'} = q'';

$cfg{'TMPSPACE'} = q'D:\\TEMP';

$cfg{'WEB2C'} = q'0';

$cfg{'dd'} = q'\\';

$cfg{'distver'} = q'99.2alpha9';

$cfg{'exec_extension'} = q'.bat';

$cfg{'gif_interlace'} = q'';

$cfg{'gif_trans'} = q'';

$cfg{'have_dvipsmode'} = q'1';

$cfg{'have_geometry'} = q'0';

$cfg{'have_images'} = q'0';

$cfg{'have_pstoimg'} = q'0';

$cfg{'perl_starter'} = q'h:\\Perl\\bin\\perl.exe -x';

$cfg{'pipes'} = q'0';

$cfg{'plat'} = q'win32';

$cfg{'scriptdir'} = q'\\usr\\local\\bin';

$cfg{'scriptext'} = q'.bat';

$cfg{'srcdir'} = q'H:\\latex2html';

$cfg{'texlive'} = q'0';

$cfg{'wrapper'} = q'0';



1; # must be last line

Reply via email to