Advertisement
Guest User

Untitled

a guest
Sep 8th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. th4(s103467) $ make all
  2. for p in findlib bytes; do ( cd src/$p; make all ) || exit; done
  3. make[1]: Entering directory `/zhome/fa/2/64250/findlib-1.5.2/src/findlib'
  4. Makefile:150: depend: No such file or directory
  5. ocamllex fl_meta.mll
  6. make[1]: ocamllex: Command not found
  7. make[1]: *** [fl_meta.ml] Error 127
  8. make[1]: Leaving directory `/zhome/fa/2/64250/findlib-1.5.2/src/findlib'
  9. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement