This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: can i compile zvtm with gcj?
- From: Tom Tromey <tromey at redhat dot com>
- To: request region <llmmix at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 12 Dec 2005 12:45:43 -0700
- Subject: Re: can i compile zvtm with gcj?
- References: <779a57800512042341j12ea115eh42ba83d7d133a62e@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> ">" == request region <llmmix@gmail.com> writes:
>> I am using LFS-style Debian(glibc-2.3.6, gcc-4.0.2, binutils-2.16.1, etc).
>> My gcc(c, c++, java) compiler is source-compiled and installed
>> manually without problem. I had patched cairo bug, so it works fine
>> with this example.
>> gcj --main=ExampleAWT -o ExampleAWT ExampleAWT.java
>> I had compiled pdftk with gcj,
>> so i wonder whether i can compile zvtm with it or not.
Ordinarily the only way to know is to try it.
Tom