On Thu, 13 Feb 2014 08:37:26 +0100, Joel Brobecker wrote: > > I failed to build (make failed to find how to build file "-lz") GDB even on > > AIX - on gcc111.fsffrance.org - which should be a supported OS (by you > > coincidentally) so I have doubts GDB is buildable on OSes no one even tests. > > I did so on gcc111 not so long ago, and now that we have our ppc-aix > machine back, we build it routinely. gcc111.fsffrance.org: bzip2 -dc gdb-7.7.tar.bz2|tar xf -;cd gdb-7.7;./configure;make gcc -g -O2 -I. -I. -I./../../include -I../../bfd -I./../../bfd -I../../gdb -I./../../gdb -I./../../gdb/config -I. -I../common -I./../common -o gentmap gcc: fatal error: no input files compilation terminated. make: 1254-004 The error code from the last command is 1. (BTW it builds OK on RHEL-5 ppc64.) But I have figured out now it builds with --disable-sim . Maybe to disable ppc* sim by default? I have disabled it in Fedora/RHEL in Feb 2008 as already that time it could not run any binary. Jan