Re: configure gaps - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: configure gaps
Date
Msg-id 1286293042.16817.17.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: configure gaps  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: configure gaps
List pgsql-hackers
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




pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: leaky views, yet again
Next
From: Robert Haas
Date:
Subject: Re: patch: SQL/MED(FDW) DDL