libjava grievances
Clark C. Evans
clark.evans@manhattanproject.com
Wed Sep 22 06:50:00 GMT 1999
On 1999年9月21日, Tom Tromey wrote:
> 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.
Pardon my ignorance, but I do not seem to get the libgcj source
after fetching from the CVS repository:
[clark@localhost egcs]$ find . -name libgcj -print
[clark@localhost egcs]$
I use the egcs CVS repository using three scripts:
[clark@localhost egcs]$ cat cvslogin
echo pass=anoncvs
cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles login
[clark@localhost egcs]$ cat cvsinit
date > cvsinit.out
cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles -z3 \
co -r egcs_latest_snapshot egcs >> cvsinit.out 2>> cvsinit.out &
tail -f cvsinit.out
[clark@localhost egcs]$ cat cvsupdate
echo `date` > cvsupdate.out
cvs -z3 update -d -P >> cvsupdate.out 2>> cvsupdate.out &
tail -f cvsupdate.out
Any suggestions?
Thanks!
Clark
More information about the Java
mailing list