Re: Cygwin Java (make install) Patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Pgsql-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Cygwin Java (make install) Patch
Date: 2001-05-24 16:04:02
Message-ID: Pine.LNX.4.30.0105241802240.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Jason Tishler writes:

> The following patch corrects a make install problem when building
> under Cygwin. The root cause of this problem is that (Sun) java is a
> native Win32 app and hence does not understand Cygwin Posix style paths.
> The solution is to use Cygwin's cygpath utility to convert the Posix style
> JDBC installation directory path into a Win32 one before invoking ant.

I'd like $(javadir) as the variable name, because non-JDBC things also get
installed there. Other than that, okay. What kind of program is 'ant' on
Cygwin? Maybe it could take care of that itself in a future release?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Ewing 2001-05-24 16:10:41 libpq performance issue
Previous Message Bruce Momjian 2001-05-24 15:44:40 Re: Cygwin Java (make install) Patch