This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Cygwin port : it runs !
Jerome Marc <marcjero@yahoo.com> writes:
> --- Anthony Green <green@redhat.com> a écrit : > On
> Tue, 2002-04-30 at 11:42, Jerome Marc wrote:
> > > 4- Case insensitivty issue on win32 systems can be
> > > fixed setting the env variable
> > > CYGWIN=check_case:strict
> >
> > Is there some way to do this in the Makefiles?
>
> Don't know... But case sensitivity isn't really a
> problem for me.
No, this variable (CYGWIN) must be set before any cygwin process
starts. It controls global behavior in cygwin.dll for all cygwin
processes and cannot be changed as long as any one process is active.
Typically, people on the cygwin list use a value of
CYGWIN="binmode tty ntsec"
I'm sure Christopher Faylor at Red Hat can provide more information
than me. :)
Brian
--
Brian Jones <cbj@gnu.org>