Guest User

Untitled

a guest
Jan 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. checking for ocamlc... ocamlc
  2. OCaml version is 4.00.1
  3. OCaml library path is /usr/lib/ocaml
  4. checking for ocamlopt... ocamlopt
  5. checking for ocamlc.opt... ocamlc.opt
  6. checking for ocamlopt.opt... ocamlopt.opt
  7. checking for ocaml... ocaml
  8. checking for ocamldep... ocamldep
  9. checking for ocamlmktop... ocamlmktop
  10. checking for ocamlmklib... ocamlmklib
  11. checking for ocamldoc... ocamldoc
  12. checking for ocamlbuild... ocamlbuild
  13. checking for ocamlfind... ocamlfind
  14. checking OCaml Sys.os_type... Unix
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking for ranlib... ranlib
  25. checking how to run the C preprocessor... gcc -E
  26. checking for grep that handles long lines and -e... /usr/bin/grep
  27. checking for egrep... /usr/bin/grep -E
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking for size_t... yes
  39. checking for working alloca.h... yes
  40. checking for alloca... yes
  41. checking for inline... inline
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking for OCaml module lablGL... not found
  44. checking for sdl-config... /usr/local/bin/sdl-config
  45. checking for SDL - version >= 1.2.0... yes
  46. checking SDL_ttf.h usability... no
  47. checking SDL_ttf.h presence... no
  48. checking for SDL_ttf.h... no
  49. checking SDL_image.h usability... no
  50. checking SDL_image.h presence... no
  51. checking for SDL_image.h... no
  52. checking SDL_mixer.h usability... no
  53. checking SDL_mixer.h presence... no
  54. checking for SDL_mixer.h... no
  55. checking SDL_gfxPrimitives.h usability... no
  56. checking SDL_gfxPrimitives.h presence... no
  57. checking for SDL_gfxPrimitives.h... no
  58. configure: creating ./config.status
  59. config.status: creating META
  60. config.status: creating makefile.platform
  61. config.status: creating makefile.config.gcc
  62. config.status: creating src/config.h
  63.  
  64. Configure summary:
  65. LablGL no
  66. SDL_image no
  67. SDL_mixer no
  68. SDL_tff no
  69. SDL_gfx no
  70.  
  71. Configure finished, type 'make' to build.
Add Comment
Please, Sign In to add comment