[Pljava-dev] Re: How to Compile PL/Java

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] Re: How to Compile PL/Java
Date: 2005-09-21 15:02:29
Message-ID: 43317605.5020901@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi Maurizio,
Apparently, PL/Java no longer compile with the standard distribution. It
doesn't find the pgxs package. I'm investigating the cause of this. One
thing that I know for sure is that you need to add a mount point for
C:\Program Files (in order to get rid of the whitespace). Simply edit
your /etc/fstab and add the line:

c:/Progra~1 /programfiles

I then have the following in my .profile

export PGHOME=/programfiles/PostgreSQL/8.1-beta2
export PATH=$PGHOME/bin:$PGHOME/lib:$PATH

That _should_ do it. Although right now it doesn't...

Regards,
Thomas Hallgren

Maurizio Merli wrote:
> How can I compile PL/Java?
>
> I have
>
> WindowsXP
> PostgreSQL 8.1 beta2
>
> with
>
> MinGW

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-09-21 15:14:31 [Pljava-dev] Re: Where is pgxs?
Previous Message Thomas Hallgren 2005-09-21 14:54:13 Where is pgxs?