Re: pltlc and pltlcu problems - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pltlc and pltlcu problems
Date
Msg-id 2712.1011582234@sss.pgh.pa.us
Whole thread Raw
In response to Re: pltlc and pltlcu problems  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pltlc and pltlcu problems  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Murray Prior Hobbs <murray@efone.com> writes:
> tell me oh mighty guru's
> what linux distribution could i use to make me a happy happy man

Just apply this patch and RHL should work.

*** src/pl/tcl/Makefile.orig    Sat Oct 13 00:23:50 2001
--- src/pl/tcl/Makefile    Sun Jan 20 21:57:45 2002
***************
*** 49,54 ****
--- 49,58 ---- endif endif 
+ # Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh
+ override TCL_SHLIB_LD := $(shell echo "$(TCL_SHLIB_LD)" | sed 's/-Wl,-soname[^ ]*//')
+ 
+  %$(TCL_SHLIB_SUFFIX): %.o     $(TCL_SHLIB_LD) -o $@ $< $(TCL_LIB_SPEC) $(SHLIB_EXTRA_LIBS) 

        regards, tom lane


pgsql-hackers by date:

Previous
From: Brent Verner
Date:
Subject: Re: pltlc and pltlcu problems
Next
From: Peter Eisentraut
Date:
Subject: Re: pltlc and pltlcu problems