build on panther

From: Robert Sussland <sussland(at)decru(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: build on panther
Date: 2003-11-03 20:09:06
Message-ID: 93AB9A28-0E39-11D8-92A2-000A95C4654E@decru.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi list,

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?

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-11-04 11:06:34 Final point to the question of assignment as regards French IP laws
Previous Message Hiroshi Saito 2003-11-03 17:14:56 Re: Need help with GTK bug