Advertisement
Guest User

Untitled

a guest
May 8th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. fabio@fabio-Latitude-E6410:~/coccinelle$ ./configure
  2. configure: configuring coccinelle 1.0.0 in /home/fabio/coccinelle
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. /home/fabio/coccinelle/setup/missing: Unknown '--is-lightweight' option
  6. Try '/home/fabio/coccinelle/setup/missing --help' for more information
  7. configure: WARNING: 'missing' script is too old or missing
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... no
  10. checking for mawk... mawk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether make supports nested variables... yes
  13. configure: determining version suffix
  14. configure: building a version from a git repository
  15. checking for git... /usr/bin/git
  16. configure: version suffix set to Mon, 20 Apr 2015 13:19:12 +0200
  17. configure: this configure program uses pkg-config m4 macros
  18. configure: this configure program uses ocaml m4 macros (see setup/ocaml.m4)
  19. configure: this configure program uses custom m4 macros (see setup/cocci.m4)
  20. configure: some fake substitutions for required but unavailable programs may be used (see setup/fake*)
  21. configure: verifying basic tools
  22. checking for style of include used by make... GNU
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking whether gcc understands -c and -o together... yes
  33. checking dependency style of gcc... none
  34. checking how to run the C preprocessor... gcc -E
  35. checking for bash... /bin/bash
  36. checking for tar... /bin/tar
  37. checking for patch... /usr/bin/patch
  38. checking for echo... /bin/echo
  39. checking for patchelf... no
  40. checking for pkg-config... /usr/bin/pkg-config
  41. checking pkg-config is at least version 0.9.0... yes
  42. checking for ocamlc... /usr/bin/ocamlc
  43. OCaml version is 4.01.0
  44. OCaml library path is /usr/lib/ocaml
  45. checking for ocamlopt... /usr/bin/ocamlopt
  46. checking for ocamlc.opt... /usr/bin/ocamlc.opt
  47. checking for ocamlopt.opt... /usr/bin/ocamlopt.opt
  48. checking for ocaml... /usr/bin/ocaml
  49. checking for ocamldep... /usr/bin/ocamldep
  50. checking for ocamlmktop... /usr/bin/ocamlmktop
  51. checking for ocamlmklib... /usr/bin/ocamlmklib
  52. checking for ocamldoc... /usr/bin/ocamldoc
  53. checking for ocamlbuild... /usr/bin/ocamlbuild
  54. checking that the OCaml version is at least 3.10... yes
  55. checking that the OCaml version is at least 3.11... yes
  56. checking that the OCaml version is at least 4.02... no
  57. checking for camlp4... /usr/bin/camlp4
  58. checking for camlp4boot... no
  59. checking for camlp4o... /usr/bin/camlp4o
  60. checking for camlp4of... no
  61. checking for camlp4oof... no
  62. checking for camlp4orf... no
  63. checking for camlp4prof... no
  64. checking for camlp4r... /usr/bin/camlp4r
  65. checking for camlp4rf... no
  66. checking for ocamllex... /usr/bin/ocamllex
  67. checking for ocamllex.opt... /usr/bin/ocamllex.opt
  68. checking for ocamlyacc... /usr/bin/ocamlyacc
  69. checking for ocamlfind... /usr/bin/ocamlfind
  70. checking for ocamlprof... /usr/bin/ocamlprof
  71. configure: verifying basic ocaml modules
  72. configure: coccinelle may use external ocaml libraries in /home/fabio/coccinelle/bundles
  73. configure: the following OCaml packages should be provided by your ocaml installation
  74. checking for OCaml findlib package unix... found
  75. checking for OCaml findlib package bigarray... found
  76. checking for OCaml findlib package num... found
  77. checking for OCaml findlib package str... found
  78. configure: configuring package dynlink
  79. checking for OCaml findlib package dynlink... found
  80. configure: configuring package camlp4
  81. checking for OCaml findlib package camlp4... found
  82. configure: configuring package menhirLib
  83. checking for OCaml findlib package menhirLib... not found
  84. configure: OCaml package menhirLib is not available
  85. checking for a bundled substitute of menhirLib... yes
  86. configure: using bundled substitute for menhirLib in /home/fabio/coccinelle/bundles/menhirLib/
  87. configure: configuring package parmap
  88. checking for OCaml findlib package parmap... not found
  89. configure: OCaml package parmap is not available
  90. checking for a bundled substitute of parmap... yes
  91. configure: using bundled substitute for parmap in /home/fabio/coccinelle/bundles/parmap/
  92. configure: verifying optional features
  93. checking for menhir... /usr/bin/menhir
  94. checking for python... /usr/bin/python
  95. checking python version... 2.7 found
  96. configure: python major version: 2
  97. configure: looking for the corresponding python library
  98. checking for PYTHON... no
  99. configure: trying the default python library as fallback
  100. checking for PYTHON... no
  101. checking for PCRE... yes
  102. configure: configuring package pcre
  103. checking for OCaml findlib package pcre... found
  104. configure: support for pcre syntax is enabled
  105. checking for pdflatex... no
  106. configure: pdflatex not found. Trying substitute /home/fabio/coccinelle/setup/fake-pdflatex.sh pdflatex.
  107. checking for pdflatex... /home/fabio/coccinelle/setup/fake-pdflatex.sh pdflatex
  108. configure: choosing the development Makefile configuration because the release configuration is not explicitly requested.
  109. checking that generated files are newer than configure... done
  110. configure: creating ./config.status
  111. config.status: creating Makefile.config
  112. config.status: creating version.ml
  113. config.status: creating commons/commands.ml
  114. config.status: creating globals/config.ml
  115. config.status: creating globals/regexp.ml
  116. config.status: creating python/pycocci.ml
  117. config.status: creating ocaml/prepare_ocamlcocci.ml
  118. config.status: creating scripts/spatch.sh
  119. config.status: creating docs/spatch.1
  120. config.status: creating myocamlbuild.ml
  121. config.status: creating setup/Makefile
  122. config.status: executing depfiles commands
  123. configure: configuration completed
  124. ------------------------------------------------------------------------------
  125. Summary
  126.  
  127. configure flags:
  128. findlib: /usr/bin/ocamlfind (an actual version is strongly recommended)
  129. menhir: /usr/bin/menhir (should be an optional tool)
  130. menhirLib module: local (for local package use --disable-menhirLib)
  131.  
  132. ocaml scripting: yes (overridable with --enable-ocaml)
  133. python scripting: no (overridable with --enable-python)
  134. pycaml module: (for local package use --disable-pycaml)
  135.  
  136. pcre regexes: yes (overridable with --enable-pcre-syntax)
  137. pcre module: yes (for local package use --disable-pcre)
  138. pcre library: yes (requires the dev version of libpcre)
  139.  
  140. release config: no (strongly recommended to be 'yes', overridable with --enable-release)
  141. optimized spatch: no (overridable with --disable-opt)
  142.  
  143. ------------------------------------------------------------------------------
  144. Coccinelle can now be compiled and installed.
  145.  
  146.  
  147. If you compile coccinelle again after source code changes or
  148. configuration changes, you may need to run first:
  149. $ make clean
  150.  
  151. To compile coccinelle, run:
  152. $ make all
  153.  
  154. To install coccinelle, run:
  155. $ make install
  156.  
  157. Then, to test coccinelle, run for example:
  158. $ spatch -sp_file demos/simple.cocci demos/simple.c -o /tmp/new_simple.c
  159.  
  160. Or when coccinelle is not installed yet:
  161. $ COCCINELLE_HOME=/home/fabio/coccinelle ./scripts/spatch -sp_file demos/simple.cocci demos/simple.c -o /tmp/new_simple.c
  162. -------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement