patch-config_log.orig 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143
  1. --- libfm-2.0.orig/config.log 2011-04-14 20:24:25.000000000 +0200
  2. +++ libfm-2.0/config.log 2011-04-16 11:04:59.000000000 +0200
  3. @@ -4,36 +4,51 @@ running configure, to aid debugging if c
  4. It was created by libfm configure 0.1.15, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6. - $ ./configure
  7. + $ /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/configure --build=i686-apple-darwin10 --host=i686-openadk-linux --target=i686-openadk-linux --program-prefix= --program-suffix= --prefix=/usr --bindir=/usr/bin --datadir=/usr/share --mandir=/usr/share/man --libexecdir=/usr/libexec --localstatedir=/var --sysconfdir=/etc --enable-shared --enable-static --disable-dependency-tracking --disable-libtool-lock --enable-nls
  8. ## --------- ##
  9. ## Platform. ##
  10. ## --------- ##
  11. -hostname = chrom
  12. -uname -m = x86_64
  13. -uname -r = 2.6.32-30-server
  14. -uname -s = Linux
  15. -uname -v = #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011
  16. +hostname = neon.foo.bar
  17. +uname -m = i386
  18. +uname -r = 10.6.0
  19. +uname -s = Darwin
  20. +uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
  21. -/usr/bin/uname -p = unknown
  22. +/usr/bin/uname -p = i386
  23. /bin/uname -X = unknown
  24. /bin/arch = unknown
  25. /usr/bin/arch -k = unknown
  26. /usr/convex/getsysinfo = unknown
  27. -/usr/bin/hostinfo = unknown
  28. +/usr/bin/hostinfo = Mach kernel version:
  29. + Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
  30. +Kernel configured for up to 2 processors.
  31. +2 processors are physically available.
  32. +2 processors are logically available.
  33. +Processor type: i486 (Intel 80486)
  34. +Processors active: 0 1
  35. +Primary memory available: 4.00 gigabytes
  36. +Default processor set: 75 tasks, 302 threads, 2 processors
  37. +Load average: 2.84, Mach factor: 0.46
  38. /bin/machine = unknown
  39. /usr/bin/oslevel = unknown
  40. /bin/universe = unknown
  41. -PATH: /usr/local/sbin
  42. -PATH: /usr/local/bin
  43. -PATH: /usr/sbin
  44. +PATH: /Volumes/adk/openadk/scripts
  45. +PATH: /Volumes/adk/openadk/bin/tools
  46. +PATH: /Volumes/adk/openadk/host_i686_eglibc/bin
  47. +PATH: /Volumes/adk/openadk/host_i686_eglibc/usr/bin
  48. +PATH: /Volumes/adk/openadk/target_i686_eglibc/scripts
  49. +PATH: /opt/local/bin
  50. +PATH: /opt/local/sbin
  51. PATH: /usr/bin
  52. -PATH: /sbin
  53. PATH: /bin
  54. -PATH: /usr/games
  55. +PATH: /usr/sbin
  56. +PATH: /sbin
  57. +PATH: /usr/local/bin
  58. +PATH: /usr/X11/bin
  59. ## ----------- ##
  60. @@ -41,140 +56,135 @@ PATH: /usr/games
  61. ## ----------- ##
  62. configure:2478: checking for a BSD-compatible install
  63. -configure:2546: result: /usr/bin/install -c
  64. +configure:2546: result: /Volumes/adk/openadk/scripts/install -c
  65. configure:2557: checking whether build environment is sane
  66. configure:2607: result: yes
  67. +configure:2656: checking for i686-openadk-linux-strip
  68. +configure:2683: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-strip
  69. configure:2748: checking for a thread-safe mkdir -p
  70. -configure:2787: result: /bin/mkdir -p
  71. +configure:2787: result: /opt/local/bin/gmkdir -p
  72. configure:2800: checking for gawk
  73. -configure:2816: found /usr/bin/gawk
  74. +configure:2816: found /opt/local/bin/gawk
  75. configure:2827: result: gawk
  76. configure:2838: checking whether make sets $(MAKE)
  77. configure:2860: result: yes
  78. -configure:2993: checking for gcc
  79. -configure:3009: found /usr/bin/gcc
  80. -configure:3020: result: gcc
  81. +configure:2953: checking for i686-openadk-linux-gcc
  82. +configure:2980: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc
  83. configure:3249: checking for C compiler version
  84. -configure:3258: gcc --version >&5
  85. -gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  86. -Copyright (C) 2009 Free Software Foundation, Inc.
  87. +configure:3258: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc --version >&5
  88. +i686-openadk-linux-gnu-gcc (GCC) 4.5.2
  89. +Copyright (C) 2010 Free Software Foundation, Inc.
  90. This is free software; see the source for copying conditions. There is NO
  91. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  92. configure:3269: $? = 0
  93. -configure:3258: gcc -v >&5
  94. +configure:3258: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -v >&5
  95. Using built-in specs.
  96. -Target: x86_64-linux-gnu
  97. -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  98. +COLLECT_GCC=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc
  99. +COLLECT_LTO_WRAPPER=/Volumes/adk/openadk/host_i686_eglibc/libexec/gcc/i686-openadk-linux-gnu/4.5.2/lto-wrapper
  100. +Target: i686-openadk-linux-gnu
  101. +Configured with: /Volumes/adk/openadk/toolchain_build_i686_eglibc/w-gcc-4.5.2-1/gcc-4.5.2/configure --prefix=/Volumes/adk/openadk/host_i686_eglibc --build=i686-apple-darwin10 --host=i686-apple-darwin10 --target=i686-openadk-linux-gnu --with-gmp=/Volumes/adk/openadk/host_i686_eglibc --with-mpfr=/Volumes/adk/openadk/host_i686_eglibc --with-libelf=/Volumes/adk/openadk/host_i686_eglibc --disable-__cxa_atexit --with-gnu-ld --disable-libmudflap --disable-libgomp --disable-biarch --disable-decimal-float --disable-multilib --disable-sjlj-exceptions --disable-libstdcxx-pch --disable-ppl-version-check --disable-cloog-version-check --without-ppl --without-cloog --disable-nls --disable-libssp --disable-lto --enable-tls --enable-target-optspace --enable-languages=c,c++ --with-sysroot='/Volumes/adk/openadk/host_i686_eglibc/../target_i686_eglibc' --with-slibdir=/Volumes/adk/openadk/target_i686_eglibc/lib --enable-shared
  102. Thread model: posix
  103. -gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  104. +gcc version 4.5.2 (GCC)
  105. configure:3269: $? = 0
  106. -configure:3258: gcc -V >&5
  107. -gcc: '-V' option must have argument
  108. +configure:3258: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -V >&5
  109. +i686-openadk-linux-gnu-gcc: '-V' option must have argument
  110. configure:3269: $? = 1
  111. -configure:3258: gcc -qversion >&5
  112. -gcc: unrecognized option '-qversion'
  113. -gcc: no input files
  114. +configure:3258: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -qversion >&5
  115. +i686-openadk-linux-gnu-gcc: unrecognized option '-qversion'
  116. +i686-openadk-linux-gnu-gcc: no input files
  117. configure:3269: $? = 1
  118. configure:3289: checking whether the C compiler works
  119. -configure:3311: gcc conftest.c >&5
  120. +configure:3311: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c >&5
  121. configure:3315: $? = 0
  122. configure:3364: result: yes
  123. configure:3367: checking for C compiler default output file name
  124. configure:3369: result: a.out
  125. configure:3375: checking for suffix of executables
  126. -configure:3382: gcc -o conftest conftest.c >&5
  127. +configure:3382: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c >&5
  128. configure:3386: $? = 0
  129. configure:3408: result:
  130. configure:3430: checking whether we are cross compiling
  131. -configure:3438: gcc -o conftest conftest.c >&5
  132. -configure:3442: $? = 0
  133. -configure:3449: ./conftest
  134. -configure:3453: $? = 0
  135. -configure:3468: result: no
  136. +configure:3468: result: yes
  137. configure:3473: checking for suffix of object files
  138. -configure:3495: gcc -c conftest.c >&5
  139. +configure:3495: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  140. configure:3499: $? = 0
  141. configure:3520: result: o
  142. configure:3524: checking whether we are using the GNU C compiler
  143. -configure:3543: gcc -c conftest.c >&5
  144. +configure:3543: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  145. configure:3543: $? = 0
  146. configure:3552: result: yes
  147. -configure:3561: checking whether gcc accepts -g
  148. -configure:3581: gcc -c -g conftest.c >&5
  149. +configure:3561: checking whether /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc accepts -g
  150. +configure:3581: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -g -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  151. configure:3581: $? = 0
  152. configure:3622: result: yes
  153. -configure:3639: checking for gcc option to accept ISO C89
  154. -configure:3703: gcc -c -g -O2 conftest.c >&5
  155. +configure:3639: checking for /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc option to accept ISO C89
  156. +configure:3703: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  157. configure:3703: $? = 0
  158. configure:3716: result: none needed
  159. configure:3747: checking for style of include used by make
  160. configure:3775: result: GNU
  161. -configure:3800: checking dependency style of gcc
  162. -configure:3910: result: gcc3
  163. +configure:3800: checking dependency style of /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc
  164. +configure:3910: result: none
  165. configure:3954: checking build system type
  166. -configure:3968: result: x86_64-unknown-linux-gnu
  167. +configure:3968: result: i686-apple-darwin10
  168. configure:3988: checking host system type
  169. -configure:4001: result: x86_64-unknown-linux-gnu
  170. +configure:4001: result: i686-openadk-linux-gnu
  171. configure:4021: checking for a sed that does not truncate output
  172. -configure:4085: result: /bin/sed
  173. +configure:4085: result: /Volumes/adk/openadk/scripts/sed
  174. configure:4103: checking for grep that handles long lines and -e
  175. -configure:4161: result: /bin/grep
  176. +configure:4161: result: /usr/bin/grep
  177. configure:4166: checking for egrep
  178. -configure:4228: result: /bin/grep -E
  179. +configure:4228: result: /usr/bin/grep -E
  180. configure:4233: checking for fgrep
  181. -configure:4295: result: /bin/grep -F
  182. -configure:4330: checking for ld used by gcc
  183. -configure:4397: result: /usr/bin/ld
  184. -configure:4404: checking if the linker (/usr/bin/ld) is GNU ld
  185. +configure:4295: result: /usr/bin/grep -F
  186. +configure:4330: checking for ld used by /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc
  187. +configure:4397: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ld
  188. +configure:4404: checking if the linker (/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ld) is GNU ld
  189. configure:4419: result: yes
  190. configure:4431: checking for BSD- or MS-compatible name lister (nm)
  191. -configure:4480: result: /usr/bin/nm -B
  192. -configure:4598: checking the name lister (/usr/bin/nm -B) interface
  193. -configure:4605: gcc -c -g -O2 conftest.c >&5
  194. -configure:4608: /usr/bin/nm -B "conftest.o"
  195. +configure:4480: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm
  196. +configure:4598: checking the name lister (/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm) interface
  197. +configure:4605: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  198. +configure:4608: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm "conftest.o"
  199. configure:4611: output
  200. -0000000000000000 B some_variable
  201. +00000000 B some_variable
  202. configure:4618: result: BSD nm
  203. configure:4621: checking whether ln -s works
  204. configure:4625: result: yes
  205. configure:4633: checking the maximum length of command line arguments
  206. -configure:4753: result: 1572864
  207. +configure:4753: result: 196608
  208. configure:4770: checking whether the shell understands some XSI constructs
  209. configure:4780: result: yes
  210. configure:4784: checking whether the shell understands "+="
  211. configure:4790: result: yes
  212. -configure:4825: checking for /usr/bin/ld option to reload object files
  213. +configure:4825: checking for /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ld option to reload object files
  214. configure:4832: result: -r
  215. -configure:4901: checking for objdump
  216. -configure:4917: found /usr/bin/objdump
  217. -configure:4928: result: objdump
  218. +configure:4861: checking for i686-openadk-linux-objdump
  219. +configure:4877: found /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-objdump
  220. +configure:4888: result: i686-openadk-linux-objdump
  221. configure:4960: checking how to recognize dependent libraries
  222. configure:5156: result: pass_all
  223. -configure:5216: checking for ar
  224. -configure:5232: found /usr/bin/ar
  225. -configure:5243: result: ar
  226. -configure:5321: checking for strip
  227. -configure:5337: found /usr/bin/strip
  228. -configure:5348: result: strip
  229. -configure:5420: checking for ranlib
  230. -configure:5436: found /usr/bin/ranlib
  231. -configure:5447: result: ranlib
  232. -configure:5537: checking command to parse /usr/bin/nm -B output from gcc object
  233. -configure:5655: gcc -c -g -O2 conftest.c >&5
  234. +configure:5176: checking for i686-openadk-linux-ar
  235. +configure:5203: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ar
  236. +configure:5281: checking for i686-openadk-linux-strip
  237. +configure:5308: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-strip
  238. +configure:5380: checking for i686-openadk-linux-ranlib
  239. +configure:5407: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ranlib
  240. +configure:5537: checking command to parse /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm output from /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc object
  241. +configure:5655: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  242. configure:5658: $? = 0
  243. -configure:5662: /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
  244. +configure:5662: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  245. configure:5665: $? = 0
  246. -configure:5719: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  247. +configure:5719: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c conftstm.o >&5
  248. configure:5722: $? = 0
  249. configure:5760: result: ok
  250. -configure:5856: gcc -c -g -O2 conftest.c >&5
  251. -configure:5859: $? = 0
  252. configure:6569: checking how to run the C preprocessor
  253. -configure:6600: gcc -E conftest.c
  254. +configure:6600: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c
  255. configure:6600: $? = 0
  256. -configure:6614: gcc -E conftest.c
  257. -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  258. +configure:6614: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c
  259. +conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  260. +compilation terminated.
  261. configure:6614: $? = 1
  262. configure: failed program was:
  263. | /* confdefs.h */
  264. @@ -188,11 +198,12 @@ configure: failed program was:
  265. | #define VERSION "0.1.15"
  266. | /* end confdefs.h. */
  267. | #include <ac_nonexistent.h>
  268. -configure:6639: result: gcc -E
  269. -configure:6659: gcc -E conftest.c
  270. +configure:6639: result: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E
  271. +configure:6659: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c
  272. configure:6659: $? = 0
  273. -configure:6673: gcc -E conftest.c
  274. -conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  275. +configure:6673: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c
  276. +conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  277. +compilation terminated.
  278. configure:6673: $? = 1
  279. configure: failed program was:
  280. | /* confdefs.h */
  281. @@ -207,84 +218,80 @@ configure: failed program was:
  282. | /* end confdefs.h. */
  283. | #include <ac_nonexistent.h>
  284. configure:6702: checking for ANSI C header files
  285. -configure:6722: gcc -c -g -O2 conftest.c >&5
  286. +configure:6722: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  287. configure:6722: $? = 0
  288. -configure:6795: gcc -o conftest -g -O2 conftest.c >&5
  289. -configure:6795: $? = 0
  290. -configure:6795: ./conftest
  291. -configure:6795: $? = 0
  292. configure:6806: result: yes
  293. configure:6819: checking for sys/types.h
  294. -configure:6819: gcc -c -g -O2 conftest.c >&5
  295. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  296. configure:6819: $? = 0
  297. configure:6819: result: yes
  298. configure:6819: checking for sys/stat.h
  299. -configure:6819: gcc -c -g -O2 conftest.c >&5
  300. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  301. configure:6819: $? = 0
  302. configure:6819: result: yes
  303. configure:6819: checking for stdlib.h
  304. -configure:6819: gcc -c -g -O2 conftest.c >&5
  305. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  306. configure:6819: $? = 0
  307. configure:6819: result: yes
  308. configure:6819: checking for string.h
  309. -configure:6819: gcc -c -g -O2 conftest.c >&5
  310. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  311. configure:6819: $? = 0
  312. configure:6819: result: yes
  313. configure:6819: checking for memory.h
  314. -configure:6819: gcc -c -g -O2 conftest.c >&5
  315. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  316. configure:6819: $? = 0
  317. configure:6819: result: yes
  318. configure:6819: checking for strings.h
  319. -configure:6819: gcc -c -g -O2 conftest.c >&5
  320. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  321. configure:6819: $? = 0
  322. configure:6819: result: yes
  323. configure:6819: checking for inttypes.h
  324. -configure:6819: gcc -c -g -O2 conftest.c >&5
  325. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  326. configure:6819: $? = 0
  327. configure:6819: result: yes
  328. configure:6819: checking for stdint.h
  329. -configure:6819: gcc -c -g -O2 conftest.c >&5
  330. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  331. configure:6819: $? = 0
  332. configure:6819: result: yes
  333. configure:6819: checking for unistd.h
  334. -configure:6819: gcc -c -g -O2 conftest.c >&5
  335. +configure:6819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  336. configure:6819: $? = 0
  337. configure:6819: result: yes
  338. configure:6834: checking for dlfcn.h
  339. -configure:6834: gcc -c -g -O2 conftest.c >&5
  340. +configure:6834: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  341. configure:6834: $? = 0
  342. configure:6834: result: yes
  343. configure:7018: checking for objdir
  344. configure:7033: result: .libs
  345. -configure:7325: checking if gcc supports -fno-rtti -fno-exceptions
  346. -configure:7343: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  347. +configure:7325: checking if /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc supports -fno-rtti -fno-exceptions
  348. +configure:7343: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -fno-rtti -fno-exceptions conftest.c >&5
  349. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  350. configure:7347: $? = 0
  351. configure:7360: result: no
  352. -configure:7380: checking for gcc option to produce PIC
  353. +configure:7380: checking for /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc option to produce PIC
  354. configure:7652: result: -fPIC -DPIC
  355. -configure:7664: checking if gcc PIC flag -fPIC -DPIC works
  356. -configure:7682: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  357. +configure:7664: checking if /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc PIC flag -fPIC -DPIC works
  358. +configure:7682: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -fPIC -DPIC -DPIC conftest.c >&5
  359. configure:7686: $? = 0
  360. configure:7699: result: yes
  361. -configure:7723: checking if gcc static flag -static works
  362. +configure:7723: checking if /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc static flag -static works
  363. configure:7751: result: yes
  364. -configure:7766: checking if gcc supports -c -o file.o
  365. -configure:7787: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  366. +configure:7766: checking if /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc supports -c -o file.o
  367. +configure:7787: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -o out/conftest2.o conftest.c >&5
  368. configure:7791: $? = 0
  369. configure:7813: result: yes
  370. -configure:7821: checking if gcc supports -c -o file.o
  371. +configure:7821: checking if /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc supports -c -o file.o
  372. configure:7868: result: yes
  373. -configure:7901: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  374. +configure:7901: checking whether the /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc linker (/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ld) supports shared libraries
  375. configure:8892: result: yes
  376. configure:8929: checking whether -lc should be explicitly linked in
  377. -configure:8934: gcc -c -g -O2 conftest.c >&5
  378. +configure:8934: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  379. configure:8937: $? = 0
  380. -configure:8952: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  381. +configure:8952: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  382. configure:8955: $? = 0
  383. configure:8967: result: no
  384. configure:9131: checking dynamic linker characteristics
  385. -configure:9564: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  386. +configure:9564: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -Wl,-rpath -Wl,/foo conftest.c >&5
  387. configure:9564: $? = 0
  388. configure:9794: result: GNU/Linux ld.so
  389. configure:9896: checking how to hardcode library paths into programs
  390. @@ -304,60 +311,59 @@ configure:10675: result: yes
  391. configure:10675: checking for unistd.h
  392. configure:10675: result: yes
  393. configure:10675: checking for sys/param.h
  394. -configure:10675: gcc -c -g -O2 conftest.c >&5
  395. +configure:10675: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG conftest.c >&5
  396. configure:10675: $? = 0
  397. configure:10675: result: yes
  398. configure:10696: checking for getpagesize
  399. -configure:10696: gcc -o conftest -g -O2 conftest.c >&5
  400. +configure:10696: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c >&5
  401. configure:10696: $? = 0
  402. configure:10696: result: yes
  403. configure:10705: checking for working mmap
  404. -configure:10852: gcc -o conftest -g -O2 conftest.c >&5
  405. -configure:10852: $? = 0
  406. -configure:10852: ./conftest
  407. -configure:10852: $? = 0
  408. -configure:10862: result: yes
  409. +configure:10862: result: no
  410. configure:10871: checking for pow in -lm
  411. -configure:10896: gcc -o conftest -g -O2 conftest.c -lm >&5
  412. -conftest.c:36: warning: conflicting types for built-in function 'pow'
  413. +configure:10896: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm >&5
  414. +conftest.c:35:6: warning: conflicting types for built-in function 'pow'
  415. configure:10896: $? = 0
  416. configure:10905: result: yes
  417. configure:10939: checking whether NLS is requested
  418. configure:10948: result: yes
  419. configure:10963: checking for intltool >= 0.40.0
  420. -configure:10970: result: 0.41.0 found
  421. +configure:10970: result: 0.40.6 found
  422. configure:10978: checking for intltool-update
  423. -configure:10996: found /usr/bin/intltool-update
  424. -configure:11008: result: /usr/bin/intltool-update
  425. +configure:10996: found /opt/local/bin/intltool-update
  426. +configure:11008: result: /opt/local/bin/intltool-update
  427. configure:11018: checking for intltool-merge
  428. -configure:11036: found /usr/bin/intltool-merge
  429. -configure:11048: result: /usr/bin/intltool-merge
  430. +configure:11036: found /opt/local/bin/intltool-merge
  431. +configure:11048: result: /opt/local/bin/intltool-merge
  432. configure:11058: checking for intltool-extract
  433. -configure:11076: found /usr/bin/intltool-extract
  434. -configure:11088: result: /usr/bin/intltool-extract
  435. +configure:11076: found /opt/local/bin/intltool-extract
  436. +configure:11088: result: /opt/local/bin/intltool-extract
  437. configure:11219: checking for xgettext
  438. -configure:11237: found /usr/bin/xgettext
  439. -configure:11249: result: /usr/bin/xgettext
  440. +configure:11237: found /opt/local/bin/xgettext
  441. +configure:11249: result: /opt/local/bin/xgettext
  442. configure:11259: checking for msgmerge
  443. -configure:11277: found /usr/bin/msgmerge
  444. -configure:11289: result: /usr/bin/msgmerge
  445. +configure:11277: found /opt/local/bin/msgmerge
  446. +configure:11289: result: /opt/local/bin/msgmerge
  447. configure:11299: checking for msgfmt
  448. -configure:11317: found /usr/bin/msgfmt
  449. -configure:11329: result: /usr/bin/msgfmt
  450. +configure:11317: found /opt/local/bin/msgfmt
  451. +configure:11329: result: /opt/local/bin/msgfmt
  452. configure:11339: checking for gmsgfmt
  453. -configure:11370: result: /usr/bin/msgfmt
  454. +configure:11370: result: /opt/local/bin/msgfmt
  455. configure:11390: checking for perl
  456. -configure:11408: found /usr/bin/perl
  457. -configure:11420: result: /usr/bin/perl
  458. +configure:11408: found /opt/local/bin/perl
  459. +configure:11420: result: /opt/local/bin/perl
  460. configure:11431: checking for perl >= 5.8.1
  461. -configure:11438: result: 5.10.1
  462. +configure:11438: result: 5.12.3
  463. configure:11442: checking for XML::Parser
  464. configure:11445: result: ok
  465. -configure:11470: gcc -o conftest -g -O2 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 conftest.c -lm >&5
  466. +configure:11470: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm >&5
  467. configure:11470: $? = 0
  468. +configure:11504: checking for i686-openadk-linux-pkg-config
  469. +configure:11537: result: no
  470. configure:11547: checking for pkg-config
  471. -configure:11565: found /usr/bin/pkg-config
  472. -configure:11577: result: /usr/bin/pkg-config
  473. +configure:11565: found /opt/local/bin/pkg-config
  474. +configure:11577: result: /opt/local/bin/pkg-config
  475. +configure:11589: WARNING: using cross tools not prefixed with host triplet
  476. configure:11602: checking pkg-config is at least version 0.9.0
  477. configure:11605: result: yes
  478. configure:11616: checking for GTK
  479. @@ -386,42 +392,182 @@ configure:11927: $? = 0
  480. configure:11982: result: yes
  481. configure:11992: checking for MENU_CACHE
  482. configure:12000: $PKG_CONFIG --exists --print-errors "$menu_modules"
  483. -Package libmenu-cache was not found in the pkg-config search path.
  484. -Perhaps you should add the directory containing `libmenu-cache.pc'
  485. -to the PKG_CONFIG_PATH environment variable
  486. -No package 'libmenu-cache' found
  487. -configure:12003: $? = 1
  488. +configure:12003: $? = 0
  489. configure:12018: $PKG_CONFIG --exists --print-errors "$menu_modules"
  490. -Package libmenu-cache was not found in the pkg-config search path.
  491. -Perhaps you should add the directory containing `libmenu-cache.pc'
  492. -to the PKG_CONFIG_PATH environment variable
  493. -No package 'libmenu-cache' found
  494. -configure:12021: $? = 1
  495. -No package 'libmenu-cache' found
  496. -configure:12059: error: Package requirements (libmenu-cache >= 0.3.2) were not met:
  497. +configure:12021: $? = 0
  498. +configure:12076: result: yes
  499. +configure:12088: checking for GLIB2_27
  500. +configure:12096: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.27.0"
  501. +configure:12099: $? = 0
  502. +configure:12114: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.27.0"
  503. +configure:12117: $? = 0
  504. +configure:12153: result: yes
  505. +configure:12299: checking for gtkdoc-check
  506. +configure:12317: found /opt/local/bin/gtkdoc-check
  507. +configure:12329: result: /opt/local/bin/gtkdoc-check
  508. +configure:12341: checking for gtkdoc-rebase
  509. +configure:12359: found /opt/local/bin/gtkdoc-rebase
  510. +configure:12371: result: /opt/local/bin/gtkdoc-rebase
  511. +configure:12385: checking for gtkdoc-mkpdf
  512. +configure:12403: found /opt/local/bin/gtkdoc-mkpdf
  513. +configure:12415: result: /opt/local/bin/gtkdoc-mkpdf
  514. +configure:12456: checking whether to build gtk-doc documentation
  515. +configure:12458: result: no
  516. +configure:12577: checking locale.h usability
  517. +configure:12577: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS conftest.c >&5
  518. +configure:12577: $? = 0
  519. +configure:12577: result: yes
  520. +configure:12577: checking locale.h presence
  521. +configure:12577: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS conftest.c
  522. +configure:12577: $? = 0
  523. +configure:12577: result: yes
  524. +configure:12577: checking for locale.h
  525. +configure:12577: result: yes
  526. +configure:12588: checking for LC_MESSAGES
  527. +configure:12604: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm >&5
  528. +configure:12604: $? = 0
  529. +configure:12612: result: yes
  530. +configure:12629: checking libintl.h usability
  531. +configure:12629: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS conftest.c >&5
  532. +configure:12629: $? = 0
  533. +configure:12629: result: yes
  534. +configure:12629: checking libintl.h presence
  535. +configure:12629: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS conftest.c
  536. +configure:12629: $? = 0
  537. +configure:12629: result: yes
  538. +configure:12629: checking for libintl.h
  539. +configure:12629: result: yes
  540. +configure:12637: checking for ngettext in libc
  541. +configure:12655: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm >&5
  542. +/var/folders/v7/v7rUSnywE5SYxctWLsie4++++TI/-Tmp-//cc7EaZlb.o: In function `main':
  543. +conftest.c:(.text+0x1e): undefined reference to `libintl_ngettext'
  544. +collect2: ld returned 1 exit status
  545. +configure:12655: $? = 1
  546. +configure: failed program was:
  547. +| /* confdefs.h */
  548. +| #define PACKAGE_NAME "libfm"
  549. +| #define PACKAGE_TARNAME "libfm"
  550. +| #define PACKAGE_VERSION "0.1.15"
  551. +| #define PACKAGE_STRING "libfm 0.1.15"
  552. +| #define PACKAGE_BUGREPORT "http://libfm.sf.net/"
  553. +| #define PACKAGE_URL ""
  554. +| #define PACKAGE "libfm"
  555. +| #define VERSION "0.1.15"
  556. +| #define STDC_HEADERS 1
  557. +| #define HAVE_SYS_TYPES_H 1
  558. +| #define HAVE_SYS_STAT_H 1
  559. +| #define HAVE_STDLIB_H 1
  560. +| #define HAVE_STRING_H 1
  561. +| #define HAVE_MEMORY_H 1
  562. +| #define HAVE_STRINGS_H 1
  563. +| #define HAVE_INTTYPES_H 1
  564. +| #define HAVE_STDINT_H 1
  565. +| #define HAVE_UNISTD_H 1
  566. +| #define HAVE_DLFCN_H 1
  567. +| #define LT_OBJDIR ".libs/"
  568. +| #define STDC_HEADERS 1
  569. +| #define HAVE_STDLIB_H 1
  570. +| #define HAVE_UNISTD_H 1
  571. +| #define HAVE_SYS_PARAM_H 1
  572. +| #define HAVE_GETPAGESIZE 1
  573. +| #define HAVE_LIBM 1
  574. +| #define _LARGEFILE64_SOURCE 1
  575. +| #define _FILE_OFFSET_BITS 64
  576. +| #define HAVE_SCHEME_HANDLER 1
  577. +| #define HAVE_LOCALE_H 1
  578. +| #define HAVE_LC_MESSAGES 1
  579. +| /* end confdefs.h. */
  580. +|
  581. +| #include <libintl.h>
  582. +|
  583. +| int
  584. +| main ()
  585. +| {
  586. +| return !ngettext ("","", 1)
  587. +| ;
  588. +| return 0;
  589. +| }
  590. +configure:12664: result: no
  591. +configure:12720: checking for bindtextdomain in -lintl
  592. +configure:12745: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lintl -lm >&5
  593. +configure:12745: $? = 0
  594. +configure:12754: result: yes
  595. +configure:12757: checking for ngettext in -lintl
  596. +configure:12782: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lintl -lm >&5
  597. +configure:12782: $? = 0
  598. +configure:12791: result: yes
  599. +configure:12794: checking for dgettext in -lintl
  600. +configure:12819: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lintl -lm >&5
  601. +conftest.c:41:6: warning: conflicting types for built-in function 'dgettext'
  602. +configure:12819: $? = 0
  603. +configure:12828: result: yes
  604. +configure:12941: checking for bind_textdomain_codeset
  605. +configure:12941: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm -lintl >&5
  606. +configure:12941: $? = 0
  607. +configure:12941: result: yes
  608. +configure:12978: checking for msgfmt
  609. +configure:13005: result: /opt/local/bin/msgfmt
  610. +configure:13016: checking for dcgettext
  611. +configure:13016: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm -lintl >&5
  612. +conftest.c:59:6: warning: conflicting types for built-in function 'dcgettext'
  613. +configure:13016: $? = 0
  614. +configure:13016: result: yes
  615. +configure:13026: checking if msgfmt accepts -c
  616. +configure:13041: $MSGFMT -c -o /dev/null conftest.foo
  617. +configure:13044: $? = 0
  618. +configure:13046: result: yes
  619. +configure:13056: checking for gmsgfmt
  620. +configure:13087: result: /opt/local/bin/msgfmt
  621. +configure:13097: checking for xgettext
  622. +configure:13124: result: /opt/local/bin/xgettext
  623. +configure:13143: /Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib conftest.c -lm -lintl >&5
  624. +configure:13143: $? = 0
  625. +configure:13441: creating ./config.status
  626. -No package 'libmenu-cache' found
  627. +## ---------------------- ##
  628. +## Running config.status. ##
  629. +## ---------------------- ##
  630. -Consider adjusting the PKG_CONFIG_PATH environment variable if you
  631. -installed software in a non-standard prefix.
  632. +This file was extended by libfm config.status 0.1.15, which was
  633. +generated by GNU Autoconf 2.65. Invocation command line was
  634. -Alternatively, you may set the environment variables MENU_CACHE_CFLAGS
  635. -and MENU_CACHE_LIBS to avoid the need to call pkg-config.
  636. -See the pkg-config man page for more details.
  637. + CONFIG_FILES =
  638. + CONFIG_HEADERS =
  639. + CONFIG_LINKS =
  640. + CONFIG_COMMANDS =
  641. + $ ./config.status
  642. +on neon.foo.bar
  643. +
  644. +config.status:1197: creating Makefile
  645. +config.status:1197: creating src/Makefile
  646. +config.status:1197: creating src/tests/Makefile
  647. +config.status:1197: creating data/Makefile
  648. +config.status:1197: creating data/ui/Makefile
  649. +config.status:1197: creating po/Makefile.in
  650. +config.status:1197: creating docs/Makefile
  651. +config.status:1197: creating docs/reference/Makefile
  652. +config.status:1197: creating docs/reference/libfm/Makefile
  653. +config.status:1197: creating libfm.pc
  654. +config.status:1197: creating libfm-gtk.pc
  655. +config.status:1197: creating config.h
  656. +config.status:1417: executing depfiles commands
  657. +config.status:1417: executing libtool commands
  658. +config.status:1417: executing default-1 commands
  659. +config.status:1417: executing po/stamp-it commands
  660. ## ---------------- ##
  661. ## Cache variables. ##
  662. ## ---------------- ##
  663. -ac_cv_build=x86_64-unknown-linux-gnu
  664. +ac_cv_build=i686-apple-darwin10
  665. ac_cv_c_compiler_gnu=yes
  666. -ac_cv_env_CC_set=
  667. -ac_cv_env_CC_value=
  668. -ac_cv_env_CFLAGS_set=
  669. -ac_cv_env_CFLAGS_value=
  670. -ac_cv_env_CPPFLAGS_set=
  671. -ac_cv_env_CPPFLAGS_value=
  672. +ac_cv_env_CC_set=set
  673. +ac_cv_env_CC_value=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc
  674. +ac_cv_env_CFLAGS_set=set
  675. +ac_cv_env_CFLAGS_value='-march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe'
  676. +ac_cv_env_CPPFLAGS_set=set
  677. +ac_cv_env_CPPFLAGS_value='-I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG'
  678. ac_cv_env_CPP_set=
  679. ac_cv_env_CPP_value=
  680. ac_cv_env_DBUS_CFLAGS_set=
  681. @@ -448,8 +594,8 @@ ac_cv_env_GTK_CFLAGS_set=
  682. ac_cv_env_GTK_CFLAGS_value=
  683. ac_cv_env_GTK_LIBS_set=
  684. ac_cv_env_GTK_LIBS_value=
  685. -ac_cv_env_LDFLAGS_set=
  686. -ac_cv_env_LDFLAGS_value=
  687. +ac_cv_env_LDFLAGS_set=set
  688. +ac_cv_env_LDFLAGS_value='-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib'
  689. ac_cv_env_LIBS_set=
  690. ac_cv_env_LIBS_value=
  691. ac_cv_env_MENU_CACHE_CFLAGS_set=
  692. @@ -458,16 +604,22 @@ ac_cv_env_MENU_CACHE_LIBS_set=
  693. ac_cv_env_MENU_CACHE_LIBS_value=
  694. ac_cv_env_PKG_CONFIG_set=
  695. ac_cv_env_PKG_CONFIG_value=
  696. -ac_cv_env_build_alias_set=
  697. -ac_cv_env_build_alias_value=
  698. -ac_cv_env_host_alias_set=
  699. -ac_cv_env_host_alias_value=
  700. -ac_cv_env_target_alias_set=
  701. -ac_cv_env_target_alias_value=
  702. +ac_cv_env_build_alias_set=set
  703. +ac_cv_env_build_alias_value=i686-apple-darwin10
  704. +ac_cv_env_host_alias_set=set
  705. +ac_cv_env_host_alias_value=i686-openadk-linux
  706. +ac_cv_env_target_alias_set=set
  707. +ac_cv_env_target_alias_value=i686-openadk-linux
  708. +ac_cv_func_bind_textdomain_codeset=yes
  709. +ac_cv_func_dcgettext=yes
  710. ac_cv_func_getpagesize=yes
  711. -ac_cv_func_mmap_fixed_mapped=yes
  712. +ac_cv_func_malloc_0_nonnull=yes
  713. +ac_cv_func_mmap_fixed_mapped=no
  714. +ac_cv_func_realloc_0_nonnull=yes
  715. ac_cv_header_dlfcn_h=yes
  716. ac_cv_header_inttypes_h=yes
  717. +ac_cv_header_libintl_h=yes
  718. +ac_cv_header_locale_h=yes
  719. ac_cv_header_memory_h=yes
  720. ac_cv_header_stdc=yes
  721. ac_cv_header_stdint_h=yes
  722. @@ -478,43 +630,54 @@ ac_cv_header_sys_param_h=yes
  723. ac_cv_header_sys_stat_h=yes
  724. ac_cv_header_sys_types_h=yes
  725. ac_cv_header_unistd_h=yes
  726. -ac_cv_host=x86_64-unknown-linux-gnu
  727. +ac_cv_host=i686-openadk-linux-gnu
  728. +ac_cv_lib_intl_bindtextdomain=yes
  729. +ac_cv_lib_intl_dgettext=yes
  730. +ac_cv_lib_intl_ngettext=yes
  731. ac_cv_lib_m_pow=yes
  732. ac_cv_objext=o
  733. -ac_cv_path_EGREP='/bin/grep -E'
  734. -ac_cv_path_FGREP='/bin/grep -F'
  735. -ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  736. -ac_cv_path_GREP=/bin/grep
  737. -ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
  738. -ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
  739. -ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  740. -ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
  741. -ac_cv_path_MSGFMT=/usr/bin/msgfmt
  742. -ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  743. -ac_cv_path_SED=/bin/sed
  744. -ac_cv_path_XGETTEXT=/usr/bin/xgettext
  745. -ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  746. -ac_cv_path_install='/usr/bin/install -c'
  747. -ac_cv_path_mkdir=/bin/mkdir
  748. +ac_cv_path_EGREP='/usr/bin/grep -E'
  749. +ac_cv_path_FGREP='/usr/bin/grep -F'
  750. +ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
  751. +ac_cv_path_GREP=/usr/bin/grep
  752. +ac_cv_path_GTKDOC_CHECK=/opt/local/bin/gtkdoc-check
  753. +ac_cv_path_GTKDOC_MKPDF=/opt/local/bin/gtkdoc-mkpdf
  754. +ac_cv_path_GTKDOC_REBASE=/opt/local/bin/gtkdoc-rebase
  755. +ac_cv_path_INTLTOOL_EXTRACT=/opt/local/bin/intltool-extract
  756. +ac_cv_path_INTLTOOL_MERGE=/opt/local/bin/intltool-merge
  757. +ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl
  758. +ac_cv_path_INTLTOOL_UPDATE=/opt/local/bin/intltool-update
  759. +ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
  760. +ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
  761. +ac_cv_path_SED=/Volumes/adk/openadk/scripts/sed
  762. +ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
  763. +ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
  764. +ac_cv_path_install='/Volumes/adk/openadk/scripts/install -c'
  765. +ac_cv_path_mkdir=/opt/local/bin/gmkdir
  766. +ac_cv_prog_AR=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ar
  767. ac_cv_prog_AWK=gawk
  768. -ac_cv_prog_CPP='gcc -E'
  769. -ac_cv_prog_ac_ct_AR=ar
  770. -ac_cv_prog_ac_ct_CC=gcc
  771. -ac_cv_prog_ac_ct_OBJDUMP=objdump
  772. -ac_cv_prog_ac_ct_RANLIB=ranlib
  773. -ac_cv_prog_ac_ct_STRIP=strip
  774. +ac_cv_prog_CC=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc
  775. +ac_cv_prog_CPP='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E'
  776. +ac_cv_prog_OBJDUMP=i686-openadk-linux-objdump
  777. +ac_cv_prog_RANLIB=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ranlib
  778. +ac_cv_prog_STRIP=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-strip
  779. ac_cv_prog_cc_c89=
  780. ac_cv_prog_cc_g=yes
  781. ac_cv_prog_make_make_set=yes
  782. -am_cv_CC_dependencies_compiler_type=gcc3
  783. +am_cv_CC_dependencies_compiler_type=none
  784. +am_cv_val_LC_MESSAGES=yes
  785. +gt_cv_func_dgettext_libc=no
  786. +gt_cv_func_dgettext_libintl=yes
  787. +gt_cv_func_ngettext_libc=no
  788. +gt_cv_have_gettext=yes
  789. lt_cv_deplibs_check_method=pass_all
  790. lt_cv_file_magic_cmd='$MAGIC_CMD'
  791. lt_cv_file_magic_test_file=
  792. lt_cv_ld_reload_flag=-r
  793. lt_cv_nm_interface='BSD nm'
  794. lt_cv_objdir=.libs
  795. -lt_cv_path_LD=/usr/bin/ld
  796. -lt_cv_path_NM='/usr/bin/nm -B'
  797. +lt_cv_path_LD=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ld
  798. +lt_cv_path_NM=/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm
  799. lt_cv_prog_compiler_c_o=yes
  800. lt_cv_prog_compiler_pic_works=yes
  801. lt_cv_prog_compiler_rtti_exceptions=no
  802. @@ -524,101 +687,105 @@ lt_cv_sys_global_symbol_pipe='sed -n -e
  803. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  804. 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'\'''
  805. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  806. -lt_cv_sys_max_cmd_len=1572864
  807. -pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gio-unix-2.0/ '
  808. -pkg_cv_GIO_LIBS='-pthread -lgio-2.0 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  809. -pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  810. -pkg_cv_GLIB_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  811. -pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  812. -pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0 '
  813. -pkg_cv_GTK_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 '
  814. -pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  815. +lt_cv_sys_max_cmd_len=196608
  816. +pkg_cv_GIO_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gio-unix-2.0/ '
  817. +pkg_cv_GIO_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgio-2.0 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lintl '
  818. +pkg_cv_GLIB2_27_CFLAGS='-I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  819. +pkg_cv_GLIB2_27_LIBS='-L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lglib-2.0 -lintl '
  820. +pkg_cv_GLIB_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  821. +pkg_cv_GLIB_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lintl '
  822. +pkg_cv_GMODULE_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  823. +pkg_cv_GMODULE_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgmodule-2.0 -lrt -lglib-2.0 -lintl '
  824. +pkg_cv_GTK_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gtk-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/gtk-2.0/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/atk-1.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/cairo -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gdk-pixbuf-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/pango-1.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gio-unix-2.0/ -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/pixman-1 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/freetype2 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/libpng12 '
  825. +pkg_cv_GTK_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lintl '
  826. +pkg_cv_MENU_CACHE_CFLAGS='-I/Volumes/adk/openadk/target_i686_eglibc/usr/include/menu-cache -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  827. +pkg_cv_MENU_CACHE_LIBS='-L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lmenu-cache -lglib-2.0 -lintl '
  828. ## ----------------- ##
  829. ## Output variables. ##
  830. ## ----------------- ##
  831. -ACLOCAL='${SHELL} /home/wbx/adk/openadk/libfm-2.0/missing --run aclocal-1.11'
  832. +ACLOCAL='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/missing --run aclocal-1.11'
  833. ALL_LINGUAS=''
  834. -AMDEPBACKSLASH='\'
  835. -AMDEP_FALSE='#'
  836. -AMDEP_TRUE=''
  837. -AMTAR='${SHELL} /home/wbx/adk/openadk/libfm-2.0/missing --run tar'
  838. -AR='ar'
  839. -AUTOCONF='${SHELL} /home/wbx/adk/openadk/libfm-2.0/missing --run autoconf'
  840. -AUTOHEADER='${SHELL} /home/wbx/adk/openadk/libfm-2.0/missing --run autoheader'
  841. -AUTOMAKE='${SHELL} /home/wbx/adk/openadk/libfm-2.0/missing --run automake-1.11'
  842. +AMDEPBACKSLASH=''
  843. +AMDEP_FALSE=''
  844. +AMDEP_TRUE='#'
  845. +AMTAR='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/missing --run tar'
  846. +AR='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ar'
  847. +AUTOCONF='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/missing --run autoconf'
  848. +AUTOHEADER='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/missing --run autoheader'
  849. +AUTOMAKE='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/missing --run automake-1.11'
  850. AWK='gawk'
  851. CATALOGS=''
  852. -CATOBJEXT=''
  853. -CC='gcc'
  854. -CCDEPMODE='depmode=gcc3'
  855. -CFLAGS='-g -O2'
  856. -CPP='gcc -E'
  857. -CPPFLAGS=' -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64'
  858. +CATOBJEXT='.gmo'
  859. +CC='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc'
  860. +CCDEPMODE='depmode=none'
  861. +CFLAGS='-march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe'
  862. +CPP='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-gcc -E'
  863. +CPPFLAGS='-I/Volumes/adk/openadk/target_i686_eglibc/usr/include -DNDEBUG -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS'
  864. CYGPATH_W='echo'
  865. DATADIRNAME='share'
  866. DBUS_CFLAGS=''
  867. DBUS_LIBS=''
  868. -DEFS=''
  869. +DEFS='-DHAVE_CONFIG_H'
  870. DEPDIR='.deps'
  871. DSYMUTIL=''
  872. DUMPBIN=''
  873. ECHO_C=''
  874. ECHO_N='-n'
  875. ECHO_T=''
  876. -EGREP='/bin/grep -E'
  877. +EGREP='/usr/bin/grep -E'
  878. ENABLE_DEMO_FALSE=''
  879. -ENABLE_DEMO_TRUE=''
  880. +ENABLE_DEMO_TRUE='#'
  881. ENABLE_GTK_DOC_FALSE=''
  882. -ENABLE_GTK_DOC_TRUE=''
  883. +ENABLE_GTK_DOC_TRUE='#'
  884. ENABLE_UDISKS_FALSE=''
  885. -ENABLE_UDISKS_TRUE=''
  886. +ENABLE_UDISKS_TRUE='#'
  887. EXEEXT=''
  888. -FGREP='/bin/grep -F'
  889. -GETTEXT_PACKAGE=''
  890. -GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gio-unix-2.0/ '
  891. -GIO_LIBS='-pthread -lgio-2.0 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  892. -GLIB2_27_CFLAGS=''
  893. -GLIB2_27_LIBS=''
  894. -GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  895. -GLIB_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  896. -GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  897. -GMODULE_LIBS='-Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0 '
  898. +FGREP='/usr/bin/grep -F'
  899. +GETTEXT_PACKAGE='libfm'
  900. +GIO_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gio-unix-2.0/ '
  901. +GIO_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgio-2.0 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lintl '
  902. +GLIB2_27_CFLAGS='-I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  903. +GLIB2_27_LIBS='-L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lglib-2.0 -lintl '
  904. +GLIB_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  905. +GLIB_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lintl '
  906. +GMODULE_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  907. +GMODULE_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgmodule-2.0 -lrt -lglib-2.0 -lintl '
  908. GMOFILES=''
  909. -GMSGFMT='/usr/bin/msgfmt'
  910. -GREP='/bin/grep'
  911. -GTKDOC_CHECK=''
  912. -GTKDOC_MKPDF=''
  913. -GTKDOC_REBASE=''
  914. -GTK_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 '
  915. -GTK_DOC_BUILD_HTML_FALSE=''
  916. +GMSGFMT='/opt/local/bin/msgfmt'
  917. +GREP='/usr/bin/grep'
  918. +GTKDOC_CHECK='/opt/local/bin/gtkdoc-check'
  919. +GTKDOC_MKPDF='/opt/local/bin/gtkdoc-mkpdf'
  920. +GTKDOC_REBASE='/opt/local/bin/gtkdoc-rebase'
  921. +GTK_CFLAGS='-pthread -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gtk-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/gtk-2.0/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/atk-1.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/cairo -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gdk-pixbuf-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/pango-1.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/gio-unix-2.0/ -I/Volumes/adk/openadk/target_i686_eglibc/usr/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/pixman-1 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/freetype2 -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/libpng12 '
  922. +GTK_DOC_BUILD_HTML_FALSE='#'
  923. GTK_DOC_BUILD_HTML_TRUE=''
  924. GTK_DOC_BUILD_PDF_FALSE=''
  925. -GTK_DOC_BUILD_PDF_TRUE=''
  926. -GTK_DOC_USE_LIBTOOL_FALSE=''
  927. +GTK_DOC_BUILD_PDF_TRUE='#'
  928. +GTK_DOC_USE_LIBTOOL_FALSE='#'
  929. GTK_DOC_USE_LIBTOOL_TRUE=''
  930. -GTK_DOC_USE_REBASE_FALSE=''
  931. +GTK_DOC_USE_REBASE_FALSE='#'
  932. GTK_DOC_USE_REBASE_TRUE=''
  933. -GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  934. -HAVE_SCHEME_HANDLER_FALSE=''
  935. +GTK_LIBS='-pthread -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lintl '
  936. +HAVE_SCHEME_HANDLER_FALSE='#'
  937. HAVE_SCHEME_HANDLER_TRUE=''
  938. -HTML_DIR=''
  939. +HTML_DIR='${datadir}/gtk-doc/html'
  940. INSTALL_DATA='${INSTALL} -m 644'
  941. INSTALL_PROGRAM='${INSTALL}'
  942. INSTALL_SCRIPT='${INSTALL}'
  943. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  944. -INSTOBJEXT=''
  945. -INTLLIBS=''
  946. +INSTOBJEXT='.mo'
  947. +INTLLIBS='-lintl '
  948. INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  949. INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  950. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  951. -INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
  952. +INTLTOOL_EXTRACT='/opt/local/bin/intltool-extract'
  953. INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  954. INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  955. -INTLTOOL_MERGE='/usr/bin/intltool-merge'
  956. +INTLTOOL_MERGE='/opt/local/bin/intltool-merge'
  957. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  958. -INTLTOOL_PERL='/usr/bin/perl'
  959. +INTLTOOL_PERL='/opt/local/bin/perl'
  960. INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  961. INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  962. INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  963. @@ -629,29 +796,29 @@ INTLTOOL_SHEET_RULE='%.sheet: %.shee
  964. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  965. INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  966. INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  967. -INTLTOOL_UPDATE='/usr/bin/intltool-update'
  968. +INTLTOOL_UPDATE='/opt/local/bin/intltool-update'
  969. INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  970. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  971. INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  972. -LD='/usr/bin/ld -m elf_x86_64'
  973. -LDFLAGS=''
  974. +LD='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ld'
  975. +LDFLAGS='-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/Volumes/adk/openadk/target_i686_eglibc/usr/lib -L/Volumes/adk/openadk/target_i686_eglibc/lib -L/Volumes/adk/openadk/target_i686_eglibc/usr/lib'
  976. LIBOBJS=''
  977. LIBS='-lm '
  978. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  979. LIPO=''
  980. LN_S='ln -s'
  981. LTLIBOBJS=''
  982. -MAKEINFO='${SHELL} /home/wbx/adk/openadk/libfm-2.0/missing --run makeinfo'
  983. -MENU_CACHE_CFLAGS=''
  984. -MENU_CACHE_LIBS=''
  985. -MKDIR_P='/bin/mkdir -p'
  986. -MKINSTALLDIRS=''
  987. -MSGFMT='/usr/bin/msgfmt'
  988. -MSGFMT_OPTS=''
  989. -MSGMERGE='/usr/bin/msgmerge'
  990. -NM='/usr/bin/nm -B'
  991. +MAKEINFO='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/missing --run makeinfo'
  992. +MENU_CACHE_CFLAGS='-I/Volumes/adk/openadk/target_i686_eglibc/usr/include/menu-cache -I/Volumes/adk/openadk/target_i686_eglibc/usr/include/glib-2.0 -I/Volumes/adk/openadk/target_i686_eglibc/usr/lib/glib-2.0/include '
  993. +MENU_CACHE_LIBS='-L/Volumes/adk/openadk/target_i686_eglibc/usr/lib -lmenu-cache -lglib-2.0 -lintl '
  994. +MKDIR_P='/opt/local/bin/gmkdir -p'
  995. +MKINSTALLDIRS='./mkinstalldirs'
  996. +MSGFMT='/opt/local/bin/msgfmt'
  997. +MSGFMT_OPTS='-c'
  998. +MSGMERGE='/opt/local/bin/msgmerge'
  999. +NM='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-nm'
  1000. NMEDIT=''
  1001. -OBJDUMP='objdump'
  1002. +OBJDUMP='i686-openadk-linux-objdump'
  1003. OBJEXT='o'
  1004. OTOOL64=''
  1005. OTOOL=''
  1006. @@ -663,68 +830,68 @@ PACKAGE_TARNAME='libfm'
  1007. PACKAGE_URL=''
  1008. PACKAGE_VERSION='0.1.15'
  1009. PATH_SEPARATOR=':'
  1010. -PKG_CONFIG='/usr/bin/pkg-config'
  1011. +PKG_CONFIG='/opt/local/bin/pkg-config'
  1012. POFILES=''
  1013. -POSUB=''
  1014. +POSUB='po'
  1015. PO_IN_DATADIR_FALSE=''
  1016. PO_IN_DATADIR_TRUE=''
  1017. -RANLIB='ranlib'
  1018. -SED='/bin/sed'
  1019. +RANLIB='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-ranlib'
  1020. +SED='/Volumes/adk/openadk/scripts/sed'
  1021. SET_MAKE=''
  1022. SHELL='/bin/bash'
  1023. -STRIP='strip'
  1024. +STRIP='/Volumes/adk/openadk/host_i686_eglibc/bin/i686-openadk-linux-gnu-strip'
  1025. USE_NLS='yes'
  1026. VERSION='0.1.15'
  1027. -XGETTEXT='/usr/bin/xgettext'
  1028. -ac_ct_CC='gcc'
  1029. +XGETTEXT='/opt/local/bin/xgettext'
  1030. +ac_ct_CC=''
  1031. ac_ct_DUMPBIN=''
  1032. am__EXEEXT_FALSE=''
  1033. -am__EXEEXT_TRUE=''
  1034. -am__fastdepCC_FALSE='#'
  1035. -am__fastdepCC_TRUE=''
  1036. +am__EXEEXT_TRUE='#'
  1037. +am__fastdepCC_FALSE=''
  1038. +am__fastdepCC_TRUE='#'
  1039. am__include='include'
  1040. am__isrc=''
  1041. am__leading_dot='.'
  1042. am__quote=''
  1043. am__tar='${AMTAR} chof - "$$tardir"'
  1044. am__untar='${AMTAR} xf -'
  1045. -bindir='${exec_prefix}/bin'
  1046. -build='x86_64-unknown-linux-gnu'
  1047. -build_alias=''
  1048. -build_cpu='x86_64'
  1049. -build_os='linux-gnu'
  1050. -build_vendor='unknown'
  1051. -datadir='${datarootdir}'
  1052. +bindir='/usr/bin'
  1053. +build='i686-apple-darwin10'
  1054. +build_alias='i686-apple-darwin10'
  1055. +build_cpu='i686'
  1056. +build_os='darwin10'
  1057. +build_vendor='apple'
  1058. +datadir='/usr/share'
  1059. datarootdir='${prefix}/share'
  1060. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1061. dvidir='${docdir}'
  1062. -exec_prefix='NONE'
  1063. -giomodulesdir=''
  1064. -host='x86_64-unknown-linux-gnu'
  1065. -host_alias=''
  1066. -host_cpu='x86_64'
  1067. +exec_prefix='${prefix}'
  1068. +giomodulesdir='${exec_prefix}/lib/gio/modules'
  1069. +host='i686-openadk-linux-gnu'
  1070. +host_alias='i686-openadk-linux'
  1071. +host_cpu='i686'
  1072. host_os='linux-gnu'
  1073. -host_vendor='unknown'
  1074. +host_vendor='openadk'
  1075. htmldir='${docdir}'
  1076. includedir='${prefix}/include'
  1077. infodir='${datarootdir}/info'
  1078. -install_sh='${SHELL} /home/wbx/adk/openadk/libfm-2.0/install-sh'
  1079. +install_sh='${SHELL} /Volumes/adk/openadk/build_ibm-x40_i686_eglibc/w-libfm-2.0-1/libfm-2.0/install-sh'
  1080. libdir='${exec_prefix}/lib'
  1081. -libexecdir='${exec_prefix}/libexec'
  1082. +libexecdir='/usr/libexec'
  1083. localedir='${datarootdir}/locale'
  1084. -localstatedir='${prefix}/var'
  1085. +localstatedir='/var'
  1086. lt_ECHO='echo'
  1087. -mandir='${datarootdir}/man'
  1088. -mkdir_p='/bin/mkdir -p'
  1089. +mandir='/usr/share/man'
  1090. +mkdir_p='/opt/local/bin/gmkdir -p'
  1091. oldincludedir='/usr/include'
  1092. pdfdir='${docdir}'
  1093. -prefix='NONE'
  1094. -program_transform_name='s,x,x,'
  1095. +prefix='/usr'
  1096. +program_transform_name='s&$$&&;s&^&&'
  1097. psdir='${docdir}'
  1098. sbindir='${exec_prefix}/sbin'
  1099. sharedstatedir='${prefix}/com'
  1100. -sysconfdir='${prefix}/etc'
  1101. -target_alias=''
  1102. +sysconfdir='/etc'
  1103. +target_alias='i686-openadk-linux'
  1104. ## ----------- ##
  1105. ## confdefs.h. ##
  1106. @@ -756,9 +923,16 @@ target_alias=''
  1107. #define HAVE_UNISTD_H 1
  1108. #define HAVE_SYS_PARAM_H 1
  1109. #define HAVE_GETPAGESIZE 1
  1110. -#define HAVE_MMAP 1
  1111. #define HAVE_LIBM 1
  1112. #define _LARGEFILE64_SOURCE 1
  1113. #define _FILE_OFFSET_BITS 64
  1114. +#define HAVE_SCHEME_HANDLER 1
  1115. +#define HAVE_LOCALE_H 1
  1116. +#define HAVE_LC_MESSAGES 1
  1117. +#define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1118. +#define HAVE_GETTEXT 1
  1119. +#define HAVE_DCGETTEXT 1
  1120. +#define ENABLE_NLS 1
  1121. +#define GETTEXT_PACKAGE "libfm"
  1122. -configure: exit 1
  1123. +configure: exit 0