Hello,
Java is not supported for the amd64--freebsd targets, essentially
because of lacking support in boehm-gc.
I created a simple patch to do so :
- no credits to me: most of this is directly inspired
by the official freebsd-port of boehm-gc
- tested for over 6 months on a non-graphical application
with long-lasting scientific calculations (mixing
C++, Fortran and Java code)
Concerning the patch :
- the boehm-gc/include/gc_cpp.h-diff is only
to quiet the compiler,
- the GC_parallel-diff in boehm-gc/pthread_support.c
is not amd64--freebsd specific, but I did not test
without it.
Thanx for your great work.
--
Summary: Java support for amd64-pc-freebsd
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: boehm-gc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: arno at heho dot snv dot jussieu dot fr
GCC target triplet: amd64-pc-freebsd[56]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25652