> -----Original Message-----
> From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] 
> Sent: 30 September 2003 22:20
> To: Adam Witney
> Cc: [EMAIL PROTECTED]; 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

Reply via email to