Re: [users@httpd] Problems building httpd on AIX 6.1 64 bit with GCC

2012-02-02 Thread Ignaz Birnstingl
Hi Eric, thanks for the advice. Unfortunately that did not quite solve the issue but running libtool without --silent I found out what was wrong: libtool calls ar and nm and both need the -X 64 flag - so fixing the configure command line to NM="nm -B -X 64" LDFLAGS="-maix64" LD=gcc AR="ar -X 64" C

Re: [users@httpd] Problems building httpd on AIX 6.1 64 bit with GCC

2012-02-02 Thread Eric Covener
On Thu, Feb 2, 2012 at 10:22 AM, Ignaz Birnstingl wrote: > Hi, > > I'm trying to build Apache 2.2.22 on AIX 6.1 PPC 64 bit with gcc 4.4.6. > The configure line looks like this: > LDFLAGS="-maix64" LD=gcc AR="ar -X 64" CFLAGS="-maix64" ./configure > --prefix=/home/labuser/apache/httpd-22-x64 --enab

[users@httpd] Problems building httpd on AIX 6.1 64 bit with GCC

2012-02-02 Thread Ignaz Birnstingl
Hi, I'm trying to build Apache 2.2.22 on AIX 6.1 PPC 64 bit with gcc 4.4.6. The configure line looks like this: LDFLAGS="-maix64" LD=gcc AR="ar -X 64" CFLAGS="-maix64" ./configure --prefix=/home/labuser/apache/httpd-22-x64 --enable-mods-shared=all --enable-cache --enable-mem-cache --enable-headers