in reply to Re^2: use64bitint in building Perl
in thread use64bitint in building Perl
Yes, it's 32bit system.
When I mentioned FreeBSD defaults, I mean that perl already installed on the system is built with -Duse64bitint. You can check this using
perl -V | grep 64bitintIf you build Perl yourself you should specify this option explicitly. If you build it from ports use PERL_64BITINT makefile option.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: use64bitint in building Perl
by cmac (Monk) on Dec 29, 2008 at 23:29 UTC | |
by syphilis (Archbishop) on Dec 29, 2008 at 23:40 UTC | |
by cmac (Monk) on Dec 30, 2008 at 00:26 UTC | |
by tilly (Archbishop) on Dec 30, 2008 at 01:16 UTC | |
by syphilis (Archbishop) on Dec 30, 2008 at 01:45 UTC | |
|