I've managed to compile wxwindows --with-mac, but the compile of pgadmin III failed (did not find pgsql library)
I'm using autoconf version 2.57 make version 3.79
postgres configure snippet:
===
... PostgreSQL configure 7.4beta5, which was generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --with-perl --with-odbc --with-java --with-includes=/sw/include --with-libraries=/sw/lib --with-openssl=/sw/etc/ssl
===
pgadmin configure snippets:
pgadmin3 configure 1.1.0, which was generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --enable-static --enable-debug
[snip] configure:2506: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2509: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif
[snip]
configure:4483: checking for pgsql
configure:4500: result: yes
configure:4555: checking for PQexec in -lpq
configure:4586: gcc -o conftest -Wall -g -O0 -I/usr/local/pgsql/include -L/usr/local/pgsql/lib conftest.c -lpq /usr/local/pgsql/lib/libpq.a -lcrypt -lssl -lcrypto >&5
ld: can't locate file for: -lcrypt
configure:4589: $? = 1
configure: failed program was:
| #line 4562 "configure"
| /* confdefs.h. */
|
[snip]
configure:3048: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:3045: error: `exit' undeclared (first use this function)
configure:3045: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:3051: $? = 1
configure: failed program was:
| #line 3031 "configure"
| /* confdefs.h. */
any ideas?
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
