Re: pgAdmin III under wxCocoa

From: "Stefan Csomor" <csomor(at)advancedconcepts(dot)ch>
To: "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, "'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 08:08:56
Message-ID: ADVANCED-3YNLWJGiiR000004af@advanced-3ynlwj.advancedconcepts.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of Dave Page
> Sent: Mittwoch, 1. Oktober 2003 08:40
> To: Adam H.Pendleton; Adam Witney
> Cc: jm(at)poure(dot)com; Julian Smart; pgadmin-hackers
> Subject: Re: [pgadmin-hackers] pgAdmin III under wxCocoa
>
>
>
> > -----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.
>
> ---------------------------(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
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-01 08:26:45 Re: pgAdmin III under wxCocoa
Previous Message Dave Page 2003-10-01 07:52:36 Re: acinclude.m4.patch