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

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