Carol Walter wrote: > When I looked at the config.log file, the end looks like this ... > > #define HAVE_WCTYPE_H 1 > #define PACKAGE_BUGREPORT "pgsql-bugs@xxxxxxxxxxxxxx" > #define PACKAGE_NAME "PostgreSQL" > #define PACKAGE_STRING "PostgreSQL 8.3.6" > #define PACKAGE_TARNAME "postgresql" > #define PACKAGE_VERSION "8.3.6" > #define PG_KRB_SRVNAM "postgres" > #define PG_VERSION "8.3.6" > #define PG_VERSION_NUM 80306 > #define PG_VERSION_STR "PostgreSQL 8.3.6 on sparc-sun-solaris2.10, > compiled by GCC gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)" > #define STRERROR_R_INT > #define USE_PAM 1 > #define USE_SSL 1 > #define WORDS_BIGENDIAN 1 > > configure: exit 1 > > What does an exit code 1 from configure mean? config.log ends with a long list of definitions and variables that configure detected. The output you actually want is just above the long #define list, and the sections that say "output variables" and "cache variables". -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin