Matt K - 2007-01-18

I've installed Gnu-Darwin 1.1 on a PowerMacG4 running OS 10.4.8 and X11.  I encountered no errors during installation.
Now when I try to compile software I get the following error in the configure log file:
gcc (GCC) 3.1 20021003 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2033: $? = 0
configure:2035: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1256, based on gcc version 3.1 20021003 (prerel
ease)
configure:2038: $? = 0
configure:2040: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2043: $? = 1
configure:2067: checking for C compiler default output
configure:2070: gcc    conftest.c  >&5
gcc: installation problem, cannot exec `/usr/libexec/gcc/darwin/ppc/cpp-precomp'
: No such file or directory

I have a /usr/libexec/gcc/darwin/ppc directory, but inside it is just another directory 3.1/ containing:
-r-xr-xr-x   1 502  502  3027056 Nov  4  2003 cc1
-r-xr-xr-x   1 502  502  3109012 Nov  4  2003 cc1obj
-r-xr-xr-x   1 502  502  3690948 Nov  4  2003 cc1objplus
-r-xr-xr-x   1 502  502  3600800 Nov  4  2003 cc1plus
-r-xr-xr-x   1 502  502   139924 Nov  4  2003 cpp
-r-xr-xr-x   1 502  502   152528 Nov  4  2003 cpp0
-r-xr-xr-x   1 502  502    61200 Nov  4  2003 gcov
-r--r--r--   1 502  502     8333 Nov  4  2003 specs
-r-xr-xr-x   1 502  502    82296 Nov  4  2003 tradcpp0

Any insight would be greatly appreciated.
Best,   --Matt