From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14326 invoked by alias); 28 May 2005 01:41:40 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14306 invoked by uid 22791); 28 May 2005 01:41:38 -0000 Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Sat, 28 May 2005 01:41:38 +0000 Received: (qmail invoked by alias); 28 May 2005 01:41:35 -0000 Received: from CPE000625d77020-CM400049235905.cpe.net.cable.rogers.com (EHLO [127.0.0.1]) [24.112.22.14] by mail.gmx.net (mp006) with SMTP; 28 May 2005 03:41:35 +0200 X-Authenticated: #1323561 Message-ID: <4297CC4B.4090301@gmx.net> Date: Sat, 28 May 2005 01:41:00 -0000 From: Ivan Popivanov User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Problems compiling GDB on AIX Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-SW-Source: 2005-05/txt/msg00363.txt.bz2 No problems compiling gdb-6.0, however, when I try to compile anything newer I get from "make install" the error I pasted at the end of this message. Note that I don't have root account and I compiled and installed make, libtool and few other utilities under $HOME/installs. I saw a thread saying that gdb-6.3 is broken on non GNU platforms because gettext is not installed. My question is how can I install gettext without being root? I mean I can compile and install it in $HOME/installs, but how to make the headers and the libraries available when GDB is building? Thanks in advance! Ivan --------------------------------------------------------------------- make[2]: Leaving directory `/home/popivan/gdb-6.1.1/bfd/po' make[2]: Entering directory `/home/popivan/gdb-6.1.1/bfd' make[3]: Entering directory `/home/popivan/gdb-6.1.1/bfd' make[3]: Nothing to be done for `install-exec-am'. /bin/sh ./../mkinstalldirs /home/popivan/installs/lib /bin/sh ./../mkinstalldirs /home/popivan/installs/include /bin/sh ./libtool --mode=install ./install-sh -c libbfd.la /home/popivan/installs/lib/libbfd.la ./install-sh -c .libs/libbfd.lai /home/popivan/installs/lib/libbfd.la ./libtool[4987]: ./install-sh: not found <<<< ./install-sh is in the gdb directory ... make[3]: *** [install_libbfd] Error 127 make[3]: Leaving directory `/home/popivan/gdb-6.1.1/bfd' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/popivan/gdb-6.1.1/bfd' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/popivan/gdb-6.1.1/bfd' make: *** [install-bfd] Error 2