Re: pgAdmin III under wxCocoa

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Adam H(dot)Pendleton" <fmonkey(at)fmonkey(dot)net>, "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-10-01 07:40:09
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B70D@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Adam H.Pendleton [mailto:fmonkey(at)fmonkey(dot)net]
> Sent: 30 September 2003 22:20
> To: Adam Witney
> Cc: jm(at)poure(dot)com; Julian Smart; pgadmin-hackers
> Subject: Re: [pgadmin-hackers] pgAdmin III under wxCocoa
>
>
> 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"
> >
>
> Hmmm. I just downloaded and './configure'd pgAdmin3 on my
> system, and
> it doesn't even link against libcrypt. This is because only
> the static
> version of pgAdmin3 links against libcrypt. IIRC, this
> dependency was
> added to the build system to support Slackware. Dave, could
> you change
> line 114 from:
>
> LIBS="${LIBPQ_HOME}/lib/libpq.a -lcrypt $LIBS -lssl -lcrypto"

Dynamic build works, static does not. Incidently, --disable-static
doesn't work, despite prompts indicating that it should. I also note
that snake is linking with libwx_gtk2ud-2.5.a no matter what build type
is performed - I assume this is because that's what wx-config tells it
to do?

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-01 07:52:36 Re: acinclude.m4.patch
Previous Message Stefan Csomor 2003-10-01 07:07:56 Re: Mac Port