public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Alex Besogonov <cyberax@scb.udsu.ru>
To: gcc-help@gcc.gnu.org
Subject: Building GCC under Cygwin
Date: Sun, 02 Nov 2003 11:13:00 -0000	[thread overview]
Message-ID: <5472846109.20031102145352@scb.udsu.ru> (raw)

Hello gcc-help,

I'm trying to build GCC (CVS HEAD) under Cywgin. I recieve this error, while
compiling libjava:
================================================================
./../../gcj/libjava/.././libjava/../gcc -I../../../gcj/libjava/../zlib -I../../.
./gcj/libjava/../libffi/include -I../libffi/include -O2 -g -O2 -fno-rtti -fnon-c
all-exceptions -fdollars-in-identifiers -Wswitch-enum -ffloat-store -I/usr/X11R6
/include -W -Wall -D_GNU_SOURCE -DPREFIX=\"/home/Alex/gcc-install/\" -DLIBDIR=\"
/home/Alex/gcc-install//lib\" -DBOOT_CLASS_PATH=\"/home/Alex/gcc-install//share/
java/libgcj-3.4.jar\" -g -O2 -Wp,-MD,.deps/resolve.pp -c ../../../gcj/libjava/re
solve.cc -o resolve.o
../../../gcj/libjava/resolve.cc: In function `void _Jv_PrepareClass(java::lang::Class*)':
../../../gcj/libjava/resolve.cc:591: error: `IViewObject2' is not a member of `java::lang::reflect::Modifier'
make[2]: *** [resolve.lo] Error 1
make[2]: Leaving directory `/home/Alex/gcc-build/i686-pc-cygwin/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Alex/gcc-build/i686-pc-cygwin/libjava'
make: *** [all-target-libjava] Error 2
================================================================

GCC is configured with this options:
================================================================
$ ../gcj/configure --prefix=/home/Alex/gcc-install/ \
  --enable-languages=c,c++,java \
  --enable-threads=win32 \
  --disable-nls \
  --disable-win32-registry \
  --disable-shared \
  --disable-debug \
  --disable-multilib \
  --without-newlib \
  --enable-libgcj \
  --enable-java-gc=boehm \
  --enable-interpreter \
  --enable-hash-synchronization
================================================================

-- 
Best regards,
 Alex Besogonov       mailto:cyberax@scb.udsu.ru


             reply	other threads:[~2003-11-02 11:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-02 11:13 Alex Besogonov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-03-26 15:08 Vivin Suresh Paliath
2001-03-22 13:17 Building gcc under cygwin Vivin Suresh Paliath
2001-03-22 13:21 ` Lewin A.R.W. Edwards
     [not found]   ` <OE24AyD7TfSr0fVwcdZ00000f2b@hotmail.com>
2001-03-22 14:00     ` Lewin A.R.W. Edwards
2001-03-20 11:28 Vivin Paliath
2001-03-21 14:31 ` Alexandre Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5472846109.20031102145352@scb.udsu.ru \
    --to=cyberax@scb.udsu.ru \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).