Re: [BUGS] Error in Makefile - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] Error in Makefile
Date
Msg-id 6417.935593915@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Error in Makefile  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [BUGS] Error in Makefile
List pgsql-bugs
Bruce Momjian <maillist@candle.pha.pa.us> writes:
>> $ cd pl/tcp
>> $ ld -shared -x -soname pltcl.o -o pltcl.so  -L/usr/local/lib -ltcl80

> Now, configure is generating other files that have some bug where the
> -soname does not have the proper handling.  Can you point me to where
> this problem may be coming from?

pl/tcl doesn't use Makefile.shlib --- it relies on information from
the local Tcl installation to build a Tcl-compatible shlib.  I suspect
what we have here is either an error in Ferruccio's local tclConfig.sh,
or the pl/tcl Makefile is not fully understanding how to use the info
from tclConfig.sh.  If you can build pl/tcl on your system then I'm
guessing the former?  Hard to tell for sure, but it sure looks like
the shlib name is not getting inserted after -soname like it needs to.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Datetime -> Timestamp conversion
Next
From: Ferruccio Zamuner
Date:
Subject: Re: [BUGS] Error in Makefile