This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Updated "Building GCJ for Windows"
"Tom Tromey" <tromey@redhat.com>
??????:m3mzcm0zez.fsf@localhost.localdomain...
>>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
>
> Ranjit> At the moment of this writing, you will need these patches:
> Ranjit> http://gcc.gnu.org/ml/java-patches/2006-q2/msg00285.html
>
> I checked this one in.
>
> Ranjit> http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00410.html
>
> I haven't followed this thread too closely. Let me know if I can help.
>
> Ranjit> MinGW really needs to get the libgcj.dll thing working.
>
> Yeah. We'd really like to have an active Windows maintainer.
>
> Tom
>
cfgxbu.sh:
TARGET=i686-pc-mingw32
HOST=$BUILD
BUILD=`$BU_SRC_DIR/config.guess`
should be:
TARGET=i686-pc-mingw32
BUILD=`$BU_SRC_DIR/config.guess`
HOST=$BUILD
?