投稿者: 2000/10/22 (日) 04:10:38 ▼ ◇ [mirai]C:% perlcc
Usage: C:\Perl\bin\perlcc.bat <file_list>
WARNING: The whole compiler suite ('perlcc' included) is considered VERY
experimental. Use for production purposes is strongly discouraged.
Flags with arguments
-L < extra library dirs for installation (form of 'dir1:dir2') >
-I < extra include dirs for installation (form of 'dir1:dir2') >
-C < explicit name of resulting C code >
-o < explicit name of resulting executable >
-e < to compile 'one liners'. Need executable name (-o) or '-run'>
-regex < rename regex, -regex 's/.p/.exe/' compiles a.p to a.exe >
-verbose < verbose level < 1-63, or following letters 'gatfcd' >
-argv < arguments for the executables to be run via '-run' or '-e' >
Boolean flags
-b ( to generate byte code )
-opt ( to generated optimised C code. May not work in some cases. )
-gen ( to just generate the C code. Implies '-sav' )
-sav ( to save intermediate C code, (and executables with '-run'))
-run ( to run the compiled program on the fly, as were interpreted.)
-prog ( to indicate that the files on command line are programs )
-mod ( to indicate that the files on command line are modules )