Nick Glencross wrote:
Actually, I'm working in a small window, and missed the fact that
Configure reported the following:
Determining your minimum pointer alignment......Use of uninitialized
value in concatenation (.) or string at config/auto/alignptrs.pl line 59.
Use of uninitialized value in numeric eq (==) atconfig/auto/alignptrs.pl
line 60.
..........for hpux: bytes.
Am going to investigate further...
It turns out that the warning is harmless, and doesn't affect
Configure's behaviour. There's a 'my $align = 4' which goes out of scope
before the message is printed.
Will submit a patch this evening, but it doesn't affect my 'make test' log.
Nick