Try pp (Perl Packager):
http://search.cpan.org/~autrijus/PAR-0.79/script/pp#NOTES

C:>pp -o our.exe our.pl

More info at:
http://par.perl.org/ 

HTH,

José.

-----Original Message-----
From: Shawn Sharp [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 21, 2004 9:06 PM
To: [EMAIL PROTECTED]
Subject: Loading libraries into a static Perl


Hey,

 

I am trying to create a stand alone (static) program in Perl (no shared libraries).  I 
have tried perlcc -L /lib perl.pl but am not have any luck. This will create an 
executable but you still need the shared libraries.  I have also typing in the path of 
each library (ie perlcc -L /lib/libperl.so -L /lib/libns1.so.1 perl.pl) This complied 
the perl program the same.

 

Any Ideas.

 

Thanks

 

 

 



**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to