Changes between Initial Version and Version 1 of Ticket #46461, comment 1
- Timestamp:
- Jan 15, 2015, 6:36:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46461, comment 1
initial v1 1 At least with the system perl, Apple has some sort of shim called "versioner" that handles 64/32-bit issues. E.g. setting the environment variable `VERSIONER_PERL_PREFER_32_BIT=yes` will force the system perl to do everything 32-bit. Perhaps the MacPorts perl could use a similar shim? The source can be found in Apple's release of perl: http://www.opensource.apple.com/source/perl/perl- 92/versioner/versioner.c1 At least with the system perl, Apple has some sort of shim called "versioner" that handles 64/32-bit issues. E.g. setting the environment variable `VERSIONER_PERL_PREFER_32_BIT=yes` will force the system perl to do everything 32-bit. Perhaps the MacPorts perl could use a similar shim? The source can be found in Apple's release of perl: http://www.opensource.apple.com/source/perl/perl-103/versioner/versioner.c