Re: configure gaps

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: configure gaps
Date: 2010-10-05 15:54:39
Message-ID: 4CAB4A3F.9000109@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/05/2010 11:37 AM, Peter Eisentraut wrote:
> On tis, 2010-10-05 at 11:13 -0400, Andrew Dunstan wrote:
>>>> Specifically, a) when python was installed but python-devel was not,
>>>> configure passed by the compile for python failed quite miserably, and
>>> Yeah. Same is true if libperl-dev or similar is not installed.
>> No, actually configure pretty much catches this.
> Not on my system.
>
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> -fwrapv -g -fpic -shared -o plperl.so plperl.o SPI.o Util.o
> -L../../../src/port -Wl,--as-needed
> -Wl,-rpath,'/usr/lib/perl/5.10/CORE',--enable-new-dtags
> -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl
> -ldl -lm -lpthread -lc -lcrypt
> /usr/bin/ld.bfd.real: cannot find -lperl
> collect2: ld returned 1 exit status

OK, then we should fix that too.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2010-10-05 16:14:07 Re: querying the version of libpq
Previous Message Peter Geoghegan 2010-10-05 15:52:28 Re: querying the version of libpq