public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* Cygwin port : it runs !
@ 2002-04-30 11:59 Jerome Marc
  2002-04-30 12:28 ` Eric Blake
  2002-04-30 13:37 ` Anthony Green
  0 siblings, 2 replies; 6+ messages in thread
From: Jerome Marc @ 2002-04-30 11:59 UTC (permalink / raw)
  To: java

hello,

the port was really easy. I played with GCC snapshot
2001-04-23.
Here are the problems I found:

1- Whith Cygwin the timezone variable must be changed
to _timezone. (natSystem.cc)

2- include <sys/ioctl.h> missing in
natPlainSocketImpl.cc

3- Problem with ar and duplicates .o modules.
Attributes.o isn't correctly included in libgcj.a.
I just added the P parameter for ar, so modules are
identified by their full path.

4- Case insensitivty issue on win32 systems can be
fixed setting the env variable
CYGWIN=check_case:strict
 
I can submit patches for the first two points. About
ar trouble, I don't know if my idea is the best one...
 

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cygwin port : it runs !
  2002-04-30 11:59 Cygwin port : it runs ! Jerome Marc
@ 2002-04-30 12:28 ` Eric Blake
  2002-04-30 14:28   ` Jerome Marc
  2002-04-30 13:37 ` Anthony Green
  1 sibling, 1 reply; 6+ messages in thread
From: Eric Blake @ 2002-04-30 12:28 UTC (permalink / raw)
  To: Jerome Marc; +Cc: java

Yes, please contribute the patches, and repeat the configure line you
used.  Is the snapshot on the 3.1 branch or the 3.2 trunk?  Also, which
Windows platform are you running under?  I am going to try to repeat
your results on my Win98 box; I've noticed that there are occasionally
problems in Win98 that do not show up in Win2K.

Jerome Marc wrote:
> 
> hello,
> 
> the port was really easy. I played with GCC snapshot
> 2001-04-23.
> Here are the problems I found:
> 
[...] 
> I can submit patches for the first two points. About
> ar trouble, I don't know if my idea is the best one...
> 

-- 
This signature intentionally left boring.

Eric Blake             ebb9@email.byu.edu
  BYU student, free software programmer

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cygwin port : it runs !
  2002-04-30 11:59 Cygwin port : it runs ! Jerome Marc
  2002-04-30 12:28 ` Eric Blake
@ 2002-04-30 13:37 ` Anthony Green
  2002-04-30 14:14   ` Jerome Marc
  1 sibling, 1 reply; 6+ messages in thread
From: Anthony Green @ 2002-04-30 13:37 UTC (permalink / raw)
  To: Jerome Marc; +Cc: java

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?

AG


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cygwin port : it runs !
  2002-04-30 13:37 ` Anthony Green
@ 2002-04-30 14:14   ` Jerome Marc
  2002-04-30 15:26     ` Brian Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Jerome Marc @ 2002-04-30 14:14 UTC (permalink / raw)
  To: java

 --- 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.

> 
> AG
> 
>  

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cygwin port : it runs !
  2002-04-30 12:28 ` Eric Blake
@ 2002-04-30 14:28   ` Jerome Marc
  0 siblings, 0 replies; 6+ messages in thread
From: Jerome Marc @ 2002-04-30 14:28 UTC (permalink / raw)
  To: java

 --- Eric Blake <ebb9@email.byu.edu> a écrit : > Yes,
please contribute the patches, and repeat the
> configure line you
> used.  

configure --enable-libgcj
--enable-languages=c,c++,java

Ok I'll send patches tomorrow. But I don't know how to
cleanly fix the ar trouble...

Is the snapshot on the 3.1 branch or the 3.2
> trunk?

the 3.1 branch.

  Also, which
> Windows platform are you running under?  I am going
> to try to repeat
> your results on my Win98 box; I've noticed that
> there are occasionally
> problems in Win98 that do not show up in Win2K.

Win XP.

> 
> Jerome Marc wrote:
> > 
> > hello,
> > 
> > the port was really easy. I played with GCC
> snapshot
> > 2001-04-23.
> > Here are the problems I found:
> > 
> [...] 
> > I can submit patches for the first two points.
> About
> > ar trouble, I don't know if my idea is the best
> one...
> > 
> 
> -- 
> This signature intentionally left boring.
> 
> Eric Blake             ebb9@email.byu.edu
>   BYU student, free software programmer 

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cygwin port : it runs !
  2002-04-30 14:14   ` Jerome Marc
@ 2002-04-30 15:26     ` Brian Jones
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Jones @ 2002-04-30 15:26 UTC (permalink / raw)
  To: Jerome Marc; +Cc: java

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-04-30 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-30 11:59 Cygwin port : it runs ! Jerome Marc
2002-04-30 12:28 ` Eric Blake
2002-04-30 14:28   ` Jerome Marc
2002-04-30 13:37 ` Anthony Green
2002-04-30 14:14   ` Jerome Marc
2002-04-30 15:26     ` Brian Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).