Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) - Mailing list pgsql-hackers

From Vsevolod Lobko
Subject Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)
Date
Msg-id 20020123213431.A10741@piglet.ipnet
Whole thread Raw
In response to Re: pltcl build problem on FreeBSD (was: Re: pltlc and  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Wed, Jan 23, 2002 at 12:59:00PM -0500, Peter Eisentraut wrote:
> Tom Lane writes:
> 
> > [ scratches head ... ]  Where is the expansion happening, then?  Seems
> > weird.
> 
> The $@ is expanded as a make variable.  Make does care whether you're
> executing a $(shell) thing around it.  However, it seems that $@ should
> expand to nothing in that assignment, so where's the problem?

exactly in that, so make triing to execute 
ld -shared -x -soname -o pltcl.so pltcl.o                     ^ no arguments to -soname


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: LWLock contention: I think I understand the problem
Next
From: Haroldo Stenger
Date:
Subject: Re: Savepoints