Am 13.03.2006 um 23:38 schrieb Dominic Dunlop:
On 2006–03–13, at 12:53, Manfred Bergmann wrote:
I use some Perl Modules in some of my application, accessed
through Camelbones.
I have notices that some Perl Modules use compiled C-Code, e.g.
HTML-Parser.
Now how does it work to build these modules as Universal Binaries?
The README.macosx distributed with perl-5.8.8 tells you how to make
a universal binary perl. Once you have built and installed such a
perl, any modules that you build using that perl should end up as
universal binaries.
But that means I have to replace the existing Perl with the new one.
I would do it but I fear I that could break some things in the system.
Best regards,
Manfred