This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecj branch


Hi Tom,

>Download:
>
>    http://people.redhat.com/~tromey/gcjh/tools.zip
>
>Make a script called gjavah that uses the jar.  Here's mine:
>
>    #! /bin/sh
>    dir=/home/tromey/gnu/Generics/Gcjh
>    gij -cp $dir/tools.zip \
>       gnu.classpath.tools.javah.Main \
>       ${1+"$@"}

I'm attempting to revert to a pure Windows build because
of cross compilation issues. gij is broken on Windows and
when I try to run this using Sun's java, the program
executes silently but doesn't produce an output file.
Do you have the source for this?

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]