This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GCJ and JDBC
- From: "Amir Bukhari" <ufz6 at rz dot uni-karlsruhe dot de>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 17 May 2005 15:58:40 +0200
- Subject: RE: GCJ and JDBC
Can I link gcj as static library to see if this make different.
I can also try to build gcc from scratch if this needed!
Thanks for your quick answer!
-Amir
-----Original Message-----
From: Andrew Haley [mailto:aph@redhat.com]
Sent: Tuesday, May 17, 2005 3:49 PM
To: Amir Bukhari
Cc: java@gcc.gnu.org
Subject: RE: GCJ and JDBC
Amir Bukhari writes:
> I have installed a binary from this site:
> http://www.thisiscool.com/gcc_mingw.htm
>
> and copied all files to my MinGW installation DIR.
Ah, you're running Microsoft Windows. You didn't say that.
Okay, that explains things. I believe the binaries at thisiscool.com
are stripped of debug information to save bandwidth. Also, there are
issue with the MinGW port of gcj because shared libraries don't work
correctly. That's the extent of my knowledge, I'm afraid; perhaps
someone who understands Microsoft Windows can speak up.
Andrew.