This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/12893] The included test case does not link
- From: "dog at bluezoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jan 2004 17:14:25 -0000
- Subject: [Bug java/12893] The included test case does not link
- References: <20031104082226.12893.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dog at bluezoo dot org 2004-01-08 17:14 -------
(From update of attachment 5435)
I've created a makefile that should be a bit more portable, and attempted to
build using that.
The original error(s) were not specified on the bugzilla issue. make gives me:
/usr/local/bin/gcj -c -o activation.o
--classpath=/usr/local/share/java/libgcj-3.4.jar activation.jar
/var/tmp//cclKloMi.s:23974:FATAL:Symbol
__GLOBAL__I__ZN3gnu10activation16MagicFileTypeMapC1Ev already defined.
make: *** [activation.o] Error 1
I can build javax-security.o and send.o, but the others all give this
already-defined error.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12893