This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj on HP-UX
- From: Tom Tromey <tromey at redhat dot com>
- To: "Andreas Tobler" <toa at pop dot agri dot ch>
- Cc: "Michael Koch" <konqueror at gmx dot de>, java at gcc dot gnu dot org, "mariner ux" <marinerux at gmx dot net>
- Date: 28 Jan 2005 09:09:55 -0700
- Subject: Re: gcj on HP-UX
- References: <41EB802100002271@mail02.agrinet.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> Well, HP-UX lacks libffi support, about boehm-gc I'm not sure
Andreas> off hand. So basic preconditions are not available to build
Andreas> gcj on HP-UX. Neither on 3.x nor on cvs 4.x.
You don't actually need libffi to build libgcj. However, if you don't
have it, it means that JNI, the interpreter, and some parts of
reflection will not work.
Tom