Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-AuthUser: gerrit:koeln.convey.de
Date: Wed, 30 Jul 2003 00:37:38 +0200
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit P. Haase" <gp@familiehaase.de>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <148992653740.20030730003738@familiehaase.de>
To: cygwin@cygwin.com
CC: java@gcc.gnu.org
Subject: gcj-3.3 with Cygwin?
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hallo,

I'm getting:

$ ./rmic.exe --help
Aborted (core dumped)

$ ./rmiregistry.exe --help
Aborted (core dumped)

$ ./jv-convert.exe --help
Aborted (core dumped)

This is a fresh build of gcc-3.3, no patches besides updating boehm-gc
to version 6.2 and configured with:
${gccsrc}/configure     \
                  --enable-languages=c,c++,f77,objc,java        \
                  --enable-libgcj       \
                  --enable-threads=posix        \
                  --with-system-zlib    \
                  --enable-nls  \
                  --without-included-gettext    \
                  --enable-interpreter  \
                  --disable-sjlj-exceptions     \
                  --disable-version-specific-runtime-libs       \
                  --enable-shared       \
                  --enable-haifa        \
                  --prefix=/usr \
                  --exec-prefix=/usr    \
                  --sysconfdir=/etc     \
                  --libdir=/usr/lib     \
                  --libexecdir=/usr/sbin        \
                  --disable-win32-registry      \
                  --with-gc=simple      \
                  2>&1 | tee log.configure


Can you tell me what is wrong with my setup, or is it just simply not
possible to run gcj compiled applications on Cygwin?

Note:  I already rebuilt binutils with changing the default alignment
to 16 byte as it was discussed (hmmm, I just wonder now if I did it
the right way).


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

