Mailing List Archive

Strange output using POSIX on hp...
I got a few errors relating to posix on an HP A.09.05 A 9000/715 machine
after building perl5 and running the make test. I thought I could add
POSIX.a to the static_ext section of the makefile. Then I got the
following error. Let me know if you need more info.

Kambiz

Making POSIX (static)
Writing Makefile for POSIX
Warning (non-fatal): No library found for -lposix
Warning (non-fatal): No library found for -lcposix
Use of uninitialized value at ../../lib/ExtUtils/MakeMaker.pm line 1149.
Warning (non-fatal): cflags evaluation in MakeMaker differs from shell output
package: POSIX
old: gcc -c -D_POSIX_SOURCE -D_HPUX_SOURCE -DFLT_MIN=1.17549435E-38
new: gcc -c -D_POSIX_SOURCE -D_HPUX_SOURCE -DFLT_MIN=1.17549435E-38
Using 'old' set.
Please notify perl5-porters@nicoh.com

Warning (non-fatal): cflags evaluation in MakeMaker differs from shell output
package: POSIX
old: gcc -c -D_POSIX_SOURCE -D_HPUX_SOURCE -DFLT_MIN=1.17549435E-38
new: gcc -c -D_POSIX_SOURCE -D_HPUX_SOURCE -DFLT_MIN=1.17549435E-38
Using 'old' set.
Please notify perl5-porters@nicoh.com

mkdir ../../lib/auto/POSIX
../../miniperl ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap POSIX.xs >POSIX.tc && mv POSIX.tc POSIX.c
gcc -c -D_POSIX_SOURCE -D_HPUX_SOURCE -DFLT_MIN=1.17549435E-38 -I../.. POSIX.c
ar cr ../../lib/auto/POSIX/POSIX.a POSIX.o && : ../../lib/auto/POSIX/POSIX.a
cp POSIX.pm ../../lib/POSIX.pm
AutoSplitting POSIX (../../lib/auto/POSIX)