Advertisement
Guest User

Untitled

a guest
Dec 5th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Linking bin/toplevel.byte
  2. + gcc -o 'bin/toplevel.byte' '-Lsrc/misc' '-Lsrc/ai' '-Lsrc/memory_state' '-Lsrc/toplevel' '-Lsrc/slicing_types' '-Lsrc/pdg_types' '-Lsrc/kernel' '-Lsrc/logic' '-Lsrc/lib' '-Lsrc/type' '-Lsrc/project' '-Lsrc/buckx' '-Lsrc/gui' '-Lexternal' '-Lcil/src' '-Lcil/src/ext' '-Lcil/src/frontc' '-Lcil/src/logic' '-Lcil/ocamlutil' '-Llib/plugins' '-Llib' '-L/usr/lib/ocaml' -Wl,--start-group -ltinfo -Wl,--end-group -Wl,-E '/tmp/camlobj33d314.c' '-lcamlstr' '-lbigarray' '-lunix' '-lnums' 'src/buckx/mybigarray.o' 'src/buckx/buckx_c.o' '-lcamlrun' -I'/usr/lib/ocaml' -lm -ldl -lcurses -lpthread
  3. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  4. (.text+0x62): undefined reference to `tgetent'
  5. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  6. (.text+0x7a): undefined reference to `tgetnum'
  7. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  8. (.text+0x8f): undefined reference to `tgetstr'
  9. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  10. (.text+0xa5): undefined reference to `tgetstr'
  11. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  12. (.text+0xbb): undefined reference to `tgetstr'
  13. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  14. (.text+0xd1): undefined reference to `tgetstr'
  15. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_setup':
  16. (.text+0xf6): undefined reference to `tgetstr'
  17. /usr/lib/ocaml/libcamlrun.a(terminfo.o):(.text+0x10c): more undefined references to `tgetstr' follow
  18. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_backup':
  19. (.text+0x19d): undefined reference to `tputs'
  20. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_standout':
  21. (.text+0x1d7): undefined reference to `tputs'
  22. /usr/lib/ocaml/libcamlrun.a(terminfo.o): In function `caml_terminfo_resume':
  23. (.text+0x20c): undefined reference to `tputs'
  24. collect2: ld returned 1 exit status
  25. File "_none_", line 1, characters 0-1:
  26. Error: Error while building custom runtime system
  27. make: *** [bin/toplevel.byte] Error 2
  28. make 69.91s user 19.11s system 97% cpu 1:30.99 total
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement