Advertisement
nomadunix_1

config.log gcc make

Dec 20th, 2023
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.07 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ../configure --target= --prefix=/mnt/lfs/tools --with-glibc-version=2.38 --with-sysroot=/mnt/lfs --with-newlib --without-headers --enable-default-pie --enable-default-ssp --disable-nls --disable-shared --disable-multilib --disable-threads --disable-libatomic --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx --enable-languages=c,c++
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = debian
  14. uname -m = x86_64
  15. uname -r = 6.1.0-15-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.1.66-1 (2023-12-09)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2381: checking build system type
  43. configure:2395: result: x86_64-pc-linux-gnu
  44. configure:2442: checking host system type
  45. configure:2455: result: x86_64-pc-linux-gnu
  46. configure:2475: checking target system type
  47. configure:2488: result: x86_64-pc-linux-gnu
  48. configure:2542: checking for a BSD-compatible install
  49. configure:2610: result: /usr/bin/install -c
  50. configure:2621: checking whether ln works
  51. configure:2643: result: yes
  52. configure:2647: checking whether ln -s works
  53. configure:2651: result: yes
  54. configure:2658: checking for a sed that does not truncate output
  55. configure:2722: result: /usr/bin/sed
  56. configure:2731: checking for gawk
  57. configure:2761: result: no
  58. configure:2731: checking for mawk
  59. configure:2747: found /usr/bin/mawk
  60. configure:2758: result: mawk
  61. configure:3257: checking for libitm support
  62. configure:3267: result: yes
  63. configure:3276: checking for libsanitizer support
  64. configure:3286: result: yes
  65. configure:3425: checking for libphobos support
  66. configure:3435: result: yes
  67. configure:4131: checking for gcc
  68. configure:4147: found /usr/bin/gcc
  69. configure:4158: result: gcc
  70. configure:4387: checking for C compiler version
  71. configure:4396: gcc --version >&5
  72. gcc (Debian 12.2.0-14) 12.2.0
  73. Copyright (C) 2022 Free Software Foundation, Inc.
  74. This is free software; see the source for copying conditions. There is NO
  75. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  76.  
  77. configure:4407: $? = 0
  78. configure:4396: gcc -v >&5
  79. Using built-in specs.
  80. COLLECT_GCC=gcc
  81. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
  82. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  83. OFFLOAD_TARGET_DEFAULT=1
  84. Target: x86_64-linux-gnu
  85. Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  86. Thread model: posix
  87. Supported LTO compression algorithms: zlib zstd
  88. gcc version 12.2.0 (Debian 12.2.0-14)
  89. ... rest of stderr output deleted ...
  90. configure:4407: $? = 0
  91. configure:4396: gcc -V >&5
  92. gcc: error: unrecognized command-line option '-V'
  93. gcc: fatal error: no input files
  94. compilation terminated.
  95. configure:4407: $? = 1
  96. configure:4396: gcc -qversion >&5
  97. gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  98. gcc: fatal error: no input files
  99. compilation terminated.
  100. configure:4407: $? = 1
  101. configure:4427: checking whether the C compiler works
  102. configure:4449: gcc conftest.c >&5
  103. configure:4453: $? = 0
  104. configure:4501: result: yes
  105. configure:4504: checking for C compiler default output file name
  106. configure:4506: result: a.out
  107. configure:4512: checking for suffix of executables
  108. configure:4519: gcc -o conftest conftest.c >&5
  109. configure:4523: $? = 0
  110. configure:4545: result:
  111. configure:4567: checking whether we are cross compiling
  112. configure:4575: gcc -o conftest conftest.c >&5
  113. configure:4579: $? = 0
  114. configure:4586: ./conftest
  115. configure:4590: $? = 0
  116. configure:4605: result: no
  117. configure:4610: checking for suffix of object files
  118. configure:4632: gcc -c conftest.c >&5
  119. configure:4636: $? = 0
  120. configure:4657: result: o
  121. configure:4661: checking whether we are using the GNU C compiler
  122. configure:4680: gcc -c conftest.c >&5
  123. configure:4680: $? = 0
  124. configure:4689: result: yes
  125. configure:4698: checking whether gcc accepts -g
  126. configure:4718: gcc -c -g conftest.c >&5
  127. configure:4718: $? = 0
  128. configure:4759: result: yes
  129. configure:4776: checking for gcc option to accept ISO C89
  130. configure:4839: gcc -c -g -O2 conftest.c >&5
  131. configure:4839: $? = 0
  132. configure:4852: result: none needed
  133. configure:4872: checking for gcc option to accept ISO C99
  134. configure:5021: gcc -c -g -O2 conftest.c >&5
  135. configure:5021: $? = 0
  136. configure:5034: result: none needed
  137. configure:5107: checking for g++
  138. configure:5123: found /usr/bin/g++
  139. configure:5134: result: g++
  140. configure:5161: checking for C++ compiler version
  141. configure:5170: g++ --version >&5
  142. g++ (Debian 12.2.0-14) 12.2.0
  143. Copyright (C) 2022 Free Software Foundation, Inc.
  144. This is free software; see the source for copying conditions. There is NO
  145. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  146.  
  147. configure:5181: $? = 0
  148. configure:5170: g++ -v >&5
  149. Using built-in specs.
  150. COLLECT_GCC=g++
  151. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
  152. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  153. OFFLOAD_TARGET_DEFAULT=1
  154. Target: x86_64-linux-gnu
  155. Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  156. Thread model: posix
  157. Supported LTO compression algorithms: zlib zstd
  158. gcc version 12.2.0 (Debian 12.2.0-14)
  159. ... rest of stderr output deleted ...
  160. configure:5181: $? = 0
  161. configure:5170: g++ -V >&5
  162. g++: error: unrecognized command-line option '-V'
  163. g++: fatal error: no input files
  164. compilation terminated.
  165. configure:5181: $? = 1
  166. configure:5170: g++ -qversion >&5
  167. g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  168. g++: fatal error: no input files
  169. compilation terminated.
  170. configure:5181: $? = 1
  171. configure:5185: checking whether we are using the GNU C++ compiler
  172. configure:5204: g++ -c conftest.cpp >&5
  173. configure:5204: $? = 0
  174. configure:5213: result: yes
  175. configure:5222: checking whether g++ accepts -g
  176. configure:5242: g++ -c -g conftest.cpp >&5
  177. configure:5242: $? = 0
  178. configure:5283: result: yes
  179. configure:5332: checking whether g++ accepts -static-libstdc++ -static-libgcc
  180. configure:5349: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  181. configure:5349: $? = 0
  182. configure:5350: result: yes
  183. configure:5414: checking for gnatbind
  184. configure:5444: result: no
  185. configure:5506: checking for gnatmake
  186. configure:5536: result: no
  187. configure:5555: checking whether compiler driver understands Ada and is recent enough
  188. configure:5582: result: no
  189. configure:5636: checking for gdc
  190. configure:5666: result: no
  191. configure:5685: checking whether the D compiler works
  192. configure:5702: result: no
  193. configure:5710: checking how to compare bootstrapped objects
  194. configure:5735: result: cmp --ignore-initial=16 $$f1 $$f2
  195. configure:7879: checking for objdir
  196. configure:7894: result: .libs
  197. configure:8064: checking for the correct version of gmp.h
  198. configure:8083: gcc -c -g -O2 conftest.c >&5
  199. configure:8083: $? = 0
  200. configure:8101: gcc -c -g -O2 conftest.c >&5
  201. configure:8101: $? = 0
  202. configure:8102: result: yes
  203. configure:8118: checking for the correct version of mpfr.h
  204. configure:8136: gcc -c -g -O2 conftest.c >&5
  205. configure:8136: $? = 0
  206. configure:8153: gcc -c -g -O2 conftest.c >&5
  207. configure:8153: $? = 0
  208. configure:8154: result: yes
  209. configure:8171: checking for the correct version of mpc.h
  210. configure:8188: gcc -c -g -O2 conftest.c >&5
  211. configure:8188: $? = 0
  212. configure:8204: gcc -c -g -O2 conftest.c >&5
  213. configure:8204: $? = 0
  214. configure:8205: result: yes
  215. configure:8223: checking for the correct version of the gmp/mpfr libraries
  216. configure:8247: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
  217. configure:8247: $? = 0
  218. configure:8248: result: yes
  219. configure:8263: checking for the correct version of the mpc libraries
  220. configure:8284: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
  221. configure:8284: $? = 0
  222. configure:8285: result: yes
  223. configure:8496: checking for isl 0.15 or later
  224. configure:8509: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
  225. configure:8509: $? = 0
  226. configure:8516: result: yes
  227. configure:9685: checking for default BUILD_CONFIG
  228. configure:9717: result: bootstrap-debug
  229. configure:9722: checking for --enable-vtable-verify
  230. configure:9735: result: no
  231. configure:10382: checking for bison
  232. configure:10412: result: no
  233. configure:10382: checking for byacc
  234. configure:10412: result: no
  235. configure:10382: checking for yacc
  236. configure:10412: result: no
  237. configure:10429: checking for bison
  238. configure:10459: result: no
  239. configure:10476: checking for gm4
  240. configure:10506: result: no
  241. configure:10476: checking for gnum4
  242. configure:10506: result: no
  243. configure:10476: checking for m4
  244. configure:10506: result: no
  245. configure:10523: checking for flex
  246. configure:10553: result: no
  247. configure:10523: checking for lex
  248. configure:10553: result: no
  249. configure:10571: checking for flex
  250. configure:10601: result: no
  251. configure:10618: checking for makeinfo
  252. configure:10634: found /usr/bin/makeinfo
  253. configure:10645: result: makeinfo
  254. configure:10679: checking for expect
  255. configure:10709: result: no
  256. configure:10728: checking for runtest
  257. configure:10758: result: no
  258. configure:10873: checking for ar
  259. configure:10889: found /usr/bin/ar
  260. configure:10900: result: ar
  261. configure:11014: checking for as
  262. configure:11030: found /usr/bin/as
  263. configure:11041: result: as
  264. configure:11155: checking for dlltool
  265. configure:11185: result: no
  266. configure:11296: checking for dsymutil
  267. configure:11326: result: no
  268. configure:11437: checking for ld
  269. configure:11453: found /usr/bin/ld
  270. configure:11464: result: ld
  271. configure:11578: checking for lipo
  272. configure:11608: result: no
  273. configure:11719: checking for nm
  274. configure:11735: found /usr/bin/nm
  275. configure:11746: result: nm
  276. configure:11860: checking for ranlib
  277. configure:11876: found /usr/bin/ranlib
  278. configure:11887: result: ranlib
  279. configure:11996: checking for strip
  280. configure:12012: found /usr/bin/strip
  281. configure:12023: result: strip
  282. configure:12132: checking for windres
  283. configure:12162: result: no
  284. configure:12273: checking for windmc
  285. configure:12303: result: no
  286. configure:12414: checking for objcopy
  287. configure:12430: found /usr/bin/objcopy
  288. configure:12441: result: objcopy
  289. configure:12555: checking for objdump
  290. configure:12571: found /usr/bin/objdump
  291. configure:12582: result: objdump
  292. configure:12696: checking for otool
  293. configure:12726: result: no
  294. configure:12837: checking for readelf
  295. configure:12853: found /usr/bin/readelf
  296. configure:12864: result: readelf
  297. configure:13019: checking for cc
  298. configure:13035: found /usr/bin/cc
  299. configure:13046: result: cc
  300. configure:13180: checking for c++
  301. configure:13196: found /usr/bin/c++
  302. configure:13207: result: c++
  303. configure:13341: checking for gcc
  304. configure:13357: found /usr/bin/gcc
  305. configure:13368: result: gcc
  306. configure:13497: checking for gfortran
  307. configure:13527: result: no
  308. configure:13658: checking for gccgo
  309. configure:13688: result: no
  310. configure:13819: checking for gdc
  311. configure:13849: result: no
  312. configure:13980: checking for gm2
  313. configure:14010: result: no
  314. configure:14071: checking for ar
  315. configure:14089: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar
  316. configure:14101: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar
  317. configure:14301: checking for as
  318. configure:14319: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as
  319. configure:14331: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as
  320. configure:14531: checking for dlltool
  321. configure:14564: result: no
  322. configure:14681: checking for dlltool
  323. configure:14711: result: no
  324. configure:14761: checking for dsymutil
  325. configure:14794: result: no
  326. configure:14911: checking for dsymutil
  327. configure:14941: result: no
  328. configure:14991: checking for ld
  329. configure:15009: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld
  330. configure:15021: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld
  331. configure:15221: checking for lipo
  332. configure:15254: result: no
  333. configure:15371: checking for lipo
  334. configure:15401: result: no
  335. configure:15451: checking for nm
  336. configure:15469: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm
  337. configure:15481: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm
  338. configure:15681: checking for objcopy
  339. configure:15699: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy
  340. configure:15711: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy
  341. configure:15911: checking for objdump
  342. configure:15929: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump
  343. configure:15941: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump
  344. configure:16141: checking for otool
  345. configure:16174: result: no
  346. configure:16291: checking for otool
  347. configure:16321: result: no
  348. configure:16371: checking for ranlib
  349. configure:16389: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib
  350. configure:16401: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib
  351. configure:16601: checking for readelf
  352. configure:16619: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf
  353. configure:16631: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf
  354. configure:16831: checking for strip
  355. configure:16849: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip
  356. configure:16861: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip
  357. configure:17061: checking for windres
  358. configure:17094: result: no
  359. configure:17211: checking for windres
  360. configure:17241: result: no
  361. configure:17291: checking for windmc
  362. configure:17324: result: no
  363. configure:17441: checking for windmc
  364. configure:17471: result: no
  365. configure:17499: checking where to find the target ar
  366. configure:17527: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  367. configure:17541: checking where to find the target as
  368. configure:17569: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  369. configure:17583: checking where to find the target cc
  370. configure:17606: result: just compiled
  371. configure:17625: checking where to find the target c++
  372. configure:17651: result: just compiled
  373. configure:17670: checking where to find the target c++ for libstdc++
  374. configure:17696: result: just compiled
  375. configure:17715: checking where to find the target dlltool
  376. configure:17748: result: host tool
  377. configure:17757: checking where to find the target dsymutil
  378. configure:17779: result: host tool
  379. configure:17788: checking where to find the target gcc
  380. configure:17811: result: just compiled
  381. configure:17830: checking where to find the target gfortran
  382. configure:17866: result: host tool
  383. configure:17875: checking where to find the target gccgo
  384. configure:17911: result: host tool
  385. configure:17920: checking where to find the target gdc
  386. configure:17956: result: host tool
  387. configure:17965: checking where to find the target gm2
  388. configure:18001: result: host tool
  389. configure:18010: checking where to find the target ld
  390. configure:18038: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  391. configure:18052: checking where to find the target lipo
  392. configure:18074: result: host tool
  393. configure:18083: checking where to find the target nm
  394. configure:18111: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  395. configure:18125: checking where to find the target objcopy
  396. configure:18153: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  397. configure:18167: checking where to find the target objdump
  398. configure:18195: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  399. configure:18209: checking where to find the target otool
  400. configure:18231: result: host tool
  401. configure:18240: checking where to find the target ranlib
  402. configure:18268: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  403. configure:18282: checking where to find the target readelf
  404. configure:18310: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  405. configure:18324: checking where to find the target strip
  406. configure:18352: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  407. configure:18366: checking where to find the target windres
  408. configure:18399: result: host tool
  409. configure:18408: checking where to find the target windmc
  410. configure:18441: result: host tool
  411. configure:18478: checking whether to enable maintainer-specific portions of Makefiles
  412. configure:18487: result: no
  413. configure:18724: creating ./config.status
  414.  
  415. ## ---------------------- ##
  416. ## Running config.status. ##
  417. ## ---------------------- ##
  418.  
  419. This file was extended by config.status, which was
  420. generated by GNU Autoconf 2.69. Invocation command line was
  421.  
  422. CONFIG_FILES =
  423. CONFIG_HEADERS =
  424. CONFIG_LINKS =
  425. CONFIG_COMMANDS =
  426. $ ./config.status
  427.  
  428. on debian
  429.  
  430. config.status:1026: creating Makefile
  431.  
  432. ## ---------------- ##
  433. ## Cache variables. ##
  434. ## ---------------- ##
  435.  
  436. ac_cv_build=x86_64-pc-linux-gnu
  437. ac_cv_c_compiler_gnu=yes
  438. ac_cv_cxx_compiler_gnu=yes
  439. ac_cv_env_AR_FOR_TARGET_set=
  440. ac_cv_env_AR_FOR_TARGET_value=
  441. ac_cv_env_AR_set=
  442. ac_cv_env_AR_value=
  443. ac_cv_env_AS_FOR_TARGET_set=
  444. ac_cv_env_AS_FOR_TARGET_value=
  445. ac_cv_env_AS_set=
  446. ac_cv_env_AS_value=
  447. ac_cv_env_CCC_set=
  448. ac_cv_env_CCC_value=
  449. ac_cv_env_CC_FOR_TARGET_set=
  450. ac_cv_env_CC_FOR_TARGET_value=
  451. ac_cv_env_CC_set=
  452. ac_cv_env_CC_value=
  453. ac_cv_env_CFLAGS_set=
  454. ac_cv_env_CFLAGS_value=
  455. ac_cv_env_CPPFLAGS_set=
  456. ac_cv_env_CPPFLAGS_value=
  457. ac_cv_env_CXXFLAGS_set=
  458. ac_cv_env_CXXFLAGS_value=
  459. ac_cv_env_CXX_FOR_TARGET_set=
  460. ac_cv_env_CXX_FOR_TARGET_value=
  461. ac_cv_env_CXX_set=
  462. ac_cv_env_CXX_value=
  463. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  464. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  465. ac_cv_env_DLLTOOL_set=
  466. ac_cv_env_DLLTOOL_value=
  467. ac_cv_env_DSYMUTIL_FOR_TARGET_set=
  468. ac_cv_env_DSYMUTIL_FOR_TARGET_value=
  469. ac_cv_env_DSYMUTIL_set=
  470. ac_cv_env_DSYMUTIL_value=
  471. ac_cv_env_GCC_FOR_TARGET_set=
  472. ac_cv_env_GCC_FOR_TARGET_value=
  473. ac_cv_env_GDC_FOR_TARGET_set=
  474. ac_cv_env_GDC_FOR_TARGET_value=
  475. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  476. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  477. ac_cv_env_GM2_FOR_TARGET_set=
  478. ac_cv_env_GM2_FOR_TARGET_value=
  479. ac_cv_env_GOC_FOR_TARGET_set=
  480. ac_cv_env_GOC_FOR_TARGET_value=
  481. ac_cv_env_LDFLAGS_set=
  482. ac_cv_env_LDFLAGS_value=
  483. ac_cv_env_LD_FOR_TARGET_set=
  484. ac_cv_env_LD_FOR_TARGET_value=
  485. ac_cv_env_LD_set=
  486. ac_cv_env_LD_value=
  487. ac_cv_env_LIBS_set=
  488. ac_cv_env_LIBS_value=
  489. ac_cv_env_LIPO_FOR_TARGET_set=
  490. ac_cv_env_LIPO_FOR_TARGET_value=
  491. ac_cv_env_LIPO_set=
  492. ac_cv_env_LIPO_value=
  493. ac_cv_env_NM_FOR_TARGET_set=
  494. ac_cv_env_NM_FOR_TARGET_value=
  495. ac_cv_env_NM_set=
  496. ac_cv_env_NM_value=
  497. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  498. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  499. ac_cv_env_OBJCOPY_set=
  500. ac_cv_env_OBJCOPY_value=
  501. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  502. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  503. ac_cv_env_OBJDUMP_set=
  504. ac_cv_env_OBJDUMP_value=
  505. ac_cv_env_OTOOL_FOR_TARGET_set=
  506. ac_cv_env_OTOOL_FOR_TARGET_value=
  507. ac_cv_env_OTOOL_set=
  508. ac_cv_env_OTOOL_value=
  509. ac_cv_env_RANLIB_FOR_TARGET_set=
  510. ac_cv_env_RANLIB_FOR_TARGET_value=
  511. ac_cv_env_RANLIB_set=
  512. ac_cv_env_RANLIB_value=
  513. ac_cv_env_READELF_FOR_TARGET_set=
  514. ac_cv_env_READELF_FOR_TARGET_value=
  515. ac_cv_env_READELF_set=
  516. ac_cv_env_READELF_value=
  517. ac_cv_env_STRIP_FOR_TARGET_set=
  518. ac_cv_env_STRIP_FOR_TARGET_value=
  519. ac_cv_env_STRIP_set=
  520. ac_cv_env_STRIP_value=
  521. ac_cv_env_WINDMC_FOR_TARGET_set=
  522. ac_cv_env_WINDMC_FOR_TARGET_value=
  523. ac_cv_env_WINDMC_set=
  524. ac_cv_env_WINDMC_value=
  525. ac_cv_env_WINDRES_FOR_TARGET_set=
  526. ac_cv_env_WINDRES_FOR_TARGET_value=
  527. ac_cv_env_WINDRES_set=
  528. ac_cv_env_WINDRES_value=
  529. ac_cv_env_build_alias_set=
  530. ac_cv_env_build_alias_value=
  531. ac_cv_env_build_configargs_set=
  532. ac_cv_env_build_configargs_value=
  533. ac_cv_env_host_alias_set=
  534. ac_cv_env_host_alias_value=
  535. ac_cv_env_host_configargs_set=
  536. ac_cv_env_host_configargs_value=
  537. ac_cv_env_target_alias_set=set
  538. ac_cv_env_target_alias_value=
  539. ac_cv_env_target_configargs_set=
  540. ac_cv_env_target_configargs_value=
  541. ac_cv_host=x86_64-pc-linux-gnu
  542. ac_cv_objext=o
  543. ac_cv_path_AR_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar
  544. ac_cv_path_AS_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as
  545. ac_cv_path_LD_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld
  546. ac_cv_path_NM_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm
  547. ac_cv_path_OBJCOPY_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy
  548. ac_cv_path_OBJDUMP_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump
  549. ac_cv_path_RANLIB_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib
  550. ac_cv_path_READELF_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf
  551. ac_cv_path_SED=/usr/bin/sed
  552. ac_cv_path_STRIP_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip
  553. ac_cv_path_install='/usr/bin/install -c'
  554. ac_cv_prog_AR=ar
  555. ac_cv_prog_AS=as
  556. ac_cv_prog_AWK=mawk
  557. ac_cv_prog_CC_FOR_TARGET=cc
  558. ac_cv_prog_CXX_FOR_TARGET=c++
  559. ac_cv_prog_GCC_FOR_TARGET=gcc
  560. ac_cv_prog_LD=ld
  561. ac_cv_prog_MAKEINFO=makeinfo
  562. ac_cv_prog_NM=nm
  563. ac_cv_prog_OBJCOPY=objcopy
  564. ac_cv_prog_OBJDUMP=objdump
  565. ac_cv_prog_RANLIB=ranlib
  566. ac_cv_prog_READELF=readelf
  567. ac_cv_prog_STRIP=strip
  568. ac_cv_prog_ac_ct_CC=gcc
  569. ac_cv_prog_ac_ct_CXX=g++
  570. ac_cv_prog_cc_c89=
  571. ac_cv_prog_cc_c99=
  572. ac_cv_prog_cc_g=yes
  573. ac_cv_prog_cxx_g=yes
  574. ac_cv_target=x86_64-pc-linux-gnu
  575. acx_cv_cc_gcc_supports_ada=no
  576. acx_cv_d_compiler_works=no
  577. acx_cv_prog_LN=ln
  578. gcc_cv_isl=yes
  579. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  580. gcc_cv_tool_dirs=/mnt/lfs/tools/libexec/gcc/x86_64-pc-linux-gnu/13.2.0:/mnt/lfs/tools/libexec/gcc/x86_64-pc-linux-gnu:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.0:/usr/lib/gcc/x86_64-pc-linux-gnu:/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/13.2.0:/mnt/lfs/tools/x86_64-pc-linux-gnu/bin:
  581. gcc_cv_tool_prefix=/mnt/lfs/tools
  582. lt_cv_objdir=.libs
  583.  
  584. ## ----------------- ##
  585. ## Output variables. ##
  586. ## ----------------- ##
  587.  
  588. AR='ar'
  589. AR_FOR_BUILD='$(AR)'
  590. AR_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar'
  591. AS='as'
  592. AS_FOR_BUILD='$(AS)'
  593. AS_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as'
  594. AWK='mawk'
  595. BISON='/mnt/lfs/sources/gcc-13.2.0/missing bison'
  596. BUILD_CONFIG='bootstrap-debug'
  597. CC='gcc'
  598. CC_FOR_BUILD='$(CC)'
  599. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  600. CFLAGS='-g -O2'
  601. CFLAGS_FOR_BUILD='-g -O2'
  602. CFLAGS_FOR_TARGET='-g -O2'
  603. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  604. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  605. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  606. CONFIGURE_GDB_TK=''
  607. CPPFLAGS=''
  608. CPPFLAGS_FOR_BUILD=''
  609. CPP_FOR_BUILD=''
  610. CXX='g++ -std=c++11'
  611. CXXFLAGS='-g -O2'
  612. CXXFLAGS_FOR_BUILD='-g -O2'
  613. CXXFLAGS_FOR_TARGET='-g -O2'
  614. CXX_FOR_BUILD='$(CXX)'
  615. CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
  616. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  617. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  618. DLLTOOL='dlltool'
  619. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  620. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  621. DSYMUTIL='dsymutil'
  622. DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
  623. DSYMUTIL_FOR_TARGET='$(DSYMUTIL)'
  624. ECHO_C=''
  625. ECHO_N='-n'
  626. ECHO_T=''
  627. EXEEXT=''
  628. EXPECT='expect'
  629. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  630. FLEX='/mnt/lfs/sources/gcc-13.2.0/missing flex'
  631. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  632. GCC_SHLIB_SUBDIR=''
  633. GDB_TK=''
  634. GDC='no'
  635. GDCFLAGS=''
  636. GDC_FOR_BUILD='$(GDC)'
  637. GDC_FOR_TARGET='$(GDC)'
  638. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  639. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  640. GM2_FOR_TARGET='$(GM2)'
  641. GNATBIND='no'
  642. GNATMAKE='no'
  643. GOC_FOR_BUILD='$(GOC)'
  644. GOC_FOR_TARGET='$(GOC)'
  645. HAVE_CXX11=''
  646. HAVE_CXX11_FOR_BUILD=''
  647. INSTALL_DATA='${INSTALL} -m 644'
  648. INSTALL_GDB_TK=''
  649. INSTALL_PROGRAM='${INSTALL}'
  650. INSTALL_SCRIPT='${INSTALL}'
  651. LD='ld'
  652. LDFLAGS=''
  653. LDFLAGS_FOR_BUILD=''
  654. LDFLAGS_FOR_TARGET=''
  655. LD_FOR_BUILD='$(LD)'
  656. LD_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld'
  657. LEX='/mnt/lfs/sources/gcc-13.2.0/missing flex'
  658. LIBOBJS=''
  659. LIBS=''
  660. LIPO='lipo'
  661. LIPO_FOR_TARGET='$(LIPO)'
  662. LN='ln'
  663. LN_S='ln -s'
  664. LTLIBOBJS=''
  665. M4='/mnt/lfs/sources/gcc-13.2.0/missing m4'
  666. MAINT='#'
  667. MAINTAINER_MODE_FALSE=''
  668. MAINTAINER_MODE_TRUE='#'
  669. MAKEINFO='makeinfo'
  670. NM='nm'
  671. NM_FOR_BUILD='$(NM)'
  672. NM_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm'
  673. OBJCOPY='objcopy'
  674. OBJCOPY_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy'
  675. OBJDUMP='objdump'
  676. OBJDUMP_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump'
  677. OBJEXT='o'
  678. OTOOL='otool'
  679. OTOOL_FOR_TARGET='$(OTOOL)'
  680. PACKAGE_BUGREPORT=''
  681. PACKAGE_NAME=''
  682. PACKAGE_STRING=''
  683. PACKAGE_TARNAME=''
  684. PACKAGE_URL=''
  685. PACKAGE_VERSION=''
  686. PATH_SEPARATOR=':'
  687. PGO_BUILD_GEN_CFLAGS=''
  688. PGO_BUILD_LTO_CFLAGS=''
  689. PGO_BUILD_USE_CFLAGS=''
  690. RANLIB='ranlib'
  691. RANLIB_FOR_BUILD='$(RANLIB)'
  692. RANLIB_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib'
  693. RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
  694. READELF='readelf'
  695. READELF_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf'
  696. RPATH_ENVVAR='LD_LIBRARY_PATH'
  697. RUNTEST='runtest'
  698. SED='/usr/bin/sed'
  699. SHELL='/bin/bash'
  700. STRIP='strip'
  701. STRIP_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip'
  702. SYSROOT_CFLAGS_FOR_TARGET=''
  703. TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --target= --prefix=/mnt/lfs/tools --with-glibc-version=2.38 --with-sysroot=/mnt/lfs --with-newlib --without-headers --enable-default-pie --enable-default-ssp --disable-nls --disable-shared --disable-multilib --disable-threads --disable-libatomic --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx --enable-languages=c,c++'
  704. WINDMC='windmc'
  705. WINDMC_FOR_BUILD='$(WINDMC)'
  706. WINDMC_FOR_TARGET='$(WINDMC)'
  707. WINDRES='windres'
  708. WINDRES_FOR_BUILD='$(WINDRES)'
  709. WINDRES_FOR_TARGET='$(WINDRES)'
  710. YACC='/mnt/lfs/sources/gcc-13.2.0/missing bison -y'
  711. ac_ct_CC='gcc'
  712. ac_ct_CXX='g++'
  713. bindir='${exec_prefix}/bin'
  714. build='x86_64-pc-linux-gnu'
  715. build_alias=''
  716. build_configargs=' --cache-file=./config.cache '\''--prefix=/mnt/lfs/tools'\'' '\''--with-glibc-version=2.38'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--enable-default-pie'\'' '\''--enable-default-ssp'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-threads'\'' '\''--disable-libatomic'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-libssp'\'' '\''--disable-libvtv'\'' '\''--disable-libstdcxx'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  717. build_configdirs=' libiberty libcpp fixincludes'
  718. build_cpu='x86_64'
  719. build_libsubdir='build-x86_64-pc-linux-gnu'
  720. build_noncanonical='x86_64-pc-linux-gnu'
  721. build_os='linux-gnu'
  722. build_subdir='build-x86_64-pc-linux-gnu'
  723. build_tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
  724. build_vendor='pc'
  725. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/* | gcc/m2/gm2-compiler-boot/M2Version* | gcc/m2/gm2-compiler-boot/SYSTEM* | gcc/m2/gm2version*'
  726. configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
  727. datadir='${datarootdir}'
  728. datarootdir='${prefix}/share'
  729. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  730. docdir='${datarootdir}/doc/${PACKAGE}'
  731. dvidir='${docdir}'
  732. exec_prefix='${prefix}'
  733. extra_host_libiberty_configure_flags='--enable-shared'
  734. extra_host_zlib_configure_flags=''
  735. extra_isl_gmp_configure_flags=''
  736. extra_linker_plugin_configure_flags=''
  737. extra_linker_plugin_flags=''
  738. extra_mpc_gmp_configure_flags=''
  739. extra_mpc_mpfr_configure_flags=''
  740. extra_mpfr_configure_flags=''
  741. get_gcc_base_ver='cat'
  742. gmpinc=''
  743. gmplibs='-lmpc -lmpfr -lgmp'
  744. host='x86_64-pc-linux-gnu'
  745. host_alias=''
  746. host_configargs=' --cache-file=./config.cache '\''--prefix=/mnt/lfs/tools'\'' '\''--with-glibc-version=2.38'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--enable-default-pie'\'' '\''--enable-default-ssp'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-threads'\'' '\''--disable-libatomic'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-libssp'\'' '\''--disable-libvtv'\'' '\''--disable-libstdcxx'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  747. host_cpu='x86_64'
  748. host_libs_picflag=''
  749. host_noncanonical='x86_64-pc-linux-gnu'
  750. host_os='linux-gnu'
  751. host_shared='no'
  752. host_subdir='.'
  753. host_vendor='pc'
  754. htmldir='${docdir}'
  755. includedir='${prefix}/include'
  756. infodir='${datarootdir}/info'
  757. islinc=''
  758. isllibs=' -lisl'
  759. libdir='${exec_prefix}/lib'
  760. libexecdir='${exec_prefix}/libexec'
  761. localedir='${datarootdir}/locale'
  762. localstatedir='${prefix}/var'
  763. mandir='${datarootdir}/man'
  764. oldincludedir='/usr/include'
  765. pdfdir='${docdir}'
  766. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  767. poststage1_libs=''
  768. prefix='/mnt/lfs/tools'
  769. program_transform_name='s,y,y,'
  770. psdir='${docdir}'
  771. sbindir='${exec_prefix}/sbin'
  772. sharedstatedir='${prefix}/com'
  773. stage1_cflags='-g'
  774. stage1_checking='--enable-checking=yes,types'
  775. stage1_languages='c,c++,lto'
  776. stage1_ldflags='-static-libstdc++ -static-libgcc'
  777. stage1_libs=''
  778. stage2_werror_flag=''
  779. sysconfdir='${prefix}/etc'
  780. target='x86_64-pc-linux-gnu'
  781. target_alias=''
  782. target_configargs='--cache-file=./config.cache '\''--prefix=/mnt/lfs/tools'\'' '\''--with-glibc-version=2.38'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--enable-default-pie'\'' '\''--enable-default-ssp'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-threads'\'' '\''--disable-libatomic'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-libssp'\'' '\''--disable-libvtv'\'' '\''--disable-libstdcxx'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  783. target_configdirs=' libgcc'
  784. target_cpu='x86_64'
  785. target_noncanonical='x86_64-pc-linux-gnu'
  786. target_os='linux-gnu'
  787. target_subdir='x86_64-pc-linux-gnu'
  788. target_vendor='pc'
  789. tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
  790.  
  791. ## ------------------- ##
  792. ## File substitutions. ##
  793. ## ------------------- ##
  794.  
  795. alphaieee_frag='/dev/null'
  796. host_makefile_frag='/dev/null'
  797. ospace_frag='/dev/null'
  798. serialization_dependencies='serdep.tmp'
  799. target_makefile_frag='../config/mt-gnu'
  800.  
  801. ## ----------- ##
  802. ## confdefs.h. ##
  803. ## ----------- ##
  804.  
  805. /* confdefs.h */
  806. #define PACKAGE_NAME ""
  807. #define PACKAGE_TARNAME ""
  808. #define PACKAGE_VERSION ""
  809. #define PACKAGE_STRING ""
  810. #define PACKAGE_BUGREPORT ""
  811. #define PACKAGE_URL ""
  812. #define LT_OBJDIR ".libs/"
  813.  
  814. configure: exit 0
  815.  
Tags: log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement