Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>
Cc: Brent Verner <brent(at)rcfile(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Murray Prior Hobbs <murray(at)efone(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)
Date: 2002-01-23 16:08:36
Message-ID: 2852.1011802116@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua> writes:
>> Perhaps better
>>
>> override TCL_SHLIB_LD := $(shell echo $(TCL_SHLIB_LD) | sed 's/-Wl,-soname[^ ]*//'

> Sorry, but by this you broke freebsd build which has:

> TCL_SHLIB_LD = ld -shared -x -soname $@

> and $@ gets substituted too early

How annoying. I was debating whether to use single or double quotes
around the echo parameter --- looks like I made the wrong choice.
Will fix.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-01-23 16:12:44 postgresql.conf WAL options
Previous Message Tom Lane 2002-01-23 16:02:33 Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2002-01-23 16:48:40 Re: pltcl build problem on FreeBSD (was: Re: pltlc and
Previous Message Jan Wieck 2002-01-23 16:06:09 Re: ERROR (Bug?) in RULE processing ?