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

From Stefan Csomor
Subject Re: pgAdmin III under wxCocoa
Date
Msg-id ADVANCED-3YNLWJGiiR000004af@advanced-3ynlwj.advancedconcepts.ch
Whole thread Raw
In response to Re: pgAdmin III under wxCocoa  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Hi

I think (I'm not fluent on the console ;-) it's --disable-shared for getting
static libs

Best,

Stefan

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Dave Page
> Sent: Mittwoch, 1. Oktober 2003 08:40
> To: Adam H.Pendleton; Adam Witney
> Cc: jm@poure.com; Julian Smart; pgadmin-hackers
> Subject: Re: [pgadmin-hackers] pgAdmin III under wxCocoa
>
>
>
> > -----Original Message-----
> > From: Adam H.Pendleton [mailto:fmonkey@fmonkey.net]
> > Sent: 30 September 2003 22:20
> > To: Adam Witney
> > Cc: jm@poure.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.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index
> scan if your
>       joining column's datatypes do not match
>



pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: acinclude.m4.patch
Next
From: "Dave Page"
Date:
Subject: Re: pgAdmin III under wxCocoa