PlPerl compile failure

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: PlPerl compile failure
Date: 2001-06-19 12:06:27
Message-ID: 200106191206.f5JC6R108371@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am seeing this error in CVS current:

gmake -f Makefile all
gmake[1]: Entering directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/pl/plperl'
LD_RUN_PATH="" ld -o blib/arch/auto/plperl/plperl.so -shared -x -L/usr/X11/lib -L/usr/local/lib plperl.o eloglvl.o SPI.o -rdynamic -Wl,-rpath,/usr/libdata/perl5/5.00503/i386-bsdos/CORE -L/usr/X11/lib -L/usr/local/lib /usr/libdata/perl5/5.00503/i386-bsdos/auto/DynaLoader/DynaLoader.a -L/usr/libdata/perl5/5.00503/i386-bsdos/CORE -lperl -ldl -lm -lc

ld: -r and -shared may not be used together
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gmake[1]: *** [blib/arch/auto/plperl/plperl.so] Error 1
gmake[1]: Leaving directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/pl/plperl'
gmake: *** [all] Error 2

Can anyone suggest a fix? Everything else compiles fine. I am on
BSD/OS.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-06-19 12:31:55 Re: PlPerl compile failure
Previous Message Bruce Momjian 2001-06-19 12:03:24 Re: Re: temp-table-related failure in regression tests