William wrote: > configure:2295: checking whether we are using the GNU > C compiler > configure:2319: cc -c conftest.c >&5 > "conftest.c", line 18: undefined symbol: choke > "conftest.c", line 18: syntax error before or at: me > cc: acomp failed for conftest.c > configure:2325: $? = 2 > > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "PostgreSQL" > | #define PACKAGE_TARNAME "postgresql" This is not the interesting part of config.log. You need to look near the bottom where it actually says "checking test program". -- Peter Eisentraut http://developer.postgresql.org/~petere/