Hi ,
I have a simple perl program on windows as below which i am trying to
creat ean executable for. But it fails with the errors below
#!c:\perl\bin\perl.exe
# simple hello world cgi script
print "Content-type: text/html\n\n";
print "<html><body>\n";
$date = localtime();
print "<hr>Hello, world! on $date<br><hr>\n";
print "</body></html>\n";
ERRORS
C:\Perl\bin>perlcc -o test c:\wamp\www\perl\hellocgi.pl
Note (probably harmless): No library found for oldnames.lib
Note (probably harmless): No library found for kernel32.lib
Note (probably harmless): No library found for user32.lib
Note (probably harmless): No library found for gdi32.lib
Note (probably harmless): No library found for winspool.lib
Note (probably harmless): No library found for comdlg32.lib
Note (probably harmless): No library found for advapi32.lib
Note (probably harmless): No library found for shell32.lib
Note (probably harmless): No library found for ole32.lib
Note (probably harmless): No library found for oleaut32.lib
Note (probably harmless): No library found for netapi32.lib
Note (probably harmless): No library found for uuid.lib
Note (probably harmless): No library found for ws2_32.lib
Note (probably harmless): No library found for mpr.lib
Note (probably harmless): No library found for winmm.lib
Note (probably harmless): No library found for version.lib
Note (probably harmless): No library found for odbc32.lib
Note (probably harmless): No library found for odbccp32.lib
Note (probably harmless): No library found for msvcrt.lib
pccGDJNr.c
C:\Perl\lib\CORE\perl.h(420) : fatal error C1083: Cannot open include
file: 'sys
/types.h': No such file or directory
LINK : fatal error LNK1181: cannot open input file "test.obj"