This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/17845] can't build GNU Classpath
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 6 Oct 2004 12:05:18 -0000
- Subject: [Bug java/17845] can't build GNU Classpath
- References: <20041005154252.17845.tromey@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From aph at gcc dot gnu dot org 2004-10-06 12:05 -------
I built with
$ gcj --version
gcj (GCC) 4.0.0 20041006 (experimental)
$ `pwd`/../configure --with-gcj --disable-gtk-peer
$ make
Making all in lib
make[1]: Entering directory `/home/aph/classpath/build/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/home/aph/gcc/install/bin/gcj --bootclasspath '' --classpath
/home/aph/classpath/build/..:../vm/current:.: -C -d . @classes
touch compile-classes
if ! [ -e gnu ]; then mkdir gnu; fi
if ! [ -e gnu/java ]; then mkdir gnu/java; fi
if ! [ -e gnu/java/locale ]; then mkdir gnu/java/locale; fi
touch resources
if test "/usr/bin/zip" != ""; then /usr/bin/zip -r -D glibj.zip gnu java javax o
...
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/aph/classpath/build'
$ uname -a
Linux zorro.pink 2.4.21-4.17.EL #1 Mon Nov 17 19:46:22 EST 2003 x86_64 x86_64
x86_64 GNU/Linux
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17845