make bootstrap successful build info:
config.guess states: i686-pc-linux-gnu
gcc -v states:
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /tmp/downloads/gcc-4.0.0/configure --prefix=/apps/Linux/gcc400 --program-suffix=400 --with-local-prefix=/usr/include --enable-threads
Thread model: posix
gcc version 4.0.0
/etc/issue states: Red Hat Linux release 9 (Shrike) Kernel \r on an \m
uname -a states:
Linux parsley 2.4.25-3dneg #1 SMP Tue Sep 7 11:16:44 BST 2004 i686 i686 i386 GNU/Linux -- (This is essentially the 2.4.25 kernel with some nfs patches)
rpm -q glibc states: glibc-2.3.2-11.9
Notes:
This build worked for installing sitewide over nfs fine. --prefix and --program-suffix worked fine.
--with-local-prefix=/usr/include had to be specified as the default of /usr/local/include is not right for certain Linux distributions (like Redhat).
Jeff Clifford