Path: nntp.hut.fi!news.csc.fi!news.eunet.fi!EU.net!howland.erols.net!news.mathworks.com!uunet!in3.uu.net!news.structured.net!crusty.teleport.com!nntp0.teleport.com!usenet
From: J <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: compiler.pl : a simple script for perl compilation.
Followup-To: comp.lang.perl.misc
Date: 19 Oct 1996 14:00:54 GMT
Organization: Biomatics
Lines: 33
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: nntp.hut.fi comp.lang.perl.announce:464 comp.lang.perl.misc:49224

Software Announcement:

compiler.pl (compile in binary format for Linux) is a simple
script which uses Malcolm's Beatie's Perl compiler (alpha version
3 is available in CPAN).

It does the one step compilation. Perl compiler produces C source
code and then compiles to binary.

Usage:  compile.pl  foo.pl -O2 -m486

-O2 and -m486 are C compilation options which you can omit.

Usage: compile foo.pl -O2 -m486

when you compiled compile.pl to compile.


Malcolm's compiler is so far working perfectly for my
programs in Linux. It is a great piece of work.


Location:

http://sonja.acad.cai.cam.ac.uk/perl_compiler.html

ftp: sonja.acad.cai.cam.ac.uk/pub/Biolux
ftp: ind5.mrc-cpe.cam.ac.uk/pub/jong/Linux


Jong