Sara has asked for the wisdom of the Perl Monks concerning the following question:
Hello there, every time I use perlcc, i keep getting this message. What is wrong with my command?
I do this: perlcc -e commandREadd.pl -regex 's/\.p/\.exe'
And then I get:
####################################################### Note (probably harmless): No library found for 'perl56.lib' 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 'wsock32.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' 'cl' is not recognized as an internal or external command, operable program or batch file. ############################################################
Edited: ~Fri Jun 28 14:52:07 2002 (GMT),
by footpad:
Moved to SOPW, edited title, fixed minor typos, and added formatting tags to ease readability.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: No perlcc Libraries Found
by Courage (Parson) on Jun 28, 2002 at 16:59 UTC |