|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /installd/perl588installer/perl-5.8.8/djgpp/ |
Upload File : |
@echo off set CONFIG= set PATH_SEPARATOR=; set PATH_EXPAND=y sh -c 'if test $PATH_SEPARATOR = ";"; then exit 1; fi' if ERRORLEVEL 1 goto path_sep_ok echo Error: echo Make sure the environment variable PATH_SEPARATOR=; while building perl! echo Please check your DJGPP.ENV! goto end :path_sep_ok sh -c 'if test $PATH_EXPAND = "Y" -o $PATH_EXPAND = "y"; then exit 1; fi' if ERRORLEVEL 1 goto path_exp_ok echo Error: echo Make sure the environment variable PATH_EXPAND=Y while building perl! echo Please check your DJGPP.ENV! goto end :path_exp_ok sh -c '$SHELL -c "exit 128"' if ERRORLEVEL 128 goto shell_ok echo Error: echo The SHELL environment variable must be set to the full path of your sh.exe! goto end :shell_ok sh -c 'if test ! -d /tmp; then mkdir /tmp; fi' cp djgpp.[hc] config.over .. cd .. echo Running sed... sh djgpp/djgppsed.sh echo Running Configure... sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9 :end