| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Thomas Hallgren <thhal(at)mailblocks(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: What has happened to pgxs? |
| Date: | 2005-09-22 16:33:26 |
| Message-ID: | 200509221633.j8MGXQr03643@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thomas Hallgren wrote:
> Hi,
> I tried to compile PL/Java against PostgreSQL 8.1beta2. I use pgxs and
> until now that has been just fine. Now pgxs suggests that the include
> files reside under /usr/local/pgsql. They don't of course. Not on my
> windows box anyway :-)
>
> I think it stems from the src/Makefile.global. On line 59 it reads:
>
> prefix := /usr/local/pgsql
>
> I guess I'm missing something. Can someone explain to me what I need to
> change?
Take a look at Makefile.global.in. That value is defined by the
--prefix flag when you run configure. The default is /usr/local/pgsql,
and I am guessing you need to change that default on Win32.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Hallgren | 2005-09-22 16:45:45 | Re: What has happened to pgxs? |
| Previous Message | Simon Riggs | 2005-09-22 16:21:01 | Re: Why does VACUUM FULL bother locking pages? |