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

From: Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Brent Verner <brent(at)rcfile(dot)org>, 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 19:34:31
Message-ID: 20020123213431.A10741@piglet.ipnet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-01-23 19:57:14 Re: RFD: schemas and different kinds of Postgres objects
Previous Message Bill Studenmund 2002-01-23 19:34:23 Re: RFD: schemas and different kinds of Postgres objects

Browse pgsql-sql by date

  From Date Subject
Next Message Ross J. Reedstrom 2002-01-23 20:03:46 Re: importing data from Filemaker: weird newline characters
Previous Message Tom Lane 2002-01-23 19:13:16 Re: PGACCESS installation