bengmau has asked for the wisdom of the Perl Monks concerning the following question:
Trying to use the perlcc to compile to a dos exe
That wouldn't work but I was able to do a perlcc -c to create a .c file
After installing gcc and trying to compile yielded a mountain of errors. My code is quite simple.. loop, file in/out and is under strict context. My only thing is that I reference the net:ethernet module. I need to compile this since I need to put the app on a floppy to run on worksations without perl. any troubleshooting tips? or conversely how can I create byte code of the perlscript and run it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: compile perl to dos exe
by flyingmoose (Priest) on Jan 16, 2004 at 17:55 UTC | |
by bengmau (Beadle) on Jan 16, 2004 at 19:10 UTC | |
by iburrell (Chaplain) on Jan 16, 2004 at 23:14 UTC | |
|
Re: compile perl to dos exe
by bart (Canon) on Jan 16, 2004 at 18:28 UTC | |
|
Re: compile perl to dos exe
by flatline (Novice) on Jan 16, 2004 at 18:08 UTC | |
by waswas-fng (Curate) on Jan 16, 2004 at 18:27 UTC | |
by flyingmoose (Priest) on Jan 16, 2004 at 18:53 UTC |