Re: [jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-03 Thread snowdosker
class lib. For anyone interested, below is the workarounds I used: 1) Unzip /usr/local/classpath/share/classpath/glibj.zip to /usr/local/unzipped_glibj 2) Unzip ../jchevm/java/jc.zip to /usr/local/unzipped_jc 3) In .../jchevm/libjc/native/Makefile, replace the line: JAVAH_CMD = $(JAVA

Re: [jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-03 Thread Archie Cobbs
Enrico Migliore wrote: I noticed that Ivan introduced the macro __CYGWIN__. Did you merge the macro in the source tree, or it exists only in Ivan's code? All of the Cygwin fixes that I know of (except unzipping the zip files) should be merged into the source now. If there's one I missed, let me

Re: [jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-03 Thread Enrico Migliore
Archie Cobbs wrote: Enrico Migliore wrote: I noticed that Ivan introduced the macro __CYGWIN__. Did you merge the macro in the source tree, or it exists only in Ivan's code? All of the Cygwin fixes that I know of (except unzipping the zip files) should be merged into the source now. If ther

Re: [jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-03 Thread Archie Cobbs
Enrico Migliore wrote: I noticed that Ivan introduced the macro __CYGWIN__. Did you merge the macro in the source tree, or it exists only in Ivan's code? All of the Cygwin fixes that I know of (except unzipping the zip files) should be merged into the source now. If there's one I missed, let me

Re: [jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-03 Thread Enrico Migliore
Weldon Washburn wrote: Archie, I finally got JCHEVM to compile and run "hello world" with gnu classpath. My next step is to replace gnu classpath with harmony class lib. For anyone interested, below is the workarounds I used: 1) Unzip /usr/local/classpath/share/classpath/glibj.zip to /usr/lo

[jchevm] workarounds for Cygwin zip/jar problems that makes "hello world" work

2006-03-02 Thread Weldon Washburn
Archie, I finally got JCHEVM to compile and run "hello world" with gnu classpath. My next step is to replace gnu classpath with harmony class lib. For anyone interested, below is the workarounds I used: 1) Unzip /usr/local/classpath/share/classpath/glibj.zip to /usr/local/unzipped_glibj 2) Unzi