Hey everyone. I'm trying to compile gcc 4.3.2 on hpux 10.20 (hppa1.1) and I'm running into a frustrating problem. Initially, compilation proceeds normally, but when the make process reaches the gcc directory, it complains that there is no rule to make target 'all' -- for some reason, there is no makefile in the gcc directory, whereas there is one for the other targets like zlib and libcpp. I don't think my configure process is creating the appropriate makefile, but not I'm sure how to force it to do so. For the record, ppatch reports that I have the sed patch for HPUX installed, so I don't think that's the problem. I'd appreciate any insight or help on this problem; I'm pretty much out of ideas at the moment. Here's how I called "configure" from my build directory: ../gcc_4_3_2_release/configure --prefix=$MY_INSTALL --build=hppa1.1-hp-hpux10.20 --with-gmp=$MY_INSTALL --with-mpfr=$MY_INSTALL --enable-objc-gc The $MY_INSTALL variable just points to my own personal bin directory, not the system-wide one. Here's the last few lines of output from gmake: test -f config.h || (rm -f stamp-h1 && gmake stamp-h1) gmake[3]: Leaving directory `gcc_4_3_2_binaries/libcpp' gmake[3]: Entering directory `gcc_4_3_2_binaries/libdecnumber' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `gcc_4_3_2_binaries/libdecnumber' gmake[3]: Entering directory `gcc_4_3_2_binaries/gcc' gmake[3]: *** No rule to make target `all'. Stop. The listing for host-hppa1.1-hp-hpux10.20/gcc is merely: config.cache config.log configargs.h Does anyone have an idea as to what's going on? -- Omar Zakaria Agilent Technologies W: 707-577-4214