* Problems compiling GDB on AIX
@ 2005-05-28 1:41 Ivan Popivanov
2005-05-28 2:17 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Popivanov @ 2005-05-28 1:41 UTC (permalink / raw)
To: gdb
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems compiling GDB on AIX
2005-05-28 1:41 Problems compiling GDB on AIX Ivan Popivanov
@ 2005-05-28 2:17 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2005-05-28 2:17 UTC (permalink / raw)
To: Ivan Popivanov; +Cc: gdb
On Fri, May 27, 2005 at 09:41:31PM -0400, Ivan Popivanov wrote:
> 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.
Try using an absolute path to the configure script, instead of '.'.
This is fixed in CVS.
--
Daniel Jacobowitz
CodeSourcery, LLC
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-28 2:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-28 1:41 Problems compiling GDB on AIX Ivan Popivanov
2005-05-28 2:17 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox