From: thhal at mailblocks.com (Thomas Hallgren) Date: Wed, 21 Sep 2005 17:02:29 +0200 Subject: [Pljava-dev] Re: How to Compile PL/Java In-Reply-To: References: Message-ID: <43317605.5020901@mailblocks.com> 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