Closed GoogleCodeExporter closed 8 years ago
For added clarification, what I meant by "configure graphlab using cmake" was
the standard CMake idiom of
$ cd graphlababi
$ mkdir build
$ cd build
$ ccmake ..
$ make
This is different from the suggestion of using ./configure --bootstrap which
appears in the documentation, and might account for this issue. Feel free to
disregard my previous message if you believe that ./configure --bootstrap
should be considered the only way of setting up CMake for graphlab.
Original comment by carlos.s...@gmail.com
on 26 May 2011 at 5:47
Ah. I appear to have fixed it May 30th (changeset 597c80564405)
Original comment by yucheng...@gmail.com
on 17 Jun 2011 at 6:29
Original issue reported on code.google.com by
carlos.s...@gmail.com
on 26 May 2011 at 5:41