Front page | perl.perl5.porters |
Postings from August 1999
Re: [ID 19990821.002] Can't compile Perl on AIX with GCC
From:
Kurt D. Starsinic
Date:
August 29, 1999 13:46
Subject:
Re: [ID 19990821.002] Can't compile Perl on AIX with GCC
Message ID:
19990828131634.A14944@O2.chapin.edu
Chris,
We're getting closer. How about the output of `myconfig', along
with a description of where the compile fails and a few lines of output
leading up to the failure?
- Kurt
On Sat, Aug 21, 1999 at 09:55:03PM -0500, Chris Covington wrote:
> Oops, disregard the previous myconfig I sent - I was experimenting more
> after I sent the origional help request. Also I noticed that doing the
> ./Configure gives a couple of "WHOA THERE"s for "the recommended value
> form $d_setueuid on this machine is 'undef'" early on, but does not
> cause the configure script to abort. Here is the real myconfig:
>
> Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
> Platform:
> osname=aix, osvers=4.3.2.0, archname=aix
> uname='aix yeti 3 4 000018538000 '
> hint=recommended, useposix=true, d_sigaction=define
> usethreads=undef useperlio=undef d_sfio=undef
> Compiler:
> cc='gcc', optimize='-O', gccversion=2.8.1
> cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
> -I/usr/local/include'
> ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
> -I/usr/local/include'
> stdchar='unsigned char', d_stdstdio=define, usevfork=false
> intsize=4, longsize=4, ptrsize=4, doublesize=8
> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
> alignbytes=8, usemymalloc=n, prototype=define
> Linker and Libraries:
> ld='ld', ldflags =' -L/usr/local/lib'
> libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
> libs=-lnsl -lgdbm -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW
> libc=, so=a, useshrplib=false, libperl=libperl.a
> Dynamic Linking:
> dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Xlinker
> -bE:perl.exp'
> cccdlflags='-fpic', lddlflags='-bhalt:4 -bM:SRE
> -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -b noentry -lc
> -L/usr/local/lib'
-
Re: [ID 19990821.002] Can't compile Perl on AIX with GCC
by Kurt D. Starsinic