This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: java/lang/natObject.cc Difficulties
- To: oldham at codesourcery dot com
- Subject: Re: java/lang/natObject.cc Difficulties
- From: Tom Tromey <tromey at redhat dot com>
- Date: 24 May 2001 10:04:40 -0600
- Cc: Hans_Boehm at hp dot com, gcc-bugs at gcc dot gnu dot org
- References: <200105241525.IAA32565@oz.codesourcery.com>
- Reply-To: tromey at redhat dot com
>>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:
Jeffrey> I am having difficulty compiling
Jeffrey> libjava/java/lang/natObject.cc for gcc 3.1 i686-pc-linux-gnu:
Jeffrey> 1) /nfs/oz/home/oldham/gcc/gcc2/libjava/java/lang/natObject.cc:506: ISO C++
Jeffrey> forbids declaration of `_Jv_ThreadId_t' with no type. Should
Jeffrey> #include <include/posix-threads.h>
Jeffrey> be added near the top of the file? Doing so seemed to cause
Jeffrey> redefinition errors.
No, don't add that.
You must have configured without threads enabled.
I accidentally broke that yesterday. I'll fix it today.
Jeffrey> Also, I see a ChangeLog entry in libjava/ChangeLog. Is there
Jeffrey> a corresponding message in the gcc-patches mailing list?
We've been in the habit of sending library patches to java-patches
only.
Tom