This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: strange linking errors with static-libs...
- From: Anthony Green <green at redhat dot com>
- To: Clemens Eisserer <Linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 31 Oct 2002 14:53:49 -0800
- Subject: Re: strange linking errors with static-libs...
- References: <200210312250.g9VMoKX17473@mailgate5.cinetic.de>
On Thu, 2002-10-31 at 14:50, Clemens Eisserer wrote:
> I've a(for me) very strange questions referable static linking with gcj.
I'm not sure I understand your question, but....
> /tmp/ccWZgfLD.o: In function `ComplexGridLayoutExample$4':
> /tmp/ccWZgfLD.o(.text+0x83): undefined reference to `org::eclipse::swt::events::SelectionAdapter::SelectionAdapter[in-charge]()'
...I see you're trying to build swt. I have a nice build machinery for
creating an swt shared library. I plan to import this into
http://sources.redhat.com/rhug in a couple of days.
> Is JNI supported by GCJ with the Gygwin or the MinGW-version?
I'm guessing yes, but Adam or one of the other win32 hackers will have
to confirm.
AG