On Fri, 21 Sep 2001, Jason Gloudon wrote:
>
> Using the current CVS source with perl5.6.1, the assembler runs with the
> following warning:
>
> Use of uninitialized value in numeric eq (==) at assemble.pl line 53.
>
> 53 if (($] >= 5.006) && ($PConfig{ivsize} == $PConfig{longsize}) ) {
> 54 %pack_type = ('i'=>'l!','n'=>'d');
> 55 }
>
> Is longsize supposed to be or going to be set by Configure ?
As of yesterday, I had Configure.pl pick up longsize from perl5's
Configure (perl5's been computing that at least as far back as
5.004_05). I don't know about today's Configure.pl.
Since sizeof(long) can change depending on cc flags, it would be
appropriate for Configure.pl to recompute it, but for now you can just
edit Configure.pl to grab it from perl5's %Config.
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042