Re: pgAdmin III under wxCocoa - Mailing list pgadmin-hackers

From Adam H.Pendleton
Subject Re: pgAdmin III under wxCocoa
Date
Msg-id B5EDDD16-F375-11D7-830E-000A9566CE14@fmonkey.net
Whole thread Raw
In response to pgAdmin III under wxCocoa  (Jean-Michel POURE <jm@poure.com>)
List pgadmin-hackers
On Tuesday, Sep 30, 2003, at 05:40 US/Eastern, Adam Witney wrote:

>
> And the relevant part of config.log says
>
> configure:4634: gcc -o conftest -Wall -g -O0  -DSSL
> -I/usr/local/pgsql/include  -L/usr/local/pgsql/lib conftest.c -lpq
> /usr/local/pgsql/l
> ib/libpq.a -lcrypt  -lssl -lcrypto >&5
> ld: can't locate file for: -lcrypt
> configure:4637: $? = 1
> configure: failed program was:
> | #line 4610 "configure"
>
> I don't think this part is a problem with the wxWindows part is it?

No, this is a problem with the autoconf code.  Mac OS X doesn't have a
libcrypt, at least not by default.  I'll need to modify the code so
that we don't link against it.  Let me take a look at it.

ahp

Attachment

pgadmin-hackers by date:

Previous
From: Adam H.Pendleton
Date:
Subject: wxWindows lib name changes
Next
From: "Stefan Csomor"
Date:
Subject: Re: pgAdmin III under wxCocoa