From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
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 15:44:40 |
Message-ID: | 200105241544.f4OFifq06571@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Looks good to me.
Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches
I will try to apply it withing the next 48 hours.
> 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'm not sure if my patch is the best way to correct this issue but
> my goal was to confine the Cygwin specific constructs to
>
> src/makefiles/Makefile.win
>
> I tested the patch on Linux without any ill effects.
>
> Thanks,
> Jason
>
> --
> Jason Tishler
> Director, Software Engineering Phone: 732.264.8770 x235
> Dot Hill Systems Corp. Fax: 732.264.8798
> 82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
> Hazlet, NJ 07730 USA WWW: http://www.dothill.com
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-05-24 16:04:02 | Re: Cygwin Java (make install) Patch |
Previous Message | Jason Tishler | 2001-05-24 15:28:59 | Cygwin Java (make install) Patch |