develooper Front page | perl.perl5.porters | Postings from October 2003

Re: 5.8.1 64bit int config annoyance

Thread Previous | Thread Next
From:
H.Merijn Brand
Date:
October 2, 2003 23:01
Subject:
Re: 5.8.1 64bit int config annoyance
Message ID:
20031003075557.0162.H.M.BRAND@hccnet.nl
On Thu 02 Oct 2003 22:46, Andy Dougherty <doughera@lafayette.edu> wrote:
> On Thu, 2 Oct 2003 schwern@pobox.com wrote:
> 
> > Yes, some sort of "just use the biggest numbers you can" option would be
> > nice.
> 
> Yes, it would be nice, but it's *very hard* to actually implement it well.

Why?

make -Dusemanybits be equivalent to -Duse64bitall -Duselongdouble, but set a
flag that if any of these would fail to just continue. Which is more or less
regaining the situation from before these (IMHO correct) changes to Configure
with the exception that it is now a *chosen* option to continue, and that some
hints files need some twiddling to not die in these occasions.

Let me make clear that the user that would choose this option will not have
any guarantee that perls will be configured the same accross OS's, which was
one of the reasons to make these patches in the first place. If the user chose
64bitall, he was not guaranteed to get it in the old situation, making
portability accross systems harder.

OTOH upgrading is still allowed (and done). i.e. on HP-UX choosing
-Duse64bitint will upgrade to -Duse64bitall

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/daily-build@perl.org/   perl-qa@perl.org
send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.org


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About