This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: what i learned making a gcj cross-compile environment fortarget=i386-cygwin
- To: Tony Kimball <alk at pobox dot com>
- Subject: Re: what i learned making a gcj cross-compile environment fortarget=i386-cygwin
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 25 Apr 2001 01:17:18 -0700 (PDT)
- cc: java at gcc dot gnu dot org
If you're attempting to build a mingw cross compiler, I recommend
using one of the contributed scripts to download, configure and build the
bintuils, runtime and gcc. That'll get you started on the right
foot. Then you'll have a cross environment to build a new compiler.
Similarly, for cygwin there used to be a unified source tree you could
download for cross compiling.
Libtool should never attempt to use `cygpath' nor lib.exe in a cross
build. Are you saying libtool worked in libstdc++ and zlib but failed in
libjava?
Jeff