[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: perl 5.05_63 on HPUX 11.00
Could you please also prepare an outConf that has *both* stdout *and* stderr
(in other words, 2>&1)?
Off-hand (this is a just the rough guess) I'd say your problem lies with
libraries: first Configure thinks it finds -lnm, but then all test compiles
fail, for some reason not being able to find -lnm. Hmmm.
ld: Can't find library for -lnm
Fatal error.
Jeff, whence this warning and what can we do about it?
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -Aa +DD64 -D_FILE_OFFSET_BITS=64 -O
cc: warning 441: Previous '+DA' or '+DD' option overridden by '+DD64' option.
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
- Follow-Ups from:
-
"Misa" <madis@one.net.au>
Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
- References to:
-
"Misa" <madis@one.net.au>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]