Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  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 OpenJPEG configure 1.4.0, which was
  5. generated by GNU Autoconf 2.68.  Invocation command line was
  6.  
  7.   $ ./configure --no-create --no-recursion
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = a-HP-Pavilion-g6-Notebook-PC
  14. uname -m = x86_64
  15. uname -r = 3.8.0-37-generic
  16. uname -s = Linux
  17. uname -v = #53~precise1-Ubuntu SMP Wed Feb 19 21:37:54 UTC 2014
  18.  
  19. /usr/bin/uname -p = unknown
  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      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2415: checking build system type
  44. configure:2429: result: x86_64-unknown-linux-gnu
  45. configure:2449: checking host system type
  46. configure:2462: result: x86_64-unknown-linux-gnu
  47. configure:2482: checking target system type
  48. configure:2495: result: x86_64-unknown-linux-gnu
  49. configure:2539: checking for a BSD-compatible install
  50. configure:2607: result: /usr/bin/install -c
  51. configure:2618: checking whether build environment is sane
  52. configure:2668: result: yes
  53. configure:2809: checking for a thread-safe mkdir -p
  54. configure:2848: result: /bin/mkdir -p
  55. configure:2861: checking for gawk
  56. configure:2891: result: no
  57. configure:2861: checking for mawk
  58. configure:2877: found /usr/bin/mawk
  59. configure:2888: result: mawk
  60. configure:2899: checking whether make sets $(MAKE)
  61. configure:2921: result: yes
  62. configure:3065: checking for gcc
  63. configure:3081: found /usr/bin/gcc
  64. configure:3092: result: gcc
  65. configure:3321: checking for C compiler version
  66. configure:3330: gcc --version >&5
  67. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  68. Copyright (C) 2011 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions.  There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:3341: $? = 0
  73. configure:3330: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  77. Target: x86_64-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  79. Thread model: posix
  80. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  81. configure:3341: $? = 0
  82. configure:3330: gcc -V >&5
  83. gcc: error: unrecognized option '-V'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3341: $? = 4
  87. configure:3330: gcc -qversion >&5
  88. gcc: error: unrecognized option '-qversion'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:3341: $? = 4
  92. configure:3361: checking whether the C compiler works
  93. configure:3383: gcc    conftest.c  >&5
  94. configure:3387: $? = 0
  95. configure:3435: result: yes
  96. configure:3438: checking for C compiler default output file name
  97. configure:3440: result: a.out
  98. configure:3446: checking for suffix of executables
  99. configure:3453: gcc -o conftest    conftest.c  >&5
  100. configure:3457: $? = 0
  101. configure:3479: result:
  102. configure:3501: checking whether we are cross compiling
  103. configure:3509: gcc -o conftest    conftest.c  >&5
  104. configure:3513: $? = 0
  105. configure:3520: ./conftest
  106. configure:3524: $? = 0
  107. configure:3539: result: no
  108. configure:3544: checking for suffix of object files
  109. configure:3566: gcc -c   conftest.c >&5
  110. configure:3570: $? = 0
  111. configure:3591: result: o
  112. configure:3595: checking whether we are using the GNU C compiler
  113. configure:3614: gcc -c   conftest.c >&5
  114. configure:3614: $? = 0
  115. configure:3623: result: yes
  116. configure:3632: checking whether gcc accepts -g
  117. configure:3652: gcc -c -g  conftest.c >&5
  118. configure:3652: $? = 0
  119. configure:3693: result: yes
  120. configure:3710: checking for gcc option to accept ISO C89
  121. configure:3774: gcc  -c -g -O2  conftest.c >&5
  122. configure:3774: $? = 0
  123. configure:3787: result: none needed
  124. configure:3818: checking for style of include used by make
  125. configure:3846: result: GNU
  126. configure:3871: checking dependency style of gcc
  127. configure:3981: result: gcc3
  128. configure:4054: checking for g++
  129. configure:4070: found /usr/bin/g++
  130. configure:4081: result: g++
  131. configure:4108: checking for C++ compiler version
  132. configure:4117: g++ --version >&5
  133. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  134. Copyright (C) 2011 Free Software Foundation, Inc.
  135. This is free software; see the source for copying conditions.  There is NO
  136. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  137.  
  138. configure:4128: $? = 0
  139. configure:4117: g++ -v >&5
  140. Using built-in specs.
  141. COLLECT_GCC=g++
  142. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  143. Target: x86_64-linux-gnu
  144. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  145. Thread model: posix
  146. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  147. configure:4128: $? = 0
  148. configure:4117: g++ -V >&5
  149. g++: error: unrecognized option '-V'
  150. g++: fatal error: no input files
  151. compilation terminated.
  152. configure:4128: $? = 4
  153. configure:4117: g++ -qversion >&5
  154. g++: error: unrecognized option '-qversion'
  155. g++: fatal error: no input files
  156. compilation terminated.
  157. configure:4128: $? = 4
  158. configure:4132: checking whether we are using the GNU C++ compiler
  159. configure:4151: g++ -c   conftest.cpp >&5
  160. configure:4151: $? = 0
  161. configure:4160: result: yes
  162. configure:4169: checking whether g++ accepts -g
  163. configure:4189: g++ -c -g  conftest.cpp >&5
  164. configure:4189: $? = 0
  165. configure:4230: result: yes
  166. configure:4255: checking dependency style of g++
  167. configure:4365: result: gcc3
  168. configure:4381: checking whether ln -s works
  169. configure:4385: result: yes
  170. configure:4392: checking for a sed that does not truncate output
  171. configure:4456: result: /bin/sed
  172. configure:4469: checking for special C compiler options needed for large files
  173. configure:4514: result: no
  174. configure:4520: checking for _FILE_OFFSET_BITS value needed for large files
  175. configure:4545: gcc -c -g -O2  conftest.c >&5
  176. configure:4545: $? = 0
  177. configure:4577: result: no
  178. configure:4660: checking for _LARGEFILE_SOURCE value needed for large files
  179. configure:4679: gcc -o conftest -g -O2   conftest.c  >&5
  180. configure:4679: $? = 0
  181. configure:4707: result: no
  182. configure:4728: checking whether make sets $(MAKE)
  183. configure:4750: result: yes
  184. configure:5148: checking how to print strings
  185. configure:5175: result: printf
  186. configure:5196: checking for a sed that does not truncate output
  187. configure:5260: result: /bin/sed
  188. configure:5278: checking for grep that handles long lines and -e
  189. configure:5336: result: /bin/grep
  190. configure:5341: checking for egrep
  191. configure:5403: result: /bin/grep -E
  192. configure:5408: checking for fgrep
  193. configure:5470: result: /bin/grep -F
  194. configure:5505: checking for ld used by gcc
  195. configure:5572: result: /usr/bin/ld
  196. configure:5579: checking if the linker (/usr/bin/ld) is GNU ld
  197. configure:5594: result: yes
  198. configure:5606: checking for BSD- or MS-compatible name lister (nm)
  199. configure:5655: result: /usr/bin/nm -B
  200. configure:5785: checking the name lister (/usr/bin/nm -B) interface
  201. configure:5792: gcc -c -g -O2  conftest.c >&5
  202. configure:5795: /usr/bin/nm -B "conftest.o"
  203. configure:5798: output
  204. 0000000000000000 B some_variable
  205. configure:5805: result: BSD nm
  206. configure:5809: checking the maximum length of command line arguments
  207. configure:5934: result: 3458764513820540925
  208. configure:5951: checking whether the shell understands some XSI constructs
  209. configure:5961: result: yes
  210. configure:5965: checking whether the shell understands "+="
  211. configure:5971: result: yes
  212. configure:6006: checking for /usr/bin/ld option to reload object files
  213. configure:6013: result: -r
  214. configure:6082: checking for objdump
  215. configure:6109: result: objdump
  216. configure:6138: checking how to recognize dependent libraries
  217. configure:6340: result: pass_all
  218. configure:6400: checking for ar
  219. configure:6416: found /usr/bin/ar
  220. configure:6427: result: ar
  221. configure:6505: checking for strip
  222. configure:6521: found /usr/bin/strip
  223. configure:6532: result: strip
  224. configure:6604: checking for ranlib
  225. configure:6620: found /usr/bin/ranlib
  226. configure:6631: result: ranlib
  227. configure:6733: checking command to parse /usr/bin/nm -B output from gcc object
  228. configure:6851: gcc -c -g -O2  conftest.c >&5
  229. configure:6854: $? = 0
  230. configure:6858: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  231. configure:6861: $? = 0
  232. configure:6915: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
  233. configure:6918: $? = 0
  234. configure:6956: result: ok
  235. configure:7051: gcc -c -g -O2  conftest.c >&5
  236. configure:7054: $? = 0
  237. configure:7796: checking how to run the C preprocessor
  238. configure:7827: gcc -E  conftest.c
  239. configure:7827: $? = 0
  240. configure:7841: gcc -E  conftest.c
  241. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  242. compilation terminated.
  243. configure:7841: $? = 1
  244. configure: failed program was:
  245. | /* confdefs.h */
  246. | #define PACKAGE_NAME "OpenJPEG"
  247. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  248. | #define PACKAGE_VERSION "1.4.0"
  249. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  250. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  251. | #define PACKAGE_URL "http://www.openjpeg.org/"
  252. | #define PACKAGE "openjpeg-1.4.0"
  253. | #define VERSION "1.4.0"
  254. | #define HAVE_FSEEKO 1
  255. | /* end confdefs.h.  */
  256. | #include <ac_nonexistent.h>
  257. configure:7866: result: gcc -E
  258. configure:7886: gcc -E  conftest.c
  259. configure:7886: $? = 0
  260. configure:7900: gcc -E  conftest.c
  261. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  262. compilation terminated.
  263. configure:7900: $? = 1
  264. configure: failed program was:
  265. | /* confdefs.h */
  266. | #define PACKAGE_NAME "OpenJPEG"
  267. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  268. | #define PACKAGE_VERSION "1.4.0"
  269. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  270. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  271. | #define PACKAGE_URL "http://www.openjpeg.org/"
  272. | #define PACKAGE "openjpeg-1.4.0"
  273. | #define VERSION "1.4.0"
  274. | #define HAVE_FSEEKO 1
  275. | /* end confdefs.h.  */
  276. | #include <ac_nonexistent.h>
  277. configure:7929: checking for ANSI C header files
  278. configure:7949: gcc -c -g -O2  conftest.c >&5
  279. configure:7949: $? = 0
  280. configure:8022: gcc -o conftest -g -O2   conftest.c  >&5
  281. configure:8022: $? = 0
  282. configure:8022: ./conftest
  283. configure:8022: $? = 0
  284. configure:8033: result: yes
  285. configure:8046: checking for sys/types.h
  286. configure:8046: gcc -c -g -O2  conftest.c >&5
  287. configure:8046: $? = 0
  288. configure:8046: result: yes
  289. configure:8046: checking for sys/stat.h
  290. configure:8046: gcc -c -g -O2  conftest.c >&5
  291. configure:8046: $? = 0
  292. configure:8046: result: yes
  293. configure:8046: checking for stdlib.h
  294. configure:8046: gcc -c -g -O2  conftest.c >&5
  295. configure:8046: $? = 0
  296. configure:8046: result: yes
  297. configure:8046: checking for string.h
  298. configure:8046: gcc -c -g -O2  conftest.c >&5
  299. configure:8046: $? = 0
  300. configure:8046: result: yes
  301. configure:8046: checking for memory.h
  302. configure:8046: gcc -c -g -O2  conftest.c >&5
  303. configure:8046: $? = 0
  304. configure:8046: result: yes
  305. configure:8046: checking for strings.h
  306. configure:8046: gcc -c -g -O2  conftest.c >&5
  307. configure:8046: $? = 0
  308. configure:8046: result: yes
  309. configure:8046: checking for inttypes.h
  310. configure:8046: gcc -c -g -O2  conftest.c >&5
  311. configure:8046: $? = 0
  312. configure:8046: result: yes
  313. configure:8046: checking for stdint.h
  314. configure:8046: gcc -c -g -O2  conftest.c >&5
  315. configure:8046: $? = 0
  316. configure:8046: result: yes
  317. configure:8046: checking for unistd.h
  318. configure:8046: gcc -c -g -O2  conftest.c >&5
  319. configure:8046: $? = 0
  320. configure:8046: result: yes
  321. configure:8060: checking for dlfcn.h
  322. configure:8060: gcc -c -g -O2  conftest.c >&5
  323. configure:8060: $? = 0
  324. configure:8060: result: yes
  325. configure:8216: checking for objdir
  326. configure:8231: result: .libs
  327. configure:8498: checking if gcc supports -fno-rtti -fno-exceptions
  328. configure:8516: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
  329. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  330. configure:8520: $? = 0
  331. configure:8533: result: no
  332. configure:8553: checking for gcc option to produce PIC
  333. configure:8838: result: -fPIC -DPIC
  334. configure:8850: checking if gcc PIC flag -fPIC -DPIC works
  335. configure:8868: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
  336. configure:8872: $? = 0
  337. configure:8885: result: yes
  338. configure:8909: checking if gcc static flag -static works
  339. configure:8937: result: yes
  340. configure:8952: checking if gcc supports -c -o file.o
  341. configure:8973: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
  342. configure:8977: $? = 0
  343. configure:8999: result: yes
  344. configure:9007: checking if gcc supports -c -o file.o
  345. configure:9054: result: yes
  346. configure:9087: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  347. configure:10162: result: yes
  348. configure:10199: checking whether -lc should be explicitly linked in
  349. configure:10207: gcc -c -g -O2  conftest.c >&5
  350. configure:10210: $? = 0
  351. configure:10225: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
  352. configure:10228: $? = 0
  353. configure:10242: result: no
  354. configure:10407: checking dynamic linker characteristics
  355. configure:10862: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
  356. configure:10862: $? = 0
  357. configure:11084: result: GNU/Linux ld.so
  358. configure:11191: checking how to hardcode library paths into programs
  359. configure:11216: result: immediate
  360. configure:11756: checking whether stripping libraries is possible
  361. configure:11761: result: yes
  362. configure:11796: checking if libtool supports shared libraries
  363. configure:11798: result: yes
  364. configure:11801: checking whether to build shared libraries
  365. configure:11822: result: yes
  366. configure:11825: checking whether to build static libraries
  367. configure:11829: result: yes
  368. configure:11852: checking how to run the C++ preprocessor
  369. configure:11879: g++ -E  conftest.cpp
  370. configure:11879: $? = 0
  371. configure:11893: g++ -E  conftest.cpp
  372. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  373. compilation terminated.
  374. configure:11893: $? = 1
  375. configure: failed program was:
  376. | /* confdefs.h */
  377. | #define PACKAGE_NAME "OpenJPEG"
  378. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  379. | #define PACKAGE_VERSION "1.4.0"
  380. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  381. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  382. | #define PACKAGE_URL "http://www.openjpeg.org/"
  383. | #define PACKAGE "openjpeg-1.4.0"
  384. | #define VERSION "1.4.0"
  385. | #define HAVE_FSEEKO 1
  386. | #define STDC_HEADERS 1
  387. | #define HAVE_SYS_TYPES_H 1
  388. | #define HAVE_SYS_STAT_H 1
  389. | #define HAVE_STDLIB_H 1
  390. | #define HAVE_STRING_H 1
  391. | #define HAVE_MEMORY_H 1
  392. | #define HAVE_STRINGS_H 1
  393. | #define HAVE_INTTYPES_H 1
  394. | #define HAVE_STDINT_H 1
  395. | #define HAVE_UNISTD_H 1
  396. | #define HAVE_DLFCN_H 1
  397. | #define LT_OBJDIR ".libs/"
  398. | /* end confdefs.h.  */
  399. | #include <ac_nonexistent.h>
  400. configure:11918: result: g++ -E
  401. configure:11938: g++ -E  conftest.cpp
  402. configure:11938: $? = 0
  403. configure:11952: g++ -E  conftest.cpp
  404. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  405. compilation terminated.
  406. configure:11952: $? = 1
  407. configure: failed program was:
  408. | /* confdefs.h */
  409. | #define PACKAGE_NAME "OpenJPEG"
  410. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  411. | #define PACKAGE_VERSION "1.4.0"
  412. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  413. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  414. | #define PACKAGE_URL "http://www.openjpeg.org/"
  415. | #define PACKAGE "openjpeg-1.4.0"
  416. | #define VERSION "1.4.0"
  417. | #define HAVE_FSEEKO 1
  418. | #define STDC_HEADERS 1
  419. | #define HAVE_SYS_TYPES_H 1
  420. | #define HAVE_SYS_STAT_H 1
  421. | #define HAVE_STDLIB_H 1
  422. | #define HAVE_STRING_H 1
  423. | #define HAVE_MEMORY_H 1
  424. | #define HAVE_STRINGS_H 1
  425. | #define HAVE_INTTYPES_H 1
  426. | #define HAVE_STDINT_H 1
  427. | #define HAVE_UNISTD_H 1
  428. | #define HAVE_DLFCN_H 1
  429. | #define LT_OBJDIR ".libs/"
  430. | /* end confdefs.h.  */
  431. | #include <ac_nonexistent.h>
  432. configure:12120: checking for ld used by g++
  433. configure:12187: result: /usr/bin/ld -m elf_x86_64
  434. configure:12194: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  435. configure:12209: result: yes
  436. configure:12264: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  437. configure:13196: result: yes
  438. configure:13224: g++ -c -g -O2  conftest.cpp >&5
  439. configure:13227: $? = 0
  440. configure:13409: checking for g++ option to produce PIC
  441. configure:13731: result: -fPIC -DPIC
  442. configure:13740: checking if g++ PIC flag -fPIC -DPIC works
  443. configure:13758: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
  444. configure:13762: $? = 0
  445. configure:13775: result: yes
  446. configure:13796: checking if g++ static flag -static works
  447. configure:13824: result: yes
  448. configure:13836: checking if g++ supports -c -o file.o
  449. configure:13857: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
  450. configure:13861: $? = 0
  451. configure:13883: result: yes
  452. configure:13888: checking if g++ supports -c -o file.o
  453. configure:13935: result: yes
  454. configure:13965: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  455. configure:13993: result: yes
  456. configure:14136: checking dynamic linker characteristics
  457. configure:14747: result: GNU/Linux ld.so
  458. configure:14800: checking how to hardcode library paths into programs
  459. configure:14825: result: immediate
  460. configure:14884: checking whether byte ordering is bigendian
  461. configure:14899: gcc -c -g -O2  conftest.c >&5
  462. conftest.c:25:9: error: unknown type name 'not'
  463. conftest.c:25:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  464. conftest.c:25:15: error: unknown type name 'universal'
  465. configure:14899: $? = 1
  466. configure: failed program was:
  467. | /* confdefs.h */
  468. | #define PACKAGE_NAME "OpenJPEG"
  469. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  470. | #define PACKAGE_VERSION "1.4.0"
  471. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  472. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  473. | #define PACKAGE_URL "http://www.openjpeg.org/"
  474. | #define PACKAGE "openjpeg-1.4.0"
  475. | #define VERSION "1.4.0"
  476. | #define HAVE_FSEEKO 1
  477. | #define STDC_HEADERS 1
  478. | #define HAVE_SYS_TYPES_H 1
  479. | #define HAVE_SYS_STAT_H 1
  480. | #define HAVE_STDLIB_H 1
  481. | #define HAVE_STRING_H 1
  482. | #define HAVE_MEMORY_H 1
  483. | #define HAVE_STRINGS_H 1
  484. | #define HAVE_INTTYPES_H 1
  485. | #define HAVE_STDINT_H 1
  486. | #define HAVE_UNISTD_H 1
  487. | #define HAVE_DLFCN_H 1
  488. | #define LT_OBJDIR ".libs/"
  489. | /* end confdefs.h.  */
  490. | #ifndef __APPLE_CC__
  491. |              not a universal capable compiler
  492. |            #endif
  493. |            typedef int dummy;
  494. |
  495. configure:14944: gcc -c -g -O2  conftest.c >&5
  496. configure:14944: $? = 0
  497. configure:14962: gcc -c -g -O2  conftest.c >&5
  498. conftest.c: In function 'main':
  499. conftest.c:31:4: error: unknown type name 'not'
  500. conftest.c:31:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  501. configure:14962: $? = 1
  502. configure: failed program was:
  503. | /* confdefs.h */
  504. | #define PACKAGE_NAME "OpenJPEG"
  505. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  506. | #define PACKAGE_VERSION "1.4.0"
  507. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  508. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  509. | #define PACKAGE_URL "http://www.openjpeg.org/"
  510. | #define PACKAGE "openjpeg-1.4.0"
  511. | #define VERSION "1.4.0"
  512. | #define HAVE_FSEEKO 1
  513. | #define STDC_HEADERS 1
  514. | #define HAVE_SYS_TYPES_H 1
  515. | #define HAVE_SYS_STAT_H 1
  516. | #define HAVE_STDLIB_H 1
  517. | #define HAVE_STRING_H 1
  518. | #define HAVE_MEMORY_H 1
  519. | #define HAVE_STRINGS_H 1
  520. | #define HAVE_INTTYPES_H 1
  521. | #define HAVE_STDINT_H 1
  522. | #define HAVE_UNISTD_H 1
  523. | #define HAVE_DLFCN_H 1
  524. | #define LT_OBJDIR ".libs/"
  525. | /* end confdefs.h.  */
  526. | #include <sys/types.h>
  527. |               #include <sys/param.h>
  528. |
  529. | int
  530. | main ()
  531. | {
  532. | #if BYTE_ORDER != BIG_ENDIAN
  533. |                not big endian
  534. |               #endif
  535. |
  536. |   ;
  537. |   return 0;
  538. | }
  539. configure:15090: result: no
  540. configure:15110: checking for sqrt in -lm
  541. configure:15135: gcc -o conftest -g -O2   conftest.c -lm   >&5
  542. conftest.c:31:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
  543. configure:15135: $? = 0
  544. configure:15144: result: yes
  545. configure:15151: checking for inflate in -lz
  546. configure:15176: gcc -o conftest -g -O2   conftest.c -lz   >&5
  547. configure:15176: $? = 0
  548. configure:15185: result: yes
  549. configure:15196: checking for pkg-config
  550. configure:15214: found /usr/bin/pkg-config
  551. configure:15226: result: /usr/bin/pkg-config
  552. configure:15238: checking whether to build with PNG support
  553. configure:15255: checking for libpng-config
  554. configure:15273: found /usr/bin/libpng-config
  555. configure:15285: result: /usr/bin/libpng-config
  556. configure:15325: checking /usr/include/libpng12/png.h usability
  557. configure:15325: gcc -c -g -O2  conftest.c >&5
  558. configure:15325: $? = 0
  559. configure:15325: result: yes
  560. configure:15325: checking /usr/include/libpng12/png.h presence
  561. configure:15325: gcc -E  conftest.c
  562. configure:15325: $? = 0
  563. configure:15325: result: yes
  564. configure:15325: checking for /usr/include/libpng12/png.h
  565. configure:15325: result: yes
  566. configure:15352: checking for png_create_read_struct in -lpng
  567. configure:15377: gcc -o conftest -g -O2   conftest.c -lpng  -L/usr/lib/x86_64-linux-gnu -lpng12 -lz -lm >&5
  568. configure:15377: $? = 0
  569. configure:15386: result: yes
  570. configure:15413: result: png is usable:yes
  571. configure:15428: checking whether to build with TIFF support
  572. configure:15444: checking for jpeg_read_header in -ljpeg
  573. configure:15469: gcc -o conftest -g -O2   conftest.c -ljpeg   -lm -lz -L/usr/lib/x86_64-linux-gnu -lpng12 >&5
  574. configure:15469: $? = 0
  575. configure:15478: result: yes
  576. configure:15485: checking for jbg_enc_init in -ljbig
  577. configure:15510: gcc -o conftest -g -O2   conftest.c -ljbig   -lm -lz -L/usr/lib/x86_64-linux-gnu -lpng12 >&5
  578. /usr/bin/ld: cannot find -ljbig
  579. collect2: ld returned 1 exit status
  580. configure:15510: $? = 1
  581. configure: failed program was:
  582. | /* confdefs.h */
  583. | #define PACKAGE_NAME "OpenJPEG"
  584. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  585. | #define PACKAGE_VERSION "1.4.0"
  586. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  587. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  588. | #define PACKAGE_URL "http://www.openjpeg.org/"
  589. | #define PACKAGE "openjpeg-1.4.0"
  590. | #define VERSION "1.4.0"
  591. | #define HAVE_FSEEKO 1
  592. | #define STDC_HEADERS 1
  593. | #define HAVE_SYS_TYPES_H 1
  594. | #define HAVE_SYS_STAT_H 1
  595. | #define HAVE_STDLIB_H 1
  596. | #define HAVE_STRING_H 1
  597. | #define HAVE_MEMORY_H 1
  598. | #define HAVE_STRINGS_H 1
  599. | #define HAVE_INTTYPES_H 1
  600. | #define HAVE_STDINT_H 1
  601. | #define HAVE_UNISTD_H 1
  602. | #define HAVE_DLFCN_H 1
  603. | #define LT_OBJDIR ".libs/"
  604. | #define HAVE_LIBPNG 1
  605. | #define HAVE_LIBPNG 1
  606. | /* end confdefs.h.  */
  607. |
  608. | /* Override any GCC internal prototype to avoid an error.
  609. |    Use char because int might match the return type of a GCC
  610. |    builtin and then its argument prototype would still apply.  */
  611. | #ifdef __cplusplus
  612. | extern "C"
  613. | #endif
  614. | char jbg_enc_init ();
  615. | int
  616. | main ()
  617. | {
  618. | return jbg_enc_init ();
  619. |   ;
  620. |   return 0;
  621. | }
  622. configure:15519: result: no
  623. configure:15526: checking for jbg85_enc_init in -ljbig85
  624. configure:15551: gcc -o conftest -g -O2   conftest.c -ljbig85   -lm -lz -L/usr/lib/x86_64-linux-gnu -lpng12 >&5
  625. /usr/bin/ld: cannot find -ljbig85
  626. collect2: ld returned 1 exit status
  627. configure:15551: $? = 1
  628. configure: failed program was:
  629. | /* confdefs.h */
  630. | #define PACKAGE_NAME "OpenJPEG"
  631. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  632. | #define PACKAGE_VERSION "1.4.0"
  633. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  634. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  635. | #define PACKAGE_URL "http://www.openjpeg.org/"
  636. | #define PACKAGE "openjpeg-1.4.0"
  637. | #define VERSION "1.4.0"
  638. | #define HAVE_FSEEKO 1
  639. | #define STDC_HEADERS 1
  640. | #define HAVE_SYS_TYPES_H 1
  641. | #define HAVE_SYS_STAT_H 1
  642. | #define HAVE_STDLIB_H 1
  643. | #define HAVE_STRING_H 1
  644. | #define HAVE_MEMORY_H 1
  645. | #define HAVE_STRINGS_H 1
  646. | #define HAVE_INTTYPES_H 1
  647. | #define HAVE_STDINT_H 1
  648. | #define HAVE_UNISTD_H 1
  649. | #define HAVE_DLFCN_H 1
  650. | #define LT_OBJDIR ".libs/"
  651. | #define HAVE_LIBPNG 1
  652. | #define HAVE_LIBPNG 1
  653. | /* end confdefs.h.  */
  654. |
  655. | /* Override any GCC internal prototype to avoid an error.
  656. |    Use char because int might match the return type of a GCC
  657. |    builtin and then its argument prototype would still apply.  */
  658. | #ifdef __cplusplus
  659. | extern "C"
  660. | #endif
  661. | char jbg85_enc_init ();
  662. | int
  663. | main ()
  664. | {
  665. | return jbg85_enc_init ();
  666. |   ;
  667. |   return 0;
  668. | }
  669. configure:15560: result: no
  670. configure:15570: checking for TIFFOpen in -ltiff
  671. configure:15595: gcc -o conftest -g -O2   conftest.c -ltiff  -ltiff -ljpeg   -lz -lm >&5
  672. configure:15595: $? = 0
  673. configure:15604: result: yes
  674. configure:15612: checking tiff.h usability
  675. configure:15612: gcc -c -g -O2  conftest.c >&5
  676. configure:15612: $? = 0
  677. configure:15612: result: yes
  678. configure:15612: checking tiff.h presence
  679. configure:15612: gcc -E  conftest.c
  680. configure:15612: $? = 0
  681. configure:15612: result: yes
  682. configure:15612: checking for tiff.h
  683. configure:15612: result: yes
  684. configure:15722: result: tiff is usable:yes
  685. configure:15737: checking whether to build with LCMS support
  686. configure:15783: checking lcms2.h usability
  687. configure:15783: gcc -c -g -O2  conftest.c >&5
  688. conftest.c:60:19: fatal error: lcms2.h: No such file or directory
  689. compilation terminated.
  690. configure:15783: $? = 1
  691. configure: failed program was:
  692. | /* confdefs.h */
  693. | #define PACKAGE_NAME "OpenJPEG"
  694. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  695. | #define PACKAGE_VERSION "1.4.0"
  696. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  697. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  698. | #define PACKAGE_URL "http://www.openjpeg.org/"
  699. | #define PACKAGE "openjpeg-1.4.0"
  700. | #define VERSION "1.4.0"
  701. | #define HAVE_FSEEKO 1
  702. | #define STDC_HEADERS 1
  703. | #define HAVE_SYS_TYPES_H 1
  704. | #define HAVE_SYS_STAT_H 1
  705. | #define HAVE_STDLIB_H 1
  706. | #define HAVE_STRING_H 1
  707. | #define HAVE_MEMORY_H 1
  708. | #define HAVE_STRINGS_H 1
  709. | #define HAVE_INTTYPES_H 1
  710. | #define HAVE_STDINT_H 1
  711. | #define HAVE_UNISTD_H 1
  712. | #define HAVE_DLFCN_H 1
  713. | #define LT_OBJDIR ".libs/"
  714. | #define HAVE_LIBPNG 1
  715. | #define HAVE_LIBPNG 1
  716. | #define HAVE_LIBTIFF 1
  717. | /* end confdefs.h.  */
  718. | #include <stdio.h>
  719. | #ifdef HAVE_SYS_TYPES_H
  720. | # include <sys/types.h>
  721. | #endif
  722. | #ifdef HAVE_SYS_STAT_H
  723. | # include <sys/stat.h>
  724. | #endif
  725. | #ifdef STDC_HEADERS
  726. | # include <stdlib.h>
  727. | # include <stddef.h>
  728. | #else
  729. | # ifdef HAVE_STDLIB_H
  730. | #  include <stdlib.h>
  731. | # endif
  732. | #endif
  733. | #ifdef HAVE_STRING_H
  734. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  735. | #  include <memory.h>
  736. | # endif
  737. | # include <string.h>
  738. | #endif
  739. | #ifdef HAVE_STRINGS_H
  740. | # include <strings.h>
  741. | #endif
  742. | #ifdef HAVE_INTTYPES_H
  743. | # include <inttypes.h>
  744. | #endif
  745. | #ifdef HAVE_STDINT_H
  746. | # include <stdint.h>
  747. | #endif
  748. | #ifdef HAVE_UNISTD_H
  749. | # include <unistd.h>
  750. | #endif
  751. | #include <lcms2.h>
  752. configure:15783: result: no
  753. configure:15783: checking lcms2.h presence
  754. configure:15783: gcc -E  conftest.c
  755. conftest.c:27:19: fatal error: lcms2.h: No such file or directory
  756. compilation terminated.
  757. configure:15783: $? = 1
  758. configure: failed program was:
  759. | /* confdefs.h */
  760. | #define PACKAGE_NAME "OpenJPEG"
  761. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  762. | #define PACKAGE_VERSION "1.4.0"
  763. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  764. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  765. | #define PACKAGE_URL "http://www.openjpeg.org/"
  766. | #define PACKAGE "openjpeg-1.4.0"
  767. | #define VERSION "1.4.0"
  768. | #define HAVE_FSEEKO 1
  769. | #define STDC_HEADERS 1
  770. | #define HAVE_SYS_TYPES_H 1
  771. | #define HAVE_SYS_STAT_H 1
  772. | #define HAVE_STDLIB_H 1
  773. | #define HAVE_STRING_H 1
  774. | #define HAVE_MEMORY_H 1
  775. | #define HAVE_STRINGS_H 1
  776. | #define HAVE_INTTYPES_H 1
  777. | #define HAVE_STDINT_H 1
  778. | #define HAVE_UNISTD_H 1
  779. | #define HAVE_DLFCN_H 1
  780. | #define LT_OBJDIR ".libs/"
  781. | #define HAVE_LIBPNG 1
  782. | #define HAVE_LIBPNG 1
  783. | #define HAVE_LIBTIFF 1
  784. | /* end confdefs.h.  */
  785. | #include <lcms2.h>
  786. configure:15783: result: no
  787. configure:15783: checking for lcms2.h
  788. configure:15783: result: no
  789. configure:15811: checking for cmsOpenProfileFromFile in -llcms2
  790. configure:15836: gcc -o conftest -g -O2   conftest.c -llcms2  -llcms2 -lm >&5
  791. /usr/bin/ld: cannot find -llcms2
  792. /usr/bin/ld: cannot find -llcms2
  793. collect2: ld returned 1 exit status
  794. configure:15836: $? = 1
  795. configure: failed program was:
  796. | /* confdefs.h */
  797. | #define PACKAGE_NAME "OpenJPEG"
  798. | #define PACKAGE_TARNAME "openjpeg-1.4.0"
  799. | #define PACKAGE_VERSION "1.4.0"
  800. | #define PACKAGE_STRING "OpenJPEG 1.4.0"
  801. | #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  802. | #define PACKAGE_URL "http://www.openjpeg.org/"
  803. | #define PACKAGE "openjpeg-1.4.0"
  804. | #define VERSION "1.4.0"
  805. | #define HAVE_FSEEKO 1
  806. | #define STDC_HEADERS 1
  807. | #define HAVE_SYS_TYPES_H 1
  808. | #define HAVE_SYS_STAT_H 1
  809. | #define HAVE_STDLIB_H 1
  810. | #define HAVE_STRING_H 1
  811. | #define HAVE_MEMORY_H 1
  812. | #define HAVE_STRINGS_H 1
  813. | #define HAVE_INTTYPES_H 1
  814. | #define HAVE_STDINT_H 1
  815. | #define HAVE_UNISTD_H 1
  816. | #define HAVE_DLFCN_H 1
  817. | #define LT_OBJDIR ".libs/"
  818. | #define HAVE_LIBPNG 1
  819. | #define HAVE_LIBPNG 1
  820. | #define HAVE_LIBTIFF 1
  821. | /* end confdefs.h.  */
  822. |
  823. | /* Override any GCC internal prototype to avoid an error.
  824. |    Use char because int might match the return type of a GCC
  825. |    builtin and then its argument prototype would still apply.  */
  826. | #ifdef __cplusplus
  827. | extern "C"
  828. | #endif
  829. | char cmsOpenProfileFromFile ();
  830. | int
  831. | main ()
  832. | {
  833. | return cmsOpenProfileFromFile ();
  834. |   ;
  835. |   return 0;
  836. | }
  837. configure:15845: result: no
  838. configure:15878: result: lcms2 is usable:no
  839. configure:15890: result: lcms2libs:
  840. configure:15930: checking /usr/include/lcms.h usability
  841. configure:15930: gcc -c -g -O2  conftest.c >&5
  842. configure:15930: $? = 0
  843. configure:15930: result: yes
  844. configure:15930: checking /usr/include/lcms.h presence
  845. configure:15930: gcc -E  conftest.c
  846. configure:15930: $? = 0
  847. configure:15930: result: yes
  848. configure:15930: checking for /usr/include/lcms.h
  849. configure:15930: result: yes
  850. configure:15958: checking for cmsOpenProfileFromFile in -llcms
  851. configure:15983: gcc -o conftest -g -O2   conftest.c -llcms  -llcms   -lm >&5
  852. configure:15983: $? = 0
  853. configure:15992: result: yes
  854. configure:16024: result: lcms is usable:yes
  855. configure:16042: checking whether to build with JPWL support
  856. configure:16052: result: no
  857. configure:16072: checking whether to build shared libraries
  858. configure:16080: result: yes
  859. configure:16096: checking whether to build the JP3D library
  860. configure:16104: result: no
  861. configure:16113: checking for doxygen
  862. configure:16141: result: no
  863. configure:16341: creating ./config.status
  864.  
  865. ## ---------------- ##
  866. ## Cache variables. ##
  867. ## ---------------- ##
  868.  
  869. ac_cv_build=x86_64-unknown-linux-gnu
  870. ac_cv_c_bigendian=no
  871. ac_cv_c_compiler_gnu=yes
  872. ac_cv_cxx_compiler_gnu=yes
  873. ac_cv_env_CCC_set=
  874. ac_cv_env_CCC_value=
  875. ac_cv_env_CC_set=
  876. ac_cv_env_CC_value=
  877. ac_cv_env_CFLAGS_set=
  878. ac_cv_env_CFLAGS_value=
  879. ac_cv_env_CPPFLAGS_set=
  880. ac_cv_env_CPPFLAGS_value=
  881. ac_cv_env_CPP_set=
  882. ac_cv_env_CPP_value=
  883. ac_cv_env_CXXCPP_set=
  884. ac_cv_env_CXXCPP_value=
  885. ac_cv_env_CXXFLAGS_set=
  886. ac_cv_env_CXXFLAGS_value=
  887. ac_cv_env_CXX_set=
  888. ac_cv_env_CXX_value=
  889. ac_cv_env_LDFLAGS_set=
  890. ac_cv_env_LDFLAGS_value=
  891. ac_cv_env_LIBS_set=
  892. ac_cv_env_LIBS_value=
  893. ac_cv_env_build_alias_set=
  894. ac_cv_env_build_alias_value=
  895. ac_cv_env_host_alias_set=
  896. ac_cv_env_host_alias_value=
  897. ac_cv_env_target_alias_set=
  898. ac_cv_env_target_alias_value=
  899. ac_cv_header__usr_include_lcms_h=yes
  900. ac_cv_header__usr_include_libpng12_png_h=yes
  901. ac_cv_header_dlfcn_h=yes
  902. ac_cv_header_inttypes_h=yes
  903. ac_cv_header_lcms2_h=no
  904. ac_cv_header_memory_h=yes
  905. ac_cv_header_stdc=yes
  906. ac_cv_header_stdint_h=yes
  907. ac_cv_header_stdlib_h=yes
  908. ac_cv_header_string_h=yes
  909. ac_cv_header_strings_h=yes
  910. ac_cv_header_sys_stat_h=yes
  911. ac_cv_header_sys_types_h=yes
  912. ac_cv_header_tiff_h=yes
  913. ac_cv_header_unistd_h=yes
  914. ac_cv_host=x86_64-unknown-linux-gnu
  915. ac_cv_lib_jbig85_jbg85_enc_init=no
  916. ac_cv_lib_jbig_jbg_enc_init=no
  917. ac_cv_lib_jpeg_jpeg_read_header=yes
  918. ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
  919. ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
  920. ac_cv_lib_m_sqrt=yes
  921. ac_cv_lib_png_png_create_read_struct=yes
  922. ac_cv_lib_tiff_TIFFOpen=yes
  923. ac_cv_lib_z_inflate=yes
  924. ac_cv_objext=o
  925. ac_cv_path_EGREP='/bin/grep -E'
  926. ac_cv_path_FGREP='/bin/grep -F'
  927. ac_cv_path_GREP=/bin/grep
  928. ac_cv_path_LIBPNG_CONFIG=/usr/bin/libpng-config
  929. ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
  930. ac_cv_path_SED=/bin/sed
  931. ac_cv_path_install='/usr/bin/install -c'
  932. ac_cv_path_mkdir=/bin/mkdir
  933. ac_cv_prog_AWK=mawk
  934. ac_cv_prog_CPP='gcc -E'
  935. ac_cv_prog_CXXCPP='g++ -E'
  936. ac_cv_prog_ac_ct_AR=ar
  937. ac_cv_prog_ac_ct_CC=gcc
  938. ac_cv_prog_ac_ct_CXX=g++
  939. ac_cv_prog_ac_ct_OBJDUMP=objdump
  940. ac_cv_prog_ac_ct_RANLIB=ranlib
  941. ac_cv_prog_ac_ct_STRIP=strip
  942. ac_cv_prog_cc_c89=
  943. ac_cv_prog_cc_g=yes
  944. ac_cv_prog_cxx_g=yes
  945. ac_cv_prog_make_make_set=yes
  946. ac_cv_prog_with_doxygen=no
  947. ac_cv_sys_file_offset_bits=no
  948. ac_cv_sys_largefile_CC=no
  949. ac_cv_sys_largefile_source=no
  950. ac_cv_target=x86_64-unknown-linux-gnu
  951. am_cv_CC_dependencies_compiler_type=gcc3
  952. am_cv_CXX_dependencies_compiler_type=gcc3
  953. lt_cv_archive_cmds_need_lc=no
  954. lt_cv_deplibs_check_method=pass_all
  955. lt_cv_file_magic_cmd='$MAGIC_CMD'
  956. lt_cv_file_magic_test_file=
  957. lt_cv_ld_reload_flag=-r
  958. lt_cv_nm_interface='BSD nm'
  959. lt_cv_objdir=.libs
  960. lt_cv_path_LD=/usr/bin/ld
  961. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  962. lt_cv_path_NM='/usr/bin/nm -B'
  963. lt_cv_prog_compiler_c_o=yes
  964. lt_cv_prog_compiler_c_o_CXX=yes
  965. lt_cv_prog_compiler_pic_works=yes
  966. lt_cv_prog_compiler_pic_works_CXX=yes
  967. lt_cv_prog_compiler_rtti_exceptions=no
  968. lt_cv_prog_compiler_static_works=yes
  969. lt_cv_prog_compiler_static_works_CXX=yes
  970. lt_cv_prog_gnu_ld=yes
  971. lt_cv_prog_gnu_ldcxx=yes
  972. lt_cv_shlibpath_overrides_runpath=no
  973. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  974. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  975. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  976. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  977. lt_cv_sys_max_cmd_len=3458764513820540925
  978.  
  979. ## ----------------- ##
  980. ## Output variables. ##
  981. ## ----------------- ##
  982.  
  983. ACLOCAL='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/missing --run aclocal-1.11'
  984. AMDEPBACKSLASH='\'
  985. AMDEP_FALSE='#'
  986. AMDEP_TRUE=''
  987. AMTAR='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/missing --run tar'
  988. AR='ar'
  989. AS='as'
  990. AUTOCONF='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/missing --run autoconf'
  991. AUTOHEADER='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/missing --run autoheader'
  992. AUTOMAKE='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/missing --run automake-1.11'
  993. AWK='mawk'
  994. BUILD_NR='0'
  995. CC='gcc'
  996. CCDEPMODE='depmode=gcc3'
  997. CFLAGS='-g -O2'
  998. CPP='gcc -E'
  999. CPPFLAGS=''
  1000. CXX='g++'
  1001. CXXCPP='g++ -E'
  1002. CXXDEPMODE='depmode=gcc3'
  1003. CXXFLAGS='-g -O2'
  1004. CYGPATH_W='echo'
  1005. DEFS='-DHAVE_CONFIG_H'
  1006. DEPDIR='.deps'
  1007. DLLTOOL='dlltool'
  1008. DSYMUTIL=''
  1009. DUMPBIN=''
  1010. ECHO_C=''
  1011. ECHO_N='-n'
  1012. ECHO_T=''
  1013. EGREP='/bin/grep -E'
  1014. EXEEXT=''
  1015. FGREP='/bin/grep -F'
  1016. GREP='/bin/grep'
  1017. INSTALL_DATA='${INSTALL} -m 644'
  1018. INSTALL_PROGRAM='${INSTALL}'
  1019. INSTALL_SCRIPT='${INSTALL}'
  1020. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1021. JP3D_BUILD_NR='0'
  1022. JP3D_MAJOR_NR='1'
  1023. JP3D_MINOR_NR='3'
  1024. LD='/usr/bin/ld -m elf_x86_64'
  1025. LDFLAGS=''
  1026. LIBOBJS=''
  1027. LIBPNG_CONFIG='/usr/bin/libpng-config'
  1028. LIBS=' -lm -lz -L/usr/lib/x86_64-linux-gnu -lpng12 -ltiff -ljpeg    -llcms  '
  1029. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1030. LIPO=''
  1031. LN_S='ln -s'
  1032. LTLIBOBJS=''
  1033. MAJOR_NR='1'
  1034. MAKEINFO='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/missing --run makeinfo'
  1035. MINOR_NR='4'
  1036. MKDIR_P='/bin/mkdir -p'
  1037. NM='/usr/bin/nm -B'
  1038. NMEDIT=''
  1039. OBJDUMP='objdump'
  1040. OBJEXT='o'
  1041. OTOOL64=''
  1042. OTOOL=''
  1043. PACKAGE='openjpeg-1.4.0'
  1044. PACKAGE_BUGREPORT='http://code.google.com/p/openjpeg/'
  1045. PACKAGE_NAME='OpenJPEG'
  1046. PACKAGE_STRING='OpenJPEG 1.4.0'
  1047. PACKAGE_TARNAME='openjpeg-1.4.0'
  1048. PACKAGE_URL='http://www.openjpeg.org/'
  1049. PACKAGE_VERSION='1.4.0'
  1050. PATH_SEPARATOR=':'
  1051. PKGCONFIG='/usr/bin/pkg-config'
  1052. RANLIB='ranlib'
  1053. SED='/bin/sed'
  1054. SET_MAKE=''
  1055. SHELL='/bin/bash'
  1056. STRIP='strip'
  1057. VERSION='1.4.0'
  1058. ac_ct_CC='gcc'
  1059. ac_ct_CXX='g++'
  1060. ac_ct_DUMPBIN=''
  1061. am__EXEEXT_FALSE=''
  1062. am__EXEEXT_TRUE='#'
  1063. am__fastdepCC_FALSE='#'
  1064. am__fastdepCC_TRUE=''
  1065. am__fastdepCXX_FALSE='#'
  1066. am__fastdepCXX_TRUE=''
  1067. am__include='include'
  1068. am__isrc=''
  1069. am__leading_dot='.'
  1070. am__quote=''
  1071. am__tar='${AMTAR} chof - "$$tardir"'
  1072. am__untar='${AMTAR} xf -'
  1073. bindir='${exec_prefix}/bin'
  1074. build='x86_64-unknown-linux-gnu'
  1075. build_alias=''
  1076. build_cpu='x86_64'
  1077. build_os='linux-gnu'
  1078. build_vendor='unknown'
  1079. datadir='${datarootdir}'
  1080. datarootdir='${prefix}/share'
  1081. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1082. dvidir='${docdir}'
  1083. exec_prefix='${prefix}'
  1084. host='x86_64-unknown-linux-gnu'
  1085. host_alias=''
  1086. host_cpu='x86_64'
  1087. host_os='linux-gnu'
  1088. host_vendor='unknown'
  1089. htmldir='${docdir}'
  1090. includedir='${prefix}/include'
  1091. infodir='${datarootdir}/info'
  1092. install_sh='${SHELL} /home/a/svn/kolios/contrib/menuetlibc/openjpeg/install-sh'
  1093. jp3d_dir=''
  1094. jpwl_dir=''
  1095. lcms1includes='-I/usr/include'
  1096. lcms1libs='-llcms  '
  1097. lcms2includes=''
  1098. lcms2libs=''
  1099. libdir='${exec_prefix}/lib'
  1100. libexecdir='${exec_prefix}/libexec'
  1101. localedir='${datarootdir}/locale'
  1102. localstatedir='${prefix}/var'
  1103. mandir='${datarootdir}/man'
  1104. mkdir_p='/bin/mkdir -p'
  1105. oldincludedir='/usr/include'
  1106. pdfdir='${docdir}'
  1107. pngincludes='-I/usr/include/libpng12'
  1108. pnglibs='-L/usr/lib/x86_64-linux-gnu -lpng12'
  1109. prefix='/usr/local'
  1110. program_transform_name='s,x,x,'
  1111. psdir='${docdir}'
  1112. sbindir='${exec_prefix}/sbin'
  1113. sharedstatedir='${prefix}/com'
  1114. sysconfdir='${prefix}/etc'
  1115. target='x86_64-unknown-linux-gnu'
  1116. target_alias=''
  1117. target_cpu='x86_64'
  1118. target_os='linux-gnu'
  1119. target_vendor='unknown'
  1120. tiffincludes=''
  1121. tifflibs='-ltiff'
  1122. with_doxygen='no'
  1123. with_doxygen_FALSE=''
  1124. with_doxygen_TRUE='#'
  1125. with_libjpwl_FALSE=''
  1126. with_libjpwl_TRUE='#'
  1127. with_liblcms1_FALSE='#'
  1128. with_liblcms1_TRUE=''
  1129. with_liblcms2_FALSE=''
  1130. with_liblcms2_TRUE='#'
  1131. with_libpng_FALSE='#'
  1132. with_libpng_TRUE=''
  1133. with_libtiff_FALSE='#'
  1134. with_libtiff_TRUE=''
  1135. with_sharedlibs_FALSE='#'
  1136. with_sharedlibs_TRUE=''
  1137.  
  1138. ## ----------- ##
  1139. ## confdefs.h. ##
  1140. ## ----------- ##
  1141.  
  1142. /* confdefs.h */
  1143. #define PACKAGE_NAME "OpenJPEG"
  1144. #define PACKAGE_TARNAME "openjpeg-1.4.0"
  1145. #define PACKAGE_VERSION "1.4.0"
  1146. #define PACKAGE_STRING "OpenJPEG 1.4.0"
  1147. #define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
  1148. #define PACKAGE_URL "http://www.openjpeg.org/"
  1149. #define PACKAGE "openjpeg-1.4.0"
  1150. #define VERSION "1.4.0"
  1151. #define HAVE_FSEEKO 1
  1152. #define STDC_HEADERS 1
  1153. #define HAVE_SYS_TYPES_H 1
  1154. #define HAVE_SYS_STAT_H 1
  1155. #define HAVE_STDLIB_H 1
  1156. #define HAVE_STRING_H 1
  1157. #define HAVE_MEMORY_H 1
  1158. #define HAVE_STRINGS_H 1
  1159. #define HAVE_INTTYPES_H 1
  1160. #define HAVE_STDINT_H 1
  1161. #define HAVE_UNISTD_H 1
  1162. #define HAVE_DLFCN_H 1
  1163. #define LT_OBJDIR ".libs/"
  1164. #define HAVE_LIBPNG 1
  1165. #define HAVE_LIBPNG 1
  1166. #define HAVE_LIBTIFF 1
  1167. #define HAVE_LIBLCMS 1
  1168. #define HAVE_LIBLCMS1 1
  1169.  
  1170. configure: exit 0
  1171.  
  1172. ## ---------------------- ##
  1173. ## Running config.status. ##
  1174. ## ---------------------- ##
  1175.  
  1176. This file was extended by OpenJPEG config.status 1.4.0, which was
  1177. generated by GNU Autoconf 2.68.  Invocation command line was
  1178.  
  1179.   CONFIG_FILES    =
  1180.   CONFIG_HEADERS  =
  1181.   CONFIG_LINKS    =
  1182.   CONFIG_COMMANDS =
  1183.   $ ./config.status
  1184.  
  1185. on a-HP-Pavilion-g6-Notebook-PC
  1186.  
  1187. config.status:1195: creating Makefile
  1188. config.status:1195: creating libopenjpeg.pc
  1189. config.status:1195: creating libopenjpeg/Makefile
  1190. config.status:1195: creating jpwl/Makefile
  1191. config.status:1195: creating codec/Makefile
  1192. config.status:1195: creating mj2/Makefile
  1193. config.status:1195: creating doc/Makefile
  1194. config.status:1195: creating jp3d/Makefile
  1195. config.status:1195: creating jp3d/libjp3dvm/Makefile
  1196. config.status:1195: creating jp3d/codec/Makefile
  1197. config.status:1195: creating opj_config.h
  1198. config.status:1424: executing depfiles commands
  1199. config.status:1424: executing libtool commands
  1200.