Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.28 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by ocaml-taglib configure 0.3.2, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = odl1603005
  14. uname -m = x86_64
  15. uname -r = 16.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 16.3.0: Thu Nov 17 20:23:58 PST 2016; root:xnu-3789.31.2~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 16.3.0: Thu Nov 17 20:23:58 PST 2016; root:xnu-3789.31.2~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 376 tasks, 1851 threads, 8 processors
  34. Load average: 2.47, Mach factor: 5.52
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/sbin
  40. PATH: ~/.local/bin
  41. PATH: /usr/local/lib/node_modules/bs-platform/bin
  42. PATH: ~/gocode/bin
  43. PATH: /Users/rprakapchuk/.opam/4.03.0/bin
  44. PATH: /usr/local/bin
  45. PATH: /usr/bin
  46. PATH: /bin
  47. PATH: /usr/sbin
  48. PATH: /sbin
  49. PATH: /opt/X11/bin
  50.  
  51.  
  52. ## ----------- ##
  53. ## Core tests. ##
  54. ## ----------- ##
  55.  
  56. configure:2016: result: configuring ocaml-taglib 0.3.2
  57. configure:2067: checking for gcc
  58. configure:2083: found /usr/bin/gcc
  59. configure:2094: result: gcc
  60. configure:2323: checking for C compiler version
  61. configure:2332: gcc --version >&5
  62. Apple LLVM version 8.0.0 (clang-800.0.42.1)
  63. Target: x86_64-apple-darwin16.3.0
  64. Thread model: posix
  65. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  66. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  67. configure:2343: $? = 0
  68. configure:2332: gcc -v >&5
  69. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  70. Apple LLVM version 8.0.0 (clang-800.0.42.1)
  71. Target: x86_64-apple-darwin16.3.0
  72. Thread model: posix
  73. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  74. configure:2343: $? = 0
  75. configure:2332: gcc -V >&5
  76. clang: error: argument to '-V' is missing (expected 1 value)
  77. clang: error: no input files
  78. configure:2343: $? = 1
  79. configure:2332: gcc -qversion >&5
  80. clang: error: unknown argument: '-qversion'
  81. clang: error: no input files
  82. configure:2343: $? = 1
  83. configure:2363: checking whether the C compiler works
  84. configure:2385: gcc conftest.c >&5
  85. configure:2389: $? = 0
  86. configure:2437: result: yes
  87. configure:2440: checking for C compiler default output file name
  88. configure:2442: result: a.out
  89. configure:2448: checking for suffix of executables
  90. configure:2455: gcc -o conftest conftest.c >&5
  91. configure:2459: $? = 0
  92. configure:2481: result:
  93. configure:2503: checking whether we are cross compiling
  94. configure:2511: gcc -o conftest conftest.c >&5
  95. configure:2515: $? = 0
  96. configure:2522: ./conftest
  97. configure:2526: $? = 0
  98. configure:2541: result: no
  99. configure:2546: checking for suffix of object files
  100. configure:2568: gcc -c conftest.c >&5
  101. configure:2572: $? = 0
  102. configure:2593: result: o
  103. configure:2597: checking whether we are using the GNU C compiler
  104. configure:2616: gcc -c conftest.c >&5
  105. configure:2616: $? = 0
  106. configure:2625: result: yes
  107. configure:2634: checking whether gcc accepts -g
  108. configure:2654: gcc -c -g conftest.c >&5
  109. configure:2654: $? = 0
  110. configure:2695: result: yes
  111. configure:2712: checking for gcc option to accept ISO C89
  112. configure:2775: gcc -c -g -O2 conftest.c >&5
  113. configure:2775: $? = 0
  114. configure:2788: result: none needed
  115. configure:2841: checking build system type
  116. configure:2855: result: x86_64-apple-darwin16.3.0
  117. configure:2875: checking host system type
  118. configure:2888: result: x86_64-apple-darwin16.3.0
  119. configure:2922: checking for a BSD-compatible install
  120. configure:2990: result: /usr/bin/install -c
  121. configure:3003: checking that calling user is not root
  122. configure:3012: result: ok
  123. configure:3069: checking for gcc
  124. configure:3096: result: gcc
  125. configure:3325: checking for C compiler version
  126. configure:3334: gcc --version >&5
  127. Apple LLVM version 8.0.0 (clang-800.0.42.1)
  128. Target: x86_64-apple-darwin16.3.0
  129. Thread model: posix
  130. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  131. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  132. configure:3345: $? = 0
  133. configure:3334: gcc -v >&5
  134. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  135. Apple LLVM version 8.0.0 (clang-800.0.42.1)
  136. Target: x86_64-apple-darwin16.3.0
  137. Thread model: posix
  138. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  139. configure:3345: $? = 0
  140. configure:3334: gcc -V >&5
  141. clang: error: argument to '-V' is missing (expected 1 value)
  142. clang: error: no input files
  143. configure:3345: $? = 1
  144. configure:3334: gcc -qversion >&5
  145. clang: error: unknown argument: '-qversion'
  146. clang: error: no input files
  147. configure:3345: $? = 1
  148. configure:3349: checking whether we are using the GNU C compiler
  149. configure:3377: result: yes
  150. configure:3386: checking whether gcc accepts -g
  151. configure:3447: result: yes
  152. configure:3464: checking for gcc option to accept ISO C89
  153. configure:3540: result: none needed
  154. configure:3604: checking for ar
  155. configure:3620: found /usr/bin/ar
  156. configure:3631: result: ar
  157. configure:3716: checking for ocamlc
  158. configure:3732: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlc
  159. configure:3743: result: ocamlc
  160. configure:3773: result: OCaml version is 4.03.0
  161. configure:3776: checking if ocaml compiler supports first-class modules
  162. configure:3792: result: yes
  163. configure:3807: result: OCaml library path is /Users/rprakapchuk/.opam/4.03.0/lib/ocaml
  164. configure:3816: checking for ocamlopt
  165. configure:3832: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlopt
  166. configure:3844: result: ocamlopt
  167. configure:3875: checking for ocamlc.opt
  168. configure:3891: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlc.opt
  169. configure:3903: result: ocamlc.opt
  170. configure:3925: checking for ocamlopt.opt
  171. configure:3941: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlopt.opt
  172. configure:3953: result: ocamlopt.opt
  173. configure:3977: checking for ocaml
  174. configure:3993: found /Users/rprakapchuk/.opam/4.03.0/bin/ocaml
  175. configure:4005: result: ocaml
  176. configure:4019: checking for ocamldep
  177. configure:4035: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamldep
  178. configure:4047: result: ocamldep
  179. configure:4060: checking for ocamldep.opt
  180. configure:4076: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamldep.opt
  181. configure:4088: result: ocamldep.opt
  182. configure:4106: checking for ocamlmktop
  183. configure:4122: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlmktop
  184. configure:4134: result: ocamlmktop
  185. configure:4148: checking for ocamlmklib
  186. configure:4164: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlmklib
  187. configure:4176: result: ocamlmklib
  188. configure:4234: checking for ocamldoc
  189. configure:4250: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamldoc
  190. configure:4261: result: ocamldoc
  191. configure:4327: checking for ocamldoc.opt
  192. configure:4343: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamldoc.opt
  193. configure:4354: result: ocamldoc.opt
  194. configure:4427: checking for ocamlbuild
  195. configure:4443: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlbuild
  196. configure:4454: result: ocamlbuild
  197. configure:4523: checking for camlidl
  198. configure:4553: result: no
  199. configure:4619: checking for ocamllex
  200. configure:4635: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamllex
  201. configure:4646: result: ocamllex
  202. configure:4712: checking for ocamllex.opt
  203. configure:4728: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamllex.opt
  204. configure:4739: result: ocamllex.opt
  205. configure:4811: checking for ocamlyacc
  206. configure:4827: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlyacc
  207. configure:4838: result: ocamlyacc
  208. configure:4875: checking for camlp4
  209. configure:4891: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4
  210. configure:4903: result: camlp4
  211. configure:4924: checking for camlp4boot
  212. configure:4940: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4boot
  213. configure:4952: result: camlp4boot
  214. configure:4962: checking for camlp4o
  215. configure:4978: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4o
  216. configure:4990: result: camlp4o
  217. configure:5000: checking for camlp4of
  218. configure:5016: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4of
  219. configure:5028: result: camlp4of
  220. configure:5038: checking for camlp4oof
  221. configure:5054: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4oof
  222. configure:5066: result: camlp4oof
  223. configure:5076: checking for camlp4orf
  224. configure:5092: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4orf
  225. configure:5104: result: camlp4orf
  226. configure:5114: checking for camlp4prof
  227. configure:5130: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4prof
  228. configure:5142: result: camlp4prof
  229. configure:5152: checking for camlp4r
  230. configure:5168: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4r
  231. configure:5180: result: camlp4r
  232. configure:5190: checking for camlp4rf
  233. configure:5206: found /Users/rprakapchuk/.opam/4.03.0/bin/camlp4rf
  234. configure:5218: result: camlp4rf
  235. configure:5293: checking for ocamlfind
  236. configure:5309: found /Users/rprakapchuk/.opam/4.03.0/bin/ocamlfind
  237. configure:5320: result: ocamlfind
  238. configure:5346: checking for ocaml standard library path
  239. configure:5350: result: /Users/rprakapchuk/.opam/4.03.0/lib/ocaml
  240. configure:5355: checking for caml/threads.h
  241. configure:5355: gcc -c -g -O2 conftest.c >&5
  242. conftest.c:9:10: fatal error: 'caml/misc.h' file not found
  243. #include <caml/misc.h>
  244. ^
  245. 1 error generated.
  246. configure:5355: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h */
  249. | #define PACKAGE_NAME "ocaml-taglib"
  250. | #define PACKAGE_TARNAME "ocaml-taglib"
  251. | #define PACKAGE_VERSION "0.3.2"
  252. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  253. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  254. | #define PACKAGE_URL ""
  255. | /* end confdefs.h. */
  256. | #include <caml/misc.h>
  257. |
  258. | #include <caml/threads.h>
  259. configure:5355: result: no
  260. configure:5429: checking for gcc option to produce PIC
  261. configure:5495: result: -fno-common
  262. configure:5572: checking for g++
  263. configure:5588: found /usr/bin/g++
  264. configure:5599: result: g++
  265. configure:5626: checking for C++ compiler version
  266. configure:5635: g++ --version >&5
  267. Apple LLVM version 8.0.0 (clang-800.0.42.1)
  268. Target: x86_64-apple-darwin16.3.0
  269. Thread model: posix
  270. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  271. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  272. configure:5646: $? = 0
  273. configure:5635: g++ -v >&5
  274. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  275. Apple LLVM version 8.0.0 (clang-800.0.42.1)
  276. Target: x86_64-apple-darwin16.3.0
  277. Thread model: posix
  278. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  279. configure:5646: $? = 0
  280. configure:5635: g++ -V >&5
  281. clang: error: argument to '-V' is missing (expected 1 value)
  282. clang: error: no input files
  283. configure:5646: $? = 1
  284. configure:5635: g++ -qversion >&5
  285. clang: error: unknown argument: '-qversion'
  286. clang: error: no input files
  287. configure:5646: $? = 1
  288. configure:5650: checking whether we are using the GNU C++ compiler
  289. configure:5669: g++ -c -fno-common -fno-common conftest.cpp >&5
  290. configure:5669: $? = 0
  291. configure:5678: result: yes
  292. configure:5687: checking whether g++ accepts -g
  293. configure:5707: g++ -c -g -fno-common conftest.cpp >&5
  294. configure:5707: $? = 0
  295. configure:5748: result: yes
  296. configure:5824: checking for pkg-config
  297. configure:5842: found /usr/local/bin/pkg-config
  298. configure:5854: result: /usr/local/bin/pkg-config
  299. configure:5879: checking pkg-config is at least version 0.9.0
  300. configure:5882: result: yes
  301. configure:5895: checking whether pkg-config knows about taglib >= 1.6
  302. configure:5905: result: ok
  303. configure:5936: checking for class TagLib::PropertyMap in tag library
  304. configure:5949: g++ -o conftest -fno-common -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib -L/usr/local/Cellar/taglib/1.11.1/lib -ltag conftest.cpp -ltag stdc++ >&5
  305. clang: error: no such file or directory: 'stdc++'
  306. configure:5949: $? = 1
  307. configure: failed program was:
  308. | /* confdefs.h */
  309. | #define PACKAGE_NAME "ocaml-taglib"
  310. | #define PACKAGE_TARNAME "ocaml-taglib"
  311. | #define PACKAGE_VERSION "0.3.2"
  312. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  313. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  314. | #define PACKAGE_URL ""
  315. | /* end confdefs.h. */
  316. | #include <tpropertymap.h>
  317. | int
  318. | main ()
  319. | {
  320. | TagLib::PropertyMap *x = NULL
  321. | ;
  322. | return 0;
  323. | }
  324. configure:5957: result: not found
  325. configure:5983: checking for class TagLib::WavPack::File in tag library
  326. configure:5996: g++ -o conftest -fno-common -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib -L/usr/local/Cellar/taglib/1.11.1/lib -ltag conftest.cpp -ltag stdc++ >&5
  327. clang: error: no such file or directory: 'stdc++'
  328. configure:5996: $? = 1
  329. configure: failed program was:
  330. | /* confdefs.h */
  331. | #define PACKAGE_NAME "ocaml-taglib"
  332. | #define PACKAGE_TARNAME "ocaml-taglib"
  333. | #define PACKAGE_VERSION "0.3.2"
  334. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  335. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  336. | #define PACKAGE_URL ""
  337. | /* end confdefs.h. */
  338. | #include <wavpackfile.h>
  339. | int
  340. | main ()
  341. | {
  342. | TagLib::WavPack::File *x = NULL
  343. | ;
  344. | return 0;
  345. | }
  346. configure:6004: result: not found
  347. configure:6030: checking for class TagLib::Ogg::Speex::File in tag library
  348. configure:6043: g++ -o conftest -fno-common -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib -L/usr/local/Cellar/taglib/1.11.1/lib -ltag conftest.cpp -ltag stdc++ >&5
  349. clang: error: no such file or directory: 'stdc++'
  350. configure:6043: $? = 1
  351. configure: failed program was:
  352. | /* confdefs.h */
  353. | #define PACKAGE_NAME "ocaml-taglib"
  354. | #define PACKAGE_TARNAME "ocaml-taglib"
  355. | #define PACKAGE_VERSION "0.3.2"
  356. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  357. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  358. | #define PACKAGE_URL ""
  359. | /* end confdefs.h. */
  360. | #include <speexfile.h>
  361. | int
  362. | main ()
  363. | {
  364. | TagLib::Ogg::Speex::File *x = NULL
  365. | ;
  366. | return 0;
  367. | }
  368. configure:6051: result: not found
  369. configure:6077: checking for class TagLib::MP4::File in tag library
  370. configure:6090: g++ -o conftest -fno-common -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib -L/usr/local/Cellar/taglib/1.11.1/lib -ltag conftest.cpp -ltag stdc++ >&5
  371. clang: error: no such file or directory: 'stdc++'
  372. configure:6090: $? = 1
  373. configure: failed program was:
  374. | /* confdefs.h */
  375. | #define PACKAGE_NAME "ocaml-taglib"
  376. | #define PACKAGE_TARNAME "ocaml-taglib"
  377. | #define PACKAGE_VERSION "0.3.2"
  378. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  379. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  380. | #define PACKAGE_URL ""
  381. | /* end confdefs.h. */
  382. | #include <mp4file.h>
  383. | int
  384. | main ()
  385. | {
  386. | TagLib::MP4::File *x = NULL
  387. | ;
  388. | return 0;
  389. | }
  390. configure:6098: result: not found
  391. configure:6124: checking for class TagLib::ASF::File in tag library
  392. configure:6137: g++ -o conftest -fno-common -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib -L/usr/local/Cellar/taglib/1.11.1/lib -ltag conftest.cpp -ltag stdc++ >&5
  393. clang: error: no such file or directory: 'stdc++'
  394. configure:6137: $? = 1
  395. configure: failed program was:
  396. | /* confdefs.h */
  397. | #define PACKAGE_NAME "ocaml-taglib"
  398. | #define PACKAGE_TARNAME "ocaml-taglib"
  399. | #define PACKAGE_VERSION "0.3.2"
  400. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  401. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  402. | #define PACKAGE_URL ""
  403. | /* end confdefs.h. */
  404. | #include <asffile.h>
  405. | int
  406. | main ()
  407. | {
  408. | TagLib::ASF::File *x = NULL
  409. | ;
  410. | return 0;
  411. | }
  412. configure:6145: result: not found
  413. configure:6171: checking for class TagLib::TrueAudio::File in tag library
  414. configure:6184: g++ -o conftest -fno-common -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib -L/usr/local/Cellar/taglib/1.11.1/lib -ltag conftest.cpp -ltag stdc++ >&5
  415. clang: error: no such file or directory: 'stdc++'
  416. configure:6184: $? = 1
  417. configure: failed program was:
  418. | /* confdefs.h */
  419. | #define PACKAGE_NAME "ocaml-taglib"
  420. | #define PACKAGE_TARNAME "ocaml-taglib"
  421. | #define PACKAGE_VERSION "0.3.2"
  422. | #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  423. | #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  424. | #define PACKAGE_URL ""
  425. | /* end confdefs.h. */
  426. | #include <trueaudiofile.h>
  427. | int
  428. | main ()
  429. | {
  430. | TagLib::TrueAudio::File *x = NULL
  431. | ;
  432. | return 0;
  433. | }
  434. configure:6192: result: not found
  435. configure:6340: creating ./config.status
  436.  
  437. ## ---------------------- ##
  438. ## Running config.status. ##
  439. ## ---------------------- ##
  440.  
  441. This file was extended by ocaml-taglib config.status 0.3.2, which was
  442. generated by GNU Autoconf 2.69. Invocation command line was
  443.  
  444. CONFIG_FILES =
  445. CONFIG_HEADERS =
  446. CONFIG_LINKS =
  447. CONFIG_COMMANDS =
  448. $ ./config.status
  449.  
  450. on odl1603005
  451.  
  452. config.status:851: creating Makefile
  453. config.status:851: creating src/META
  454. config.status:851: creating src/Makefile
  455. config.status:851: creating config.h
  456. config.status:1026: config.h is unchanged
  457.  
  458. ## ---------------- ##
  459. ## Cache variables. ##
  460. ## ---------------- ##
  461.  
  462. ac_cv_build=x86_64-apple-darwin16.3.0
  463. ac_cv_c_compiler_gnu=yes
  464. ac_cv_cxx_compiler_gnu=yes
  465. ac_cv_env_CCC_set=
  466. ac_cv_env_CCC_value=
  467. ac_cv_env_CC_set=
  468. ac_cv_env_CC_value=
  469. ac_cv_env_CFLAGS_set=
  470. ac_cv_env_CFLAGS_value=
  471. ac_cv_env_CPPFLAGS_set=
  472. ac_cv_env_CPPFLAGS_value=
  473. ac_cv_env_CXXFLAGS_set=
  474. ac_cv_env_CXXFLAGS_value=
  475. ac_cv_env_CXX_set=
  476. ac_cv_env_CXX_value=
  477. ac_cv_env_LDFLAGS_set=
  478. ac_cv_env_LDFLAGS_value=
  479. ac_cv_env_LIBS_set=
  480. ac_cv_env_LIBS_value=
  481. ac_cv_env_PIC_FLAGS_set=
  482. ac_cv_env_PIC_FLAGS_value=
  483. ac_cv_env_PKG_CONFIG_OPTIONS_set=
  484. ac_cv_env_PKG_CONFIG_OPTIONS_value=
  485. ac_cv_env_PKG_CONFIG_set=
  486. ac_cv_env_PKG_CONFIG_value=
  487. ac_cv_env_build_alias_set=
  488. ac_cv_env_build_alias_value=
  489. ac_cv_env_host_alias_set=
  490. ac_cv_env_host_alias_value=
  491. ac_cv_env_target_alias_set=
  492. ac_cv_env_target_alias_value=
  493. ac_cv_header_caml_threads_h=no
  494. ac_cv_host=x86_64-apple-darwin16.3.0
  495. ac_cv_objext=o
  496. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  497. ac_cv_path_install='/usr/bin/install -c'
  498. ac_cv_prog_CAMLP4=camlp4
  499. ac_cv_prog_CAMLP4BOOT=camlp4boot
  500. ac_cv_prog_CAMLP4O=camlp4o
  501. ac_cv_prog_CAMLP4OF=camlp4of
  502. ac_cv_prog_CAMLP4OOF=camlp4oof
  503. ac_cv_prog_CAMLP4ORF=camlp4orf
  504. ac_cv_prog_CAMLP4PROF=camlp4prof
  505. ac_cv_prog_CAMLP4R=camlp4r
  506. ac_cv_prog_CAMLP4RF=camlp4rf
  507. ac_cv_prog_OCAML=ocaml
  508. ac_cv_prog_OCAMLCDOTOPT=ocamlc.opt
  509. ac_cv_prog_OCAMLDEP=ocamldep
  510. ac_cv_prog_OCAMLDEPOPT=ocamldep.opt
  511. ac_cv_prog_OCAMLMKLIB=ocamlmklib
  512. ac_cv_prog_OCAMLMKTOP=ocamlmktop
  513. ac_cv_prog_OCAMLOPT=ocamlopt
  514. ac_cv_prog_OCAMLOPTDOTOPT=ocamlopt.opt
  515. ac_cv_prog_ac_ct_AR=ar
  516. ac_cv_prog_ac_ct_CC=gcc
  517. ac_cv_prog_ac_ct_CXX=g++
  518. ac_cv_prog_ac_ct_OCAMLBUILD=ocamlbuild
  519. ac_cv_prog_ac_ct_OCAMLC=ocamlc
  520. ac_cv_prog_ac_ct_OCAMLDOC=ocamldoc
  521. ac_cv_prog_ac_ct_OCAMLDOCOPT=ocamldoc.opt
  522. ac_cv_prog_ac_ct_OCAMLFIND=ocamlfind
  523. ac_cv_prog_ac_ct_OCAMLLEX=ocamllex
  524. ac_cv_prog_ac_ct_OCAMLLEXDOTOPT=ocamllex.opt
  525. ac_cv_prog_ac_ct_OCAMLYACC=ocamlyacc
  526. ac_cv_prog_cc_c89=
  527. ac_cv_prog_cc_g=yes
  528. ac_cv_prog_cxx_g=yes
  529.  
  530. ## ----------------- ##
  531. ## Output variables. ##
  532. ## ----------------- ##
  533.  
  534. AR='ar'
  535. AUTOCONF_INSTALL_FILES='config.guess config.sub install-sh m4/*.m4'
  536. CAMLIDL='no'
  537. CAMLLIBPATH='/Users/rprakapchuk/.opam/4.03.0/lib/ocaml'
  538. CAMLP4='camlp4'
  539. CAMLP4BOOT='camlp4boot'
  540. CAMLP4O='camlp4o'
  541. CAMLP4OF='camlp4of'
  542. CAMLP4OOF='camlp4oof'
  543. CAMLP4ORF='camlp4orf'
  544. CAMLP4PROF='camlp4prof'
  545. CAMLP4R='camlp4r'
  546. CAMLP4RF='camlp4rf'
  547. CC='gcc'
  548. CFLAGS='-g -O2 -I/usr/local/Cellar/taglib/1.11.1/include/taglib'
  549. CPPFLAGS=' -fno-common -I .. -I/usr/local/Cellar/taglib/1.11.1/include/taglib'
  550. CXX='g++'
  551. CXXFLAGS=' -fno-common'
  552. DEFS='-DHAVE_CONFIG_H'
  553. ECHO_C='\c'
  554. ECHO_N=''
  555. ECHO_T=''
  556. EXEEXT=''
  557. HAVE_ASF=''
  558. HAVE_MP4=''
  559. HAVE_PROPERTIES=''
  560. HAVE_SPEEX=''
  561. HAVE_TRUEAUDIO=''
  562. HAVE_WAVPACK=''
  563. INC=''
  564. INSTALL_DATA='${INSTALL} -m 644'
  565. INSTALL_PROGRAM='${INSTALL}'
  566. INSTALL_SCRIPT='${INSTALL}'
  567. LDFLAGS=' -L/usr/local/Cellar/taglib/1.11.1/lib'
  568. LIBOBJS=''
  569. LIBS=' -ltag stdc++'
  570. LTLIBOBJS=''
  571. OBJEXT='o'
  572. OCAML='ocaml'
  573. OCAMLBEST='byte opt'
  574. OCAMLBUILD='ocamlbuild'
  575. OCAMLC='ocamlc.opt'
  576. OCAMLCDOTOPT='ocamlc.opt'
  577. OCAMLDEP='ocamldep.opt'
  578. OCAMLDEPOPT='ocamldep.opt'
  579. OCAMLDOC='ocamldoc.opt'
  580. OCAMLDOCOPT='ocamldoc.opt'
  581. OCAMLFIND='ocamlfind'
  582. OCAMLFIND_LDCONF=''
  583. OCAMLFLAGS=' -g -w +A@5-7@8@11@12@20-35-44-45'
  584. OCAMLLEX='ocamllex.opt'
  585. OCAMLLEXDOTOPT='ocamllex.opt'
  586. OCAMLLIB='/Users/rprakapchuk/.opam/4.03.0/lib/ocaml'
  587. OCAMLMKLIB='ocamlmklib'
  588. OCAMLMKTOP='ocamlmktop'
  589. OCAMLNCFLAGS=''
  590. OCAMLOPT='ocamlopt.opt'
  591. OCAMLOPTDOTOPT='ocamlopt.opt'
  592. OCAMLVERSION='4.03.0'
  593. OCAMLYACC='ocamlyacc'
  594. OCAML_DYNLINK='byte-dyn opt-dyn'
  595. OCAML_HAS_FIRST_CLASS_MODULES='yes'
  596. OCAML_STDLIB='/Users/rprakapchuk/.opam/4.03.0/lib/ocaml'
  597. PACKAGE_BUGREPORT='savonet-users@lists.sourceforge.net'
  598. PACKAGE_NAME='ocaml-taglib'
  599. PACKAGE_STRING='ocaml-taglib 0.3.2'
  600. PACKAGE_TARNAME='ocaml-taglib'
  601. PACKAGE_URL=''
  602. PACKAGE_VERSION='0.3.2'
  603. PATH_SEPARATOR=':'
  604. PIC_FLAGS='-fno-common'
  605. PKG_CONFIG='/usr/local/bin/pkg-config'
  606. PKG_CONFIG_OPTIONS=''
  607. SHELL='/bin/sh'
  608. VERSION='0.3.2'
  609. ac_ct_CC='gcc'
  610. ac_ct_CXX='g++'
  611. bindir='${exec_prefix}/bin'
  612. build='x86_64-apple-darwin16.3.0'
  613. build_alias=''
  614. build_cpu='x86_64'
  615. build_os='darwin16.3.0'
  616. build_vendor='apple'
  617. datadir='${datarootdir}'
  618. datarootdir='${prefix}/share'
  619. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  620. dvidir='${docdir}'
  621. exec_prefix='${prefix}'
  622. host='x86_64-apple-darwin16.3.0'
  623. host_alias=''
  624. host_cpu='x86_64'
  625. host_os='darwin16.3.0'
  626. host_vendor='apple'
  627. htmldir='${docdir}'
  628. includedir='${prefix}/include'
  629. infodir='${datarootdir}/info'
  630. libdir='${exec_prefix}/lib'
  631. libexecdir='${exec_prefix}/libexec'
  632. localedir='${datarootdir}/locale'
  633. localstatedir='${prefix}/var'
  634. mandir='${datarootdir}/man'
  635. oldincludedir='/usr/include'
  636. pdfdir='${docdir}'
  637. prefix='/usr/local'
  638. program_transform_name='s,x,x,'
  639. psdir='${docdir}'
  640. requires=''
  641. sbindir='${exec_prefix}/sbin'
  642. sharedstatedir='${prefix}/com'
  643. sysconfdir='${prefix}/etc'
  644. target_alias=''
  645.  
  646. ## ----------- ##
  647. ## confdefs.h. ##
  648. ## ----------- ##
  649.  
  650. /* confdefs.h */
  651. #define PACKAGE_NAME "ocaml-taglib"
  652. #define PACKAGE_TARNAME "ocaml-taglib"
  653. #define PACKAGE_VERSION "0.3.2"
  654. #define PACKAGE_STRING "ocaml-taglib 0.3.2"
  655. #define PACKAGE_BUGREPORT "savonet-users@lists.sourceforge.net"
  656. #define PACKAGE_URL ""
  657.  
  658. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement