This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/30606] [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does not name a type
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2007 23:50:33 -0000
- Subject: [Bug libgcj/30606] [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does not name a type
- References: <bug-30606-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-30 23:50 -------
Subject: Re: [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does
not name a type
> Please try this patch. Now we look for magic_t and, if not found,
> we disable the code.
The patch is probably ok. However, I've hit another problem linking
libgcj.sl.9.0:
/usr/ccs/bin/ld: CODE_ONE_SYM fixup to non-code subspace in file
gnu/javax/swing
/text/html/.libs/parser.o - shared library must be position independent. Use +z
or +Z to recompile.
The wierd part of this is the above object was clearly compiled with
-fPIC but the object contains numerous non-PIC relocations in .data.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30606