RE: Building with cygwin

2010-01-12 Thread Salter, Thomas A
ught to be included with OpenJDK readme or some similarly accessible place. -Original Message- From: kelly.oh...@sun.com [mailto:kelly.oh...@sun.com] Sent: Monday, January 11, 2010 4:47 PM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin Great that you got

Re: Building with cygwin

2010-01-11 Thread Kelly O'Hair
.oh...@sun.com] Sent: Monday, January 11, 2010 11:30 AM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin That makes sense. The CYGWIN build will be specific to CYGWIN, and should be built with the gcc that comes with CYGWIN. I'm pretty sure that it's

RE: Building with cygwin

2010-01-11 Thread Salter, Thomas A
et Subject: Re: Building with cygwin That makes sense. The CYGWIN build will be specific to CYGWIN, and should be built with the gcc that comes with CYGWIN. I'm pretty sure that it's critical that all the CYGWIN tools share the same runtime and are built the same way. The MKS build of

Re: Building with cygwin

2010-01-11 Thread Kelly O'Hair
build-dev-boun...@openjdk.java.net [mailto:build-dev-boun...@openjdk.java.net] On Behalf Of Salter, Thomas A Sent: Saturday, January 09, 2010 12:32 PM To: kelly.oh...@sun.com Cc: build-dev@openjdk.java.net Subject: RE: Building with cygwin I've narrowed it down to make. There is definitely something

RE: Building with cygwin

2010-01-11 Thread Salter, Thomas A
alf Of Salter, Thomas A Sent: Saturday, January 09, 2010 12:32 PM To: kelly.oh...@sun.com Cc: build-dev@openjdk.java.net Subject: RE: Building with cygwin I've narrowed it down to make. There is definitely something different about the make.exe that I downloaded from your link, http:

RE: Building with cygwin

2010-01-09 Thread Salter, Thomas A
January 09, 2010 11:52 AM To: kelly.oh...@sun.com Cc: build-dev@openjdk.java.net Subject: RE: Building with cygwin I've built gnu make for both 3.80 and 3.81 with these defined in config.h.W32: HAVE_DOS_PATHS HAVE_CYGWIN_SHELL I've previously run using MKS with 3.80 with HAVE_

RE: Building with cygwin

2010-01-09 Thread Salter, Thomas A
ilto:kelly.oh...@sun.com] Sent: Friday, January 08, 2010 5:14 PM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin Salter, Thomas A wrote: > Actually, I can't just run with that one. I've a minor change to make > related to tabs that's ne

Re: Building with cygwin

2010-01-08 Thread Kelly O'Hair
elly.oh...@sun.com [mailto:kelly.oh...@sun.com] Sent: Friday, January 08, 2010 1:21 PM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin OK. Humm... I know that GNU make 3.81 has some shell problems with MKS, but I thought cygwin was fine. And the problem was aro

RE: Building with cygwin

2010-01-08 Thread Salter, Thomas A
iday, January 08, 2010 1:21 PM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin OK. Humm... I know that GNU make 3.81 has some shell problems with MKS, but I thought cygwin was fine. And the problem was around the way the bash shell does quotes. Ca

Re: Building with cygwin

2010-01-08 Thread Kelly O'Hair
uilt-in to the cmd shell. -Original Message- From: kelly.oh...@sun.com [mailto:kelly.oh...@sun.com] Sent: Thursday, January 07, 2010 7:22 PM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin On both these problems I would suspect that somehow you have t

RE: Building with cygwin

2010-01-08 Thread Salter, Thomas A
.oh...@sun.com [mailto:kelly.oh...@sun.com] Sent: Thursday, January 07, 2010 7:22 PM To: Salter, Thomas A Cc: build-dev@openjdk.java.net Subject: Re: Building with cygwin On both these problems I would suspect that somehow you have the wrong "echo", and maybe it thinks it's the windows

Re: Building with cygwin

2010-01-07 Thread Kelly O'Hair
On both these problems I would suspect that somehow you have the wrong "echo", and maybe it thinks it's the windows cmd echo? So check your PATH setting and make sure that /usr/bin is before any Windows version of echo. -kto Salter, Thomas A wrote: I’ve been building the JDK for years through

Building with cygwin

2010-01-07 Thread Salter, Thomas A
I've been building the JDK for years through the Sun partner program using MKS. Now I'm trying to build it using cygwin. I've gotten through the obvious path errors to the point that the make starts to run. I'm getting a lot of errors, but two in particular seem like they should be easy to di