From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29821 invoked by alias); 30 Jun 2008 14:15:50 -0000 Received: (qmail 29801 invoked by uid 22791); 30 Jun 2008 14:15:48 -0000 X-Spam-Check-By: sourceware.org Received: from web34401.mail.mud.yahoo.com (HELO web34401.mail.mud.yahoo.com) (66.163.178.150) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 30 Jun 2008 14:14:50 +0000 Received: (qmail 53484 invoked by uid 60001); 30 Jun 2008 14:14:49 -0000 Received: from [198.207.223.245] by web34401.mail.mud.yahoo.com via HTTP; Mon, 30 Jun 2008 07:14:49 PDT X-Mailer: YahooMailWebService/0.7.199 Date: Mon, 30 Jun 2008 14:15:00 -0000 From: Jim Marshall Subject: Build issue on AIX 5.2 To: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <361367.53382.qm@web34401.mail.mud.yahoo.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00314.txt.bz2 Hi, I don't use AIX that often and therefore am a bit out of my league, I guess. I downloaded the GDB 6.8 source tarball, extracted it and ran configure without any problems (./configure --prefix=//gdb/build) Then I run gmake and it runs for a long while but eventually fails trying to create a 'doc' directory. here is the output I get: > gmake ... configure: configuring in doc configure: running /bin/sh '../.././gdb/doc/configure' --prefix=/net/bosnetapp/vol/vol0/home1/jamarsha/aix/build '--cache-file=./config.cache' '--prefix=/net/bosnetapp/vol/vol0/home1/jamarsha/aix/build' '--program-transform-name=s,y,y,' '--build=powerpc-ibm-aix5.2.0.0' '--host=powerpc-ibm-aix5.2.0.0' '--target=powerpc-ibm-aix5.2.0.0' '--srcdir=.././gdb' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,-bbigtoc' 'build_alias=powerpc-ibm-aix5.2.0.0' 'host_alias=powerpc-ibm-aix5.2.0.0' 'target_alias=powerpc-ibm-aix5.2.0.0' --cache-file=.././config.cache --srcdir=../.././gdb/doc /net/bosnetapp/vol/vol0/home1/jamarsha/aix/gdb-6.8/gdb/configure[26859]: /bin/sh: arg list too long configure: error: /bin/sh '../.././gdb/doc/configure' failed for doc gmake[1]: *** [configure-gdb] Error 1 gmake[1]: Leaving directory `/net/bosnetapp/vol/vol0/home1/jamarsha/aix/gdb-6.8' gmake: *** [all] Error 2 I have gmake 3.80, gcc 3.4.3. This is an AIX 5.2 machine. autoconf is 2.59, makeinfo 4.12 Thoughts?