On Thu, Feb 2, 2012 at 10:22 AM, Ignaz Birnstingl <ign...@gmail.com> 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 --enable-mods-shared=all
> --enable-cache --enable-mem-cache --enable-headers --enable-proxy
> --enable-proxy-http --enable-http --enable-cgi --enable-rewrite
> --enable-deflate --with-included-apr

Seems like people generally have more luck with CC="gcc -maix64" then
just putting it in CFLAGS -- can you give that a try?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to