[GENERAL] databases/p5-postgresql-plperl links to wrong

Tom Lane tgl at sss.pgh.pa.us
Fri Feb 11 16:54:12 PST 2005


Sven Willenberger <sven at 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


More information about the freebsd-ports mailing list