gpc builds fine, running tests I get the following statistics:
[clean-up headers skipped] Testing gpc 20021111, based on gcc-3.2 (i686-pc-linux-gnu) (groug.home.net) [lots of error messages skipped] # of GPC tests 2828 # of GPC tests passed 2645 # of GPC tests skipped 4 # of GPC tests failed 179
Looks that you run test suite in the default mode -- with debug info enabled. Currentely the '-g' option does NOT work (6% failing tests means it is unusable). With debug option removed from test Makefile one test is expected to fail.