Sven Willenberger <sven(at)dmv(dot)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