LaTeX::Driver v0.06 -------------------- LaTeX::Driver runs either the 'latex' or 'pdflatex' command on a LaTeX document. If unresolved cross references, bibliographic references or index definitions are found then 'bibtex' or 'makeindex' will be run as appropriate and 'latex' or 'pdflatex' re-run as necessary. The output will be postprocessed with the 'dvips' and 'ps2pdf' programs if necessary to create PDF, DVI or PostScript documents. To use the module you will first need to install LaTeX on your system and make sure the above programs are available. Answer the following questions to confirm their locations, then run 'make', 'make test' and 'make install'. latex path [C:\cygwin\bin\latex.exe] C:\cygwin\bin\latex.exe pdflatex path [] bibtex path [C:\cygwin\bin\bibtex.exe] C:\cygwin\bin\bibtex.exe makeindex path [C:\cygwin\bin\makeindex.exe] C:\cygwin\bin\makeindex.exe dvips path [C:\cygwin\bin\dvips.exe] C:\cygwin\bin\dvips.exe dvipdfm path [C:\cygwin\bin\dvipdfm.exe] C:\cygwin\bin\dvipdfm.exe ps2pdf path [] pdf2ps path [] Argument "6.42_01" isn't numeric in numeric ge (>=) at Makefile.PL line 87. Checking if your kit is complete... Looks good Writing Makefile for LaTeX-Driver Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/LaTeX/Driver.pm blib\lib\LaTeX\Driver.pm cp lib/LaTeX/Driver/Paths.pm blib\lib\LaTeX\Driver\Paths.pm cp lib/LaTeX/Driver/FilterProgram.pm blib\lib\LaTeX\Driver\FilterProgram.pm C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp scripts/latex2ps blib\script\latex2ps pl2bat.bat blib\script\latex2ps 'pl2bat.bat' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'pl2bat.bat' : return code '0x1' Stop.