[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building classpath-0.19-generics
From: |
Tom Tromey |
Subject: |
Re: Building classpath-0.19-generics |
Date: |
07 Dec 2005 14:20:48 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Andreas" == Andreas Eckstein <address@hidden> writes:
Andreas> Hi! How would I go about building classpath-0.19-generics? I tried
Andreas> gcjx and ecj with various ./configure options, with no avail. Can
Andreas> somebody give me a working, minimal ./configure line (without native
Andreas> stuff), along with a compiler recommendation? Thanks!
Personally I just check it out in Eclipse, and that works fine.
For the command line ... it looks like lib/Makefile.am needs to pass
'-source 1.5 -target 1.5' to ecj. Could you try making that change?
If it works for you I will check it in.
Tom