Re: databases/p5-postgresql-plperl links to wrong - Mailing list pgsql-general

From Tom Lane
Subject Re: databases/p5-postgresql-plperl links to wrong
Date
Msg-id 16646.1108169642@sss.pgh.pa.us
Whole thread Raw
In response to Re: databases/p5-postgresql-plperl links to wrong  (Sven Willenberger <sven@dmv.com>)
Responses Re: databases/p5-postgresql-plperl links to wrong
List pgsql-general
Sven Willenberger <sven@dmv.com> writes:
> The rpath solution you provided to patch GNUmakefile did not
> work however, bailing with:

> gcc -O2 -fno-strict-aliasing -Wmissing-declarations, -Wl,
> -rpath, /usr/local/lib/perl5/5.8.6/mach/CORE -fpic -DPIC -I.
> -I/usr/local/lib/perl5/5.8.6/mach/CORE -I../../../src/include   -c -o
> plperl.o plperl.c
> gcc: cannot specify -o with -c or -S and multiple compilations

If that's an accurate cut-and-paste, then you let a space sneak into
the -Wl,-rpath,path construct; perhaps that's the problem?

            regards, tom lane

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Apparent anomaly with views and unions
Next
From: Tom Lane
Date:
Subject: Re: Apparent anomaly with views and unions