in reply to perlcc under OS X

I am attempting to cross-compile a little script I wrote for some perl-less windows-user friends of mine. I am running Apple's OS X 10.3

Would not you have to compile it on a Windows machine for your friends? The Mac perlcc will create a binary that will only work on Macs.

PS: I get the same error as you do, so Apple's perlcc is most likely broken.

Replies are listed 'Best First'.
Re^2: perlcc under OS X
by Lebo77 (Initiate) on Jan 21, 2005 at 17:33 UTC
    I was under the impression that there was a way to make perlcc generate C code that i could then cross-compile with gcc. I can also use my windows box to do a simple compile of the c-code.

    I guess I will just get my friends to get off their lazy butts and install activePerl. This was more of an experiment then a requirement anyway.

    Thanks for the help.

    P.S. I did test out pp, and it worked fine. A bit slower then the regular perl execution.