Subject: | Socket6 fails compilation in AIX 5.3 with perl 5.8.2 |
Checking if your kit is complete...
Looks good
Writing Makefile for Socket6
cp Socket6.pm blib/lib/Socket6.pm
/usr/bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" => "Socket6", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => []);'
/usr/bin/perl /usr/opt/perl5/lib/5.8.2/ExtUtils/xsubpp -noprototypes -typemap /usr/opt/perl5/lib/5.8.2/ExtUtils/typemap Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c
cc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" Socket6.c
"/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h", line 619.16: 1506-007 (S) "struct drand48_data" is undefined.
"/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h", line 727.16: 1506-007 (S) "struct random_data" is undefined.
"/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h", line 775.16: 1506-007 (S) "struct random_data" is undefined.
make: 1254-004 The error code from the last command is 1.
Stop.
/usr/bin/make -- NOT OK