This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libjava grievances
>>>>> "Clark" == Clark C Evans <clark.evans@manhattanproject.com> writes:
>> Ok. You need to make a new directory and run configure from there. I
>> use a parallel directory (at some level as libgcj --
>> ../libgcj/configure), but other people like other things.
Clark> Pardon my ignorance, but I do not seem to get the libgcj source
Clark> after fetching from the CVS repository:
Clark> [clark@localhost egcs]$ cat cvsinit
Clark> date > cvsinit.out
Clark> cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles -z3 \
Clark> co -r egcs_latest_snapshot egcs >> cvsinit.out 2>> cvsinit.out &
Clark> tail -f cvsinit.out
libgcj isn't part of the egcs cvs repository.
Use the CVSROOT "sourceware:/cvs/java" and the "libgcj" module to get it.
This is definitely documented on the web page.
Tom