|
From: Yeshurun, M. <mei...@in...> - 2005-07-29 17:04:50
|
Hi, =20 I saw that the instructions for checking out Valgrind 3.0 have changed. It looks like VEX is now checked out automatically. However, this is a problem for people who need to use http (I get a connection timed out message). =20 My question is if it's still okay to use the previous instructions, i.e.,=20 =20 Check out Valgrind, Check out Vex, "make clean version all" to build Vex, ./autogen.sh ./configure make install =20 Thanks, =20 Meir =20 |
|
From: Nicholas N. <nj...@cs...> - 2005-07-29 18:02:15
|
On Fri, 29 Jul 2005, Yeshurun, Meir wrote: > I saw that the instructions for checking out Valgrind 3.0 have changed. > It looks like VEX is now checked out automatically. However, this is a > problem for people who need to use http (I get a connection timed out > message). > > My question is if it's still okay to use the previous instructions, > i.e., > > Check out Valgrind, > Check out Vex, > "make clean version all" to build Vex, > ./autogen.sh > ./configure > make install I don't know. Have you tried it? I believe the svn repo has been changed to use http instead, so the new approach should work now. N |