This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GCJ and JDBC
- From: Andrew Haley <aph at redhat dot com>
- To: "Amir Bukhari" <ufz6 at rz dot uni-karlsruhe dot de>
- Cc: <java at gcc dot gnu dot org>
- Date: Tue, 17 May 2005 14:48:45 +0100
- Subject: RE: GCJ and JDBC
- References: <17033.61755.221364.465063@cuddles.pink><200505171341.j4HDfNtP009101@mx3.redhat.com>
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.