Re: pgAdmin III under wxCocoa

From: Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net>
To: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>
Cc: jm(at)poure(dot)com, Julian Smart <julian(dot)smart(at)btopenworld(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III under wxCocoa
Date: 2003-09-30 18:41:31
Message-ID: B5EDDD16-F375-11D7-830E-000A9566CE14@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H.Pendleton 2003-09-30 18:45:02 Re: pgAdmin III under wxCocoa
Previous Message Andreas Pflug 2003-09-30 16:01:28 Re: GPL code issue?