Front page | perl.perl5.porters |
Postings from March 2000
Configure Help for AIX 3.2.x - 5.6-RC2/5.005_03
From:
jpeacock
Date:
March 17, 2000 13:47
Subject:
Configure Help for AIX 3.2.x - 5.6-RC2/5.005_03
Message ID:
0003179533.AA953330059@univpress.com
I tried to compile 5.6-RC2 under AIX 3.2.4 ( I have been using Perl 5.005_02
without problems), but was unable to get it to work. I went back and tried to
build 5.005_03 and had the exact same errors:
odo:/tmp/perl-5.6.0-RC2(38)% make
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = xlc -DPERL_CORE -c -D_ALL_SOURCE
`sh cflags libperl.a perl.o` perl.c
CCCMD = xlc -DPERL_CORE -c -D_ALL_SOURCE
"/usr/include/unistd.h", line 130.14: 1506-132 (S) Function getegid cannot be
redeclared.
"/usr/include/unistd.h", line 131.14: 1506-132 (S) Function geteuid cannot be
redeclared.
"/usr/include/unistd.h", line 132.14: 1506-132 (S) Function getgid cannot be
redeclared.
"/usr/include/unistd.h", line 138.14: 1506-132 (S) Function getuid cannot be
redeclared.
The error code from the last failed command is 1.
Make Quitting.
I used the same options as for 5.005_02, as follows:
odo:/tmp/perl-5.6.0-RC2(39)% perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 2) configuration:
Platform:
osname=aix, osvers=3.2.4, archname=aix
uname='aix odo 2 3 000037131c00 '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='xlc', optimize='-O', gccversion=
cppflags='-D_ALL_SOURCE'
ccflags ='-D_ALL_SOURCE'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=4, d_longdbl=define, longdblsize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='ld', ldflags =''
libpth=/lib /usr/lib /usr/ccs/lib
libs=-ldbm -lld -lm -lc -lbsd -lPW
libc=, so=a, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-bE:perl.exp'
cccdlflags=' ', lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(PERL_INC)/pe
.exp -bE:$(BASEEXT).exp -e _nostart -lc'
I tried to search the archives, but found no useful help. If anyone recognizes
these problems, I would appreciate some pointers.
TIA
John Peacock
-
Configure Help for AIX 3.2.x - 5.6-RC2/5.005_03
by jpeacock