| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Brent Verner <brent(at)rcfile(dot)org> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>, 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 17:06:25 |
| Message-ID: | 3380.1011805585@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-sql |
Brent Verner <brent(at)rcfile(dot)org> writes:
> | Will it not work to do
> |
> | $(shell echo '$(TCL_SHLIB_LD)' | sed ...
> No. I just tested this, and the $@ still got expanded too early.
[ scratches head ... ] Where is the expansion happening, then? Seems
weird.
> We'll need to use the suggested ifeq($(PORTNAME),linux) test.
I don't much like that since it makes an inappropriate assumption,
viz that if you're on Linux you must have a TCL_SHLIB_LD value that
hasn't got any $variables in it. I'd prefer to figure out *why* we
are getting a premature evaluation.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephan Szabo | 2002-01-23 17:09:35 | Re: RFD: schemas and different kinds of Postgres objects |
| Previous Message | Brent Verner | 2002-01-23 17:01:50 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-01-23 17:19:49 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu |
| Previous Message | Brent Verner | 2002-01-23 17:01:50 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |