Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 36.77 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 mgsim configure 3.5.41-3724f, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ../configure --target=mtalpha --disable-trace-checks --prefix=/home/mehdi/mgsim CXX=g++ CXXFLAGS=-std=c++0x
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dhcppc2
  14. uname -m = x86_64
  15. uname -r = 4.0.4-301.fc22.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu May 21 13:10:33 UTC 2015
  18.  
  19. /usr/bin/uname -p = x86_64
  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: /full/path/to/ns-allinone-2.34/bin
  31. PATH: /full/path/to/ns-allinone-2.34/tcl8.4.18/unix
  32. PATH: /full/path/to/ns-allinone-2.34/tk8.4.18/unix
  33. PATH: /full/path/to/ns-allinone-2.34/bin
  34. PATH: /full/path/to/ns-allinone-2.34/tcl8.4.18/unix
  35. PATH: /full/path/to/ns-allinone-2.34/tk8.4.18/unix
  36. PATH: /usr/local/bin
  37. PATH: /usr/local/sbin
  38. PATH: /usr/bin
  39. PATH: /usr/sbin
  40. PATH: /bin
  41. PATH: /sbin
  42. PATH: /home/mehdi/ns-allinone-2.35/bin
  43. PATH: /home/mehdi/ns-allinone-2.35/tcl8.5.10/unix
  44. PATH: /home/mehdi/ns-allinone-2.35/tk8.5.10/unix
  45. PATH: /home/mehdi/ns-allinone-2.35/ns-2.35/
  46. PATH: /home/mehdi/ns-allinone-2.35/nam-1.15/
  47. PATH: /home/mehdi/.local/bin
  48. PATH: /home/mehdi/bin
  49. PATH: /home/mehdi/ns-allinone-2.35/bin
  50. PATH: /home/mehdi/ns-allinone-2.35/tcl8.5.10/unix
  51. PATH: /home/mehdi/ns-allinone-2.35/tk8.5.10/unix
  52. PATH: /home/mehdi/ns-allinone-2.35/ns-2.35/
  53. PATH: /home/mehdi/ns-allinone-2.35/nam-1.15/
  54.  
  55.  
  56. ## ----------- ##
  57. ## Core tests. ##
  58. ## ----------- ##
  59.  
  60. configure:2746: checking build system type
  61. configure:2760: result: x86_64-unknown-linux-gnu
  62. configure:2780: checking host system type
  63. configure:2793: result: x86_64-unknown-linux-gnu
  64. configure:2813: checking target system type
  65. configure:2826: result: mtalpha-unknown-none
  66. configure:2869: checking for a BSD-compatible install
  67. configure:2937: result: /usr/bin/install -c
  68. configure:2948: checking whether build environment is sane
  69. configure:3003: result: yes
  70. configure:3154: checking for a thread-safe mkdir -p
  71. configure:3193: result: /usr/bin/mkdir -p
  72. configure:3200: checking for gawk
  73. configure:3216: found /usr/bin/gawk
  74. configure:3227: result: gawk
  75. configure:3238: checking whether make sets $(MAKE)
  76. configure:3260: result: yes
  77. configure:3289: checking whether make supports nested variables
  78. configure:3306: result: yes
  79. configure:3386: checking whether UID '1000' is supported by ustar format
  80. configure:3389: result: yes
  81. configure:3396: checking whether GID '1000' is supported by ustar format
  82. configure:3399: result: yes
  83. configure:3407: checking how to create a ustar tar archive
  84. configure:3418: tar --version
  85. tar (GNU tar) 1.28
  86. Copyright (C) 2014 Free Software Foundation, Inc.
  87. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  88. This is free software: you are free to change and redistribute it.
  89. There is NO WARRANTY, to the extent permitted by law.
  90.  
  91. Written by John Gilmore and Jay Fenlason.
  92. configure:3421: $? = 0
  93. configure:3461: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  94. configure:3464: $? = 0
  95. configure:3468: tar -xf - <conftest.tar
  96. configure:3471: $? = 0
  97. configure:3473: cat conftest.dir/file
  98. GrepMe
  99. configure:3476: $? = 0
  100. configure:3489: result: gnutar
  101. configure:3550: checking whether make supports nested variables
  102. configure:3567: result: yes
  103. configure:3624: checking for ranlib
  104. configure:3640: found /usr/bin/ranlib
  105. configure:3651: result: ranlib
  106. configure:3673: checking for a sed that does not truncate output
  107. configure:3737: result: /usr/bin/sed
  108. configure:3777: checking for a Python interpreter with version >= 2.6
  109. configure:3794: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  110. configure:3797: $? = 0
  111. configure:3803: result: python
  112. configure:3811: checking for python
  113. configure:3829: found /usr/bin/python
  114. configure:3841: result: /usr/bin/python
  115. configure:3860: checking for python version
  116. configure:3867: result: 2.7
  117. configure:3879: checking for python platform
  118. configure:3886: result: linux2
  119. configure:3912: checking for python script directory
  120. configure:3947: result: ${prefix}/lib/python2.7/site-packages
  121. configure:3956: checking for python extension module directory
  122. configure:3991: result: ${exec_prefix}/lib64/python2.7/site-packages
  123. configure:4012: checking for help2man
  124. configure:4042: result: no
  125. configure:4057: checking for rst2man
  126. configure:4087: result: no
  127. configure:4057: checking for rst2man.py
  128. configure:4087: result: no
  129. configure:4102: checking for tbl
  130. configure:4118: found /usr/bin/tbl
  131. configure:4129: result: tbl
  132. configure:4147: checking for groff
  133. configure:4163: found /usr/bin/groff
  134. configure:4174: result: groff
  135. configure:4192: checking for ps2pdf
  136. configure:4208: found /usr/bin/ps2pdf
  137. configure:4219: result: ps2pdf
  138. configure:4353: checking for C++ compiler version
  139. configure:4362: g++ --version >&5
  140. g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
  141. Copyright (C) 2015 Free Software Foundation, Inc.
  142. This is free software; see the source for copying conditions.  There is NO
  143. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  144.  
  145. configure:4373: $? = 0
  146. configure:4362: g++ -v >&5
  147. Using built-in specs.
  148. COLLECT_GCC=g++
  149. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
  150. Target: x86_64-redhat-linux
  151. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=c++98 --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  152. Thread model: posix
  153. gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
  154. configure:4373: $? = 0
  155. configure:4362: g++ -V >&5
  156. g++: error: unrecognized command line option '-V'
  157. g++: fatal error: no input files
  158. compilation terminated.
  159. configure:4373: $? = 1
  160. configure:4362: g++ -qversion >&5
  161. g++: error: unrecognized command line option '-qversion'
  162. g++: fatal error: no input files
  163. compilation terminated.
  164. configure:4373: $? = 1
  165. configure:4393: checking whether the C++ compiler works
  166. configure:4415: g++ -std=c++0x   conftest.cpp  >&5
  167. configure:4419: $? = 0
  168. configure:4467: result: yes
  169. configure:4470: checking for C++ compiler default output file name
  170. configure:4472: result: a.out
  171. configure:4478: checking for suffix of executables
  172. configure:4485: g++ -o conftest -std=c++0x   conftest.cpp  >&5
  173. configure:4489: $? = 0
  174. configure:4511: result:
  175. configure:4533: checking whether we are cross compiling
  176. configure:4541: g++ -o conftest -std=c++0x   conftest.cpp  >&5
  177. configure:4545: $? = 0
  178. configure:4552: ./conftest
  179. configure:4556: $? = 0
  180. configure:4571: result: no
  181. configure:4576: checking for suffix of object files
  182. configure:4598: g++ -c -std=c++0x  conftest.cpp >&5
  183. configure:4602: $? = 0
  184. configure:4623: result: o
  185. configure:4627: checking whether we are using the GNU C++ compiler
  186. configure:4646: g++ -c -std=c++0x  conftest.cpp >&5
  187. configure:4646: $? = 0
  188. configure:4655: result: yes
  189. configure:4664: checking whether g++ accepts -g
  190. configure:4684: g++ -c -g  conftest.cpp >&5
  191. configure:4684: $? = 0
  192. configure:4725: result: yes
  193. configure:4759: checking for style of include used by make
  194. configure:4787: result: GNU
  195. configure:4813: checking dependency style of g++
  196. configure:4924: result: gcc3
  197. configure:4953: checking how to run the C++ preprocessor
  198. configure:4980: g++ -E  conftest.cpp
  199. configure:4980: $? = 0
  200. configure:4994: g++ -E  conftest.cpp
  201. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  202. compilation terminated.
  203. configure:4994: $? = 1
  204. configure: failed program was:
  205. | /* confdefs.h */
  206. | #define PACKAGE_NAME "mgsim"
  207. | #define PACKAGE_TARNAME "mgsim"
  208. | #define PACKAGE_VERSION "3.5.41-3724f"
  209. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  210. | #define PACKAGE_BUGREPORT "[email protected]"
  211. | #define PACKAGE_URL ""
  212. | /* end confdefs.h.  */
  213. | #include <ac_nonexistent.h>
  214. configure:5019: result: g++ -E
  215. configure:5039: g++ -E  conftest.cpp
  216. configure:5039: $? = 0
  217. configure:5053: g++ -E  conftest.cpp
  218. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  219. compilation terminated.
  220. configure:5053: $? = 1
  221. configure: failed program was:
  222. | /* confdefs.h */
  223. | #define PACKAGE_NAME "mgsim"
  224. | #define PACKAGE_TARNAME "mgsim"
  225. | #define PACKAGE_VERSION "3.5.41-3724f"
  226. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  227. | #define PACKAGE_BUGREPORT "[email protected]"
  228. | #define PACKAGE_URL ""
  229. | /* end confdefs.h.  */
  230. | #include <ac_nonexistent.h>
  231. configure:5082: checking for grep that handles long lines and -e
  232. configure:5140: result: /usr/bin/grep
  233. configure:5145: checking for egrep
  234. configure:5207: result: /usr/bin/grep -E
  235. configure:5212: checking for ANSI C header files
  236. configure:5232: g++ -c -std=c++0x  conftest.cpp >&5
  237. configure:5232: $? = 0
  238. configure:5305: g++ -o conftest -std=c++0x   conftest.cpp  >&5
  239. configure:5305: $? = 0
  240. configure:5305: ./conftest
  241. configure:5305: $? = 0
  242. configure:5316: result: yes
  243. configure:5329: checking for sys/types.h
  244. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  245. configure:5329: $? = 0
  246. configure:5329: result: yes
  247. configure:5329: checking for sys/stat.h
  248. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  249. configure:5329: $? = 0
  250. configure:5329: result: yes
  251. configure:5329: checking for stdlib.h
  252. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  253. configure:5329: $? = 0
  254. configure:5329: result: yes
  255. configure:5329: checking for string.h
  256. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  257. configure:5329: $? = 0
  258. configure:5329: result: yes
  259. configure:5329: checking for memory.h
  260. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  261. configure:5329: $? = 0
  262. configure:5329: result: yes
  263. configure:5329: checking for strings.h
  264. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  265. configure:5329: $? = 0
  266. configure:5329: result: yes
  267. configure:5329: checking for inttypes.h
  268. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  269. configure:5329: $? = 0
  270. configure:5329: result: yes
  271. configure:5329: checking for stdint.h
  272. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  273. configure:5329: $? = 0
  274. configure:5329: result: yes
  275. configure:5329: checking for unistd.h
  276. configure:5329: g++ -c -std=c++0x  conftest.cpp >&5
  277. configure:5329: $? = 0
  278. configure:5329: result: yes
  279. configure:5342: checking minix/config.h usability
  280. configure:5342: g++ -c -std=c++0x  conftest.cpp >&5
  281. conftest.cpp:52:26: fatal error: minix/config.h: No such file or directory
  282. compilation terminated.
  283. configure:5342: $? = 1
  284. configure: failed program was:
  285. | /* confdefs.h */
  286. | #define PACKAGE_NAME "mgsim"
  287. | #define PACKAGE_TARNAME "mgsim"
  288. | #define PACKAGE_VERSION "3.5.41-3724f"
  289. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  290. | #define PACKAGE_BUGREPORT "[email protected]"
  291. | #define PACKAGE_URL ""
  292. | #define STDC_HEADERS 1
  293. | #define HAVE_SYS_TYPES_H 1
  294. | #define HAVE_SYS_STAT_H 1
  295. | #define HAVE_STDLIB_H 1
  296. | #define HAVE_STRING_H 1
  297. | #define HAVE_MEMORY_H 1
  298. | #define HAVE_STRINGS_H 1
  299. | #define HAVE_INTTYPES_H 1
  300. | #define HAVE_STDINT_H 1
  301. | #define HAVE_UNISTD_H 1
  302. | /* end confdefs.h.  */
  303. | #include <stdio.h>
  304. | #ifdef HAVE_SYS_TYPES_H
  305. | # include <sys/types.h>
  306. | #endif
  307. | #ifdef HAVE_SYS_STAT_H
  308. | # include <sys/stat.h>
  309. | #endif
  310. | #ifdef STDC_HEADERS
  311. | # include <stdlib.h>
  312. | # include <stddef.h>
  313. | #else
  314. | # ifdef HAVE_STDLIB_H
  315. | #  include <stdlib.h>
  316. | # endif
  317. | #endif
  318. | #ifdef HAVE_STRING_H
  319. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  320. | #  include <memory.h>
  321. | # endif
  322. | # include <string.h>
  323. | #endif
  324. | #ifdef HAVE_STRINGS_H
  325. | # include <strings.h>
  326. | #endif
  327. | #ifdef HAVE_INTTYPES_H
  328. | # include <inttypes.h>
  329. | #endif
  330. | #ifdef HAVE_STDINT_H
  331. | # include <stdint.h>
  332. | #endif
  333. | #ifdef HAVE_UNISTD_H
  334. | # include <unistd.h>
  335. | #endif
  336. | #include <minix/config.h>
  337. configure:5342: result: no
  338. configure:5342: checking minix/config.h presence
  339. configure:5342: g++ -E  conftest.cpp
  340. conftest.cpp:19:26: fatal error: minix/config.h: No such file or directory
  341. compilation terminated.
  342. configure:5342: $? = 1
  343. configure: failed program was:
  344. | /* confdefs.h */
  345. | #define PACKAGE_NAME "mgsim"
  346. | #define PACKAGE_TARNAME "mgsim"
  347. | #define PACKAGE_VERSION "3.5.41-3724f"
  348. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  349. | #define PACKAGE_BUGREPORT "[email protected]"
  350. | #define PACKAGE_URL ""
  351. | #define STDC_HEADERS 1
  352. | #define HAVE_SYS_TYPES_H 1
  353. | #define HAVE_SYS_STAT_H 1
  354. | #define HAVE_STDLIB_H 1
  355. | #define HAVE_STRING_H 1
  356. | #define HAVE_MEMORY_H 1
  357. | #define HAVE_STRINGS_H 1
  358. | #define HAVE_INTTYPES_H 1
  359. | #define HAVE_STDINT_H 1
  360. | #define HAVE_UNISTD_H 1
  361. | /* end confdefs.h.  */
  362. | #include <minix/config.h>
  363. configure:5342: result: no
  364. configure:5342: checking for minix/config.h
  365. configure:5342: result: no
  366. configure:5363: checking whether it is safe to define __EXTENSIONS__
  367. configure:5381: g++ -c -std=c++0x  conftest.cpp >&5
  368. configure:5381: $? = 0
  369. configure:5388: result: yes
  370. configure:5404: checking whether the compiler supports GCC C++ ABI name demangling
  371. configure:5444: g++ -c -std=c++0x  conftest.cpp >&5
  372. configure:5444: $? = 0
  373. configure:5458: result: yes
  374. configure:5473: checking whether g++ -std=gnu++11 supports range-based for loops
  375. configure:5489: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  376. configure:5489: $? = 0
  377. configure:5499: result: yes
  378. configure:5504: checking whether g++ -std=gnu++11 supports auto and decltype declarations
  379. configure:5520: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  380. configure:5520: $? = 0
  381. configure:5530: result: yes
  382. configure:5535: checking whether g++ -std=gnu++11 supports double right angle brackets in template uses (a<b<int>>)
  383. configure:5550: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  384. configure:5550: $? = 0
  385. configure:5560: result: yes
  386. configure:5565: checking whether g++ -std=gnu++11 supports initializer lists
  387. configure:5581: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  388. configure:5581: $? = 0
  389. configure:5591: result: yes
  390. configure:5596: checking whether g++ -std=gnu++11 supports static_assert
  391. configure:5616: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  392. configure:5616: $? = 0
  393. configure:5626: result: yes
  394. configure:5631: checking whether g++ -std=gnu++11 supports constructor reuse
  395. configure:5652: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  396. configure:5652: $? = 0
  397. configure:5662: result: yes
  398. configure:5667: checking whether g++ -std=gnu++11 supports move references
  399. configure:5686: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  400. configure:5686: $? = 0
  401. configure:5696: result: yes
  402. configure:5701: checking whether g++ -std=gnu++11 supports std::array
  403. configure:5716: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  404. configure:5716: $? = 0
  405. configure:5726: result: yes
  406. configure:5731: checking whether g++ -std=gnu++11 supports threads
  407. configure:5750: g++ -o conftest -std=c++0x -std=gnu++11   conftest.cpp  >&5
  408. /tmp/ccS9ohrG.o: In function `std::thread::thread<void (&)(int), int>(void (&)(int), int&&)':
  409. conftest.cpp:(.text._ZNSt6threadC2IRFviEJiEEEOT_DpOT0_[_ZNSt6threadC5IRFviEJiEEEOT_DpOT0_]+0x84): undefined reference to `pthread_create'
  410. collect2: error: ld returned 1 exit status
  411. configure:5750: $? = 1
  412. configure: failed program was:
  413. | /* confdefs.h */
  414. | #define PACKAGE_NAME "mgsim"
  415. | #define PACKAGE_TARNAME "mgsim"
  416. | #define PACKAGE_VERSION "3.5.41-3724f"
  417. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  418. | #define PACKAGE_BUGREPORT "[email protected]"
  419. | #define PACKAGE_URL ""
  420. | #define STDC_HEADERS 1
  421. | #define HAVE_SYS_TYPES_H 1
  422. | #define HAVE_SYS_STAT_H 1
  423. | #define HAVE_STDLIB_H 1
  424. | #define HAVE_STRING_H 1
  425. | #define HAVE_MEMORY_H 1
  426. | #define HAVE_STRINGS_H 1
  427. | #define HAVE_INTTYPES_H 1
  428. | #define HAVE_STDINT_H 1
  429. | #define HAVE_UNISTD_H 1
  430. | #define __EXTENSIONS__ 1
  431. | #define _ALL_SOURCE 1
  432. | #define _GNU_SOURCE 1
  433. | #define _POSIX_PTHREAD_SEMANTICS 1
  434. | #define _TANDEM_SOURCE 1
  435. | #define HAVE_GCC_ABI_DEMANGLE 1
  436. | /* end confdefs.h.  */
  437. |
  438. | #include <thread>
  439. | void foo(int x) { }
  440. | int main() {
  441. |  std::thread t(foo, 42);
  442. |  t.join();
  443. |  return 0;
  444. | }
  445. |
  446. configure:5760: result: no
  447. configure:5473: checking whether g++ -std=gnu++0x supports range-based for loops
  448. configure:5489: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  449. configure:5489: $? = 0
  450. configure:5499: result: yes
  451. configure:5504: checking whether g++ -std=gnu++0x supports auto and decltype declarations
  452. configure:5520: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  453. configure:5520: $? = 0
  454. configure:5530: result: yes
  455. configure:5535: checking whether g++ -std=gnu++0x supports double right angle brackets in template uses (a<b<int>>)
  456. configure:5550: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  457. configure:5550: $? = 0
  458. configure:5560: result: yes
  459. configure:5565: checking whether g++ -std=gnu++0x supports initializer lists
  460. configure:5581: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  461. configure:5581: $? = 0
  462. configure:5591: result: yes
  463. configure:5596: checking whether g++ -std=gnu++0x supports static_assert
  464. configure:5616: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  465. configure:5616: $? = 0
  466. configure:5626: result: yes
  467. configure:5631: checking whether g++ -std=gnu++0x supports constructor reuse
  468. configure:5652: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  469. configure:5652: $? = 0
  470. configure:5662: result: yes
  471. configure:5667: checking whether g++ -std=gnu++0x supports move references
  472. configure:5686: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  473. configure:5686: $? = 0
  474. configure:5696: result: yes
  475. configure:5701: checking whether g++ -std=gnu++0x supports std::array
  476. configure:5716: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  477. configure:5716: $? = 0
  478. configure:5726: result: yes
  479. configure:5731: checking whether g++ -std=gnu++0x supports threads
  480. configure:5750: g++ -o conftest -std=c++0x -std=gnu++0x   conftest.cpp  >&5
  481. /tmp/ccEojvez.o: In function `std::thread::thread<void (&)(int), int>(void (&)(int), int&&)':
  482. conftest.cpp:(.text._ZNSt6threadC2IRFviEJiEEEOT_DpOT0_[_ZNSt6threadC5IRFviEJiEEEOT_DpOT0_]+0x84): undefined reference to `pthread_create'
  483. collect2: error: ld returned 1 exit status
  484. configure:5750: $? = 1
  485. configure: failed program was:
  486. | /* confdefs.h */
  487. | #define PACKAGE_NAME "mgsim"
  488. | #define PACKAGE_TARNAME "mgsim"
  489. | #define PACKAGE_VERSION "3.5.41-3724f"
  490. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  491. | #define PACKAGE_BUGREPORT "[email protected]"
  492. | #define PACKAGE_URL ""
  493. | #define STDC_HEADERS 1
  494. | #define HAVE_SYS_TYPES_H 1
  495. | #define HAVE_SYS_STAT_H 1
  496. | #define HAVE_STDLIB_H 1
  497. | #define HAVE_STRING_H 1
  498. | #define HAVE_MEMORY_H 1
  499. | #define HAVE_STRINGS_H 1
  500. | #define HAVE_INTTYPES_H 1
  501. | #define HAVE_STDINT_H 1
  502. | #define HAVE_UNISTD_H 1
  503. | #define __EXTENSIONS__ 1
  504. | #define _ALL_SOURCE 1
  505. | #define _GNU_SOURCE 1
  506. | #define _POSIX_PTHREAD_SEMANTICS 1
  507. | #define _TANDEM_SOURCE 1
  508. | #define HAVE_GCC_ABI_DEMANGLE 1
  509. | /* end confdefs.h.  */
  510. |
  511. | #include <thread>
  512. | void foo(int x) { }
  513. | int main() {
  514. |  std::thread t(foo, 42);
  515. |  t.join();
  516. |  return 0;
  517. | }
  518. |
  519. configure:5760: result: no
  520. configure:5473: checking whether g++ -std=c++11 supports range-based for loops
  521. configure:5489: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  522. configure:5489: $? = 0
  523. configure:5499: result: yes
  524. configure:5504: checking whether g++ -std=c++11 supports auto and decltype declarations
  525. configure:5520: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  526. configure:5520: $? = 0
  527. configure:5530: result: yes
  528. configure:5535: checking whether g++ -std=c++11 supports double right angle brackets in template uses (a<b<int>>)
  529. configure:5550: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  530. configure:5550: $? = 0
  531. configure:5560: result: yes
  532. configure:5565: checking whether g++ -std=c++11 supports initializer lists
  533. configure:5581: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  534. configure:5581: $? = 0
  535. configure:5591: result: yes
  536. configure:5596: checking whether g++ -std=c++11 supports static_assert
  537. configure:5616: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  538. configure:5616: $? = 0
  539. configure:5626: result: yes
  540. configure:5631: checking whether g++ -std=c++11 supports constructor reuse
  541. configure:5652: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  542. configure:5652: $? = 0
  543. configure:5662: result: yes
  544. configure:5667: checking whether g++ -std=c++11 supports move references
  545. configure:5686: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  546. configure:5686: $? = 0
  547. configure:5696: result: yes
  548. configure:5701: checking whether g++ -std=c++11 supports std::array
  549. configure:5716: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  550. configure:5716: $? = 0
  551. configure:5726: result: yes
  552. configure:5731: checking whether g++ -std=c++11 supports threads
  553. configure:5750: g++ -o conftest -std=c++0x -std=c++11   conftest.cpp  >&5
  554. /tmp/ccSRyrMu.o: In function `std::thread::thread<void (&)(int), int>(void (&)(int), int&&)':
  555. conftest.cpp:(.text._ZNSt6threadC2IRFviEJiEEEOT_DpOT0_[_ZNSt6threadC5IRFviEJiEEEOT_DpOT0_]+0x84): undefined reference to `pthread_create'
  556. collect2: error: ld returned 1 exit status
  557. configure:5750: $? = 1
  558. configure: failed program was:
  559. | /* confdefs.h */
  560. | #define PACKAGE_NAME "mgsim"
  561. | #define PACKAGE_TARNAME "mgsim"
  562. | #define PACKAGE_VERSION "3.5.41-3724f"
  563. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  564. | #define PACKAGE_BUGREPORT "[email protected]"
  565. | #define PACKAGE_URL ""
  566. | #define STDC_HEADERS 1
  567. | #define HAVE_SYS_TYPES_H 1
  568. | #define HAVE_SYS_STAT_H 1
  569. | #define HAVE_STDLIB_H 1
  570. | #define HAVE_STRING_H 1
  571. | #define HAVE_MEMORY_H 1
  572. | #define HAVE_STRINGS_H 1
  573. | #define HAVE_INTTYPES_H 1
  574. | #define HAVE_STDINT_H 1
  575. | #define HAVE_UNISTD_H 1
  576. | #define __EXTENSIONS__ 1
  577. | #define _ALL_SOURCE 1
  578. | #define _GNU_SOURCE 1
  579. | #define _POSIX_PTHREAD_SEMANTICS 1
  580. | #define _TANDEM_SOURCE 1
  581. | #define HAVE_GCC_ABI_DEMANGLE 1
  582. | /* end confdefs.h.  */
  583. |
  584. | #include <thread>
  585. | void foo(int x) { }
  586. | int main() {
  587. |  std::thread t(foo, 42);
  588. |  t.join();
  589. |  return 0;
  590. | }
  591. |
  592. configure:5760: result: no
  593. configure:5473: checking whether g++ -std=c++0x supports range-based for loops
  594. configure:5489: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  595. configure:5489: $? = 0
  596. configure:5499: result: yes
  597. configure:5504: checking whether g++ -std=c++0x supports auto and decltype declarations
  598. configure:5520: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  599. configure:5520: $? = 0
  600. configure:5530: result: yes
  601. configure:5535: checking whether g++ -std=c++0x supports double right angle brackets in template uses (a<b<int>>)
  602. configure:5550: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  603. configure:5550: $? = 0
  604. configure:5560: result: yes
  605. configure:5565: checking whether g++ -std=c++0x supports initializer lists
  606. configure:5581: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  607. configure:5581: $? = 0
  608. configure:5591: result: yes
  609. configure:5596: checking whether g++ -std=c++0x supports static_assert
  610. configure:5616: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  611. configure:5616: $? = 0
  612. configure:5626: result: yes
  613. configure:5631: checking whether g++ -std=c++0x supports constructor reuse
  614. configure:5652: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  615. configure:5652: $? = 0
  616. configure:5662: result: yes
  617. configure:5667: checking whether g++ -std=c++0x supports move references
  618. configure:5686: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  619. configure:5686: $? = 0
  620. configure:5696: result: yes
  621. configure:5701: checking whether g++ -std=c++0x supports std::array
  622. configure:5716: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  623. configure:5716: $? = 0
  624. configure:5726: result: yes
  625. configure:5731: checking whether g++ -std=c++0x supports threads
  626. configure:5750: g++ -o conftest -std=c++0x -std=c++0x   conftest.cpp  >&5
  627. /tmp/ccb7wM8l.o: In function `std::thread::thread<void (&)(int), int>(void (&)(int), int&&)':
  628. conftest.cpp:(.text._ZNSt6threadC2IRFviEJiEEEOT_DpOT0_[_ZNSt6threadC5IRFviEJiEEEOT_DpOT0_]+0x84): undefined reference to `pthread_create'
  629. collect2: error: ld returned 1 exit status
  630. configure:5750: $? = 1
  631. configure: failed program was:
  632. | /* confdefs.h */
  633. | #define PACKAGE_NAME "mgsim"
  634. | #define PACKAGE_TARNAME "mgsim"
  635. | #define PACKAGE_VERSION "3.5.41-3724f"
  636. | #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  637. | #define PACKAGE_BUGREPORT "[email protected]"
  638. | #define PACKAGE_URL ""
  639. | #define STDC_HEADERS 1
  640. | #define HAVE_SYS_TYPES_H 1
  641. | #define HAVE_SYS_STAT_H 1
  642. | #define HAVE_STDLIB_H 1
  643. | #define HAVE_STRING_H 1
  644. | #define HAVE_MEMORY_H 1
  645. | #define HAVE_STRINGS_H 1
  646. | #define HAVE_INTTYPES_H 1
  647. | #define HAVE_STDINT_H 1
  648. | #define HAVE_UNISTD_H 1
  649. | #define __EXTENSIONS__ 1
  650. | #define _ALL_SOURCE 1
  651. | #define _GNU_SOURCE 1
  652. | #define _POSIX_PTHREAD_SEMANTICS 1
  653. | #define _TANDEM_SOURCE 1
  654. | #define HAVE_GCC_ABI_DEMANGLE 1
  655. | /* end confdefs.h.  */
  656. |
  657. | #include <thread>
  658. | void foo(int x) { }
  659. | int main() {
  660. |  std::thread t(foo, 42);
  661. |  t.join();
  662. |  return 0;
  663. | }
  664. |
  665. configure:5760: result: no
  666. configure:5806: error: *** A compiler with support for C++11 language features is required.
  667.  
  668. ## ---------------- ##
  669. ## Cache variables. ##
  670. ## ---------------- ##
  671.  
  672. ac_cv_build=x86_64-unknown-linux-gnu
  673. ac_cv_cxx_compiler_gnu=yes
  674. ac_cv_env_AS_MIPS32EL_set=
  675. ac_cv_env_AS_MIPS32EL_value=
  676. ac_cv_env_AS_MIPS32_set=
  677. ac_cv_env_AS_MIPS32_value=
  678. ac_cv_env_AS_MTALPHA_set=
  679. ac_cv_env_AS_MTALPHA_value=
  680. ac_cv_env_AS_MTSPARC_set=
  681. ac_cv_env_AS_MTSPARC_value=
  682. ac_cv_env_AS_OR1K_set=
  683. ac_cv_env_AS_OR1K_value=
  684. ac_cv_env_CCC_set=
  685. ac_cv_env_CCC_value=
  686. ac_cv_env_CC_set=
  687. ac_cv_env_CC_value=
  688. ac_cv_env_CFLAGS_set=
  689. ac_cv_env_CFLAGS_value=
  690. ac_cv_env_CPPFLAGS_set=
  691. ac_cv_env_CPPFLAGS_value=
  692. ac_cv_env_CXXCPP_set=
  693. ac_cv_env_CXXCPP_value=
  694. ac_cv_env_CXXFLAGS_set=set
  695. ac_cv_env_CXXFLAGS_value=-std=c++0x
  696. ac_cv_env_CXX_set=set
  697. ac_cv_env_CXX_value=g++
  698. ac_cv_env_GROFF_set=
  699. ac_cv_env_GROFF_value=
  700. ac_cv_env_HELP2MAN_set=
  701. ac_cv_env_HELP2MAN_value=
  702. ac_cv_env_LDFLAGS_set=
  703. ac_cv_env_LDFLAGS_value=
  704. ac_cv_env_LD_MIPS32EL_set=
  705. ac_cv_env_LD_MIPS32EL_value=
  706. ac_cv_env_LD_MIPS32_set=
  707. ac_cv_env_LD_MIPS32_value=
  708. ac_cv_env_LD_MTALPHA_set=
  709. ac_cv_env_LD_MTALPHA_value=
  710. ac_cv_env_LD_MTSPARC_set=
  711. ac_cv_env_LD_MTSPARC_value=
  712. ac_cv_env_LD_OR1K_set=
  713. ac_cv_env_LD_OR1K_value=
  714. ac_cv_env_LIBS_set=
  715. ac_cv_env_LIBS_value=
  716. ac_cv_env_OBJDUMP_MIPS32EL_set=
  717. ac_cv_env_OBJDUMP_MIPS32EL_value=
  718. ac_cv_env_OBJDUMP_MIPS32_set=
  719. ac_cv_env_OBJDUMP_MIPS32_value=
  720. ac_cv_env_OBJDUMP_MTALPHA_set=
  721. ac_cv_env_OBJDUMP_MTALPHA_value=
  722. ac_cv_env_OBJDUMP_MTSPARC_set=
  723. ac_cv_env_OBJDUMP_MTSPARC_value=
  724. ac_cv_env_OBJDUMP_OR1K_set=
  725. ac_cv_env_OBJDUMP_OR1K_value=
  726. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  727. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  728. ac_cv_env_PKG_CONFIG_PATH_set=
  729. ac_cv_env_PKG_CONFIG_PATH_value=
  730. ac_cv_env_PKG_CONFIG_set=
  731. ac_cv_env_PKG_CONFIG_value=
  732. ac_cv_env_PS2PDF_set=
  733. ac_cv_env_PS2PDF_value=
  734. ac_cv_env_PYTHON_set=
  735. ac_cv_env_PYTHON_value=
  736. ac_cv_env_RST2MAN_set=
  737. ac_cv_env_RST2MAN_value=
  738. ac_cv_env_SDL_CFLAGS_set=
  739. ac_cv_env_SDL_CFLAGS_value=
  740. ac_cv_env_SDL_LIBS_set=
  741. ac_cv_env_SDL_LIBS_value=
  742. ac_cv_env_TBL_set=
  743. ac_cv_env_TBL_value=
  744. ac_cv_env_build_alias_set=
  745. ac_cv_env_build_alias_value=
  746. ac_cv_env_host_alias_set=
  747. ac_cv_env_host_alias_value=
  748. ac_cv_env_target_alias_set=set
  749. ac_cv_env_target_alias_value=mtalpha
  750. ac_cv_header_inttypes_h=yes
  751. ac_cv_header_memory_h=yes
  752. ac_cv_header_minix_config_h=no
  753. ac_cv_header_stdc=yes
  754. ac_cv_header_stdint_h=yes
  755. ac_cv_header_stdlib_h=yes
  756. ac_cv_header_string_h=yes
  757. ac_cv_header_strings_h=yes
  758. ac_cv_header_sys_stat_h=yes
  759. ac_cv_header_sys_types_h=yes
  760. ac_cv_header_unistd_h=yes
  761. ac_cv_host=x86_64-unknown-linux-gnu
  762. ac_cv_objext=o
  763. ac_cv_path_EGREP='/usr/bin/grep -E'
  764. ac_cv_path_GREP=/usr/bin/grep
  765. ac_cv_path_PYTHON=/usr/bin/python
  766. ac_cv_path_SED=/usr/bin/sed
  767. ac_cv_path_install='/usr/bin/install -c'
  768. ac_cv_path_mkdir=/usr/bin/mkdir
  769. ac_cv_prog_AWK=gawk
  770. ac_cv_prog_CXXCPP='g++ -E'
  771. ac_cv_prog_GROFF=groff
  772. ac_cv_prog_PS2PDF=ps2pdf
  773. ac_cv_prog_TBL=tbl
  774. ac_cv_prog_ac_ct_RANLIB=ranlib
  775. ac_cv_prog_cxx_g=yes
  776. ac_cv_prog_make_make_set=yes
  777. ac_cv_safe_to_define___extensions__=yes
  778. ac_cv_target=mtalpha-unknown-none
  779. am_cv_CXX_dependencies_compiler_type=gcc3
  780. am_cv_make_support_nested_variables=yes
  781. am_cv_pathless_PYTHON=python
  782. am_cv_prog_tar_ustar=gnutar
  783. am_cv_python_platform=linux2
  784. am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
  785. am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
  786. am_cv_python_version=2.7
  787. ax_cv_cxx_gcc_abi_demangle=yes
  788. cxx11_cv_array__std_cpp0x=yes
  789. cxx11_cv_array__std_cpp11=yes
  790. cxx11_cv_array__std_gnupp0x=yes
  791. cxx11_cv_array__std_gnupp11=yes
  792. cxx11_cv_auto_decltype__std_cpp0x=yes
  793. cxx11_cv_auto_decltype__std_cpp11=yes
  794. cxx11_cv_auto_decltype__std_gnupp0x=yes
  795. cxx11_cv_auto_decltype__std_gnupp11=yes
  796. cxx11_cv_auto_range__std_cpp0x=yes
  797. cxx11_cv_auto_range__std_cpp11=yes
  798. cxx11_cv_auto_range__std_gnupp0x=yes
  799. cxx11_cv_auto_range__std_gnupp11=yes
  800. cxx11_cv_constructor_reuse__std_cpp0x=yes
  801. cxx11_cv_constructor_reuse__std_cpp11=yes
  802. cxx11_cv_constructor_reuse__std_gnupp0x=yes
  803. cxx11_cv_constructor_reuse__std_gnupp11=yes
  804. cxx11_cv_initializer_list__std_cpp0x=yes
  805. cxx11_cv_initializer_list__std_cpp11=yes
  806. cxx11_cv_initializer_list__std_gnupp0x=yes
  807. cxx11_cv_initializer_list__std_gnupp11=yes
  808. cxx11_cv_move_ref__std_cpp0x=yes
  809. cxx11_cv_move_ref__std_cpp11=yes
  810. cxx11_cv_move_ref__std_gnupp0x=yes
  811. cxx11_cv_move_ref__std_gnupp11=yes
  812. cxx11_cv_right_angle_brackets__std_cpp0x=yes
  813. cxx11_cv_right_angle_brackets__std_cpp11=yes
  814. cxx11_cv_right_angle_brackets__std_gnupp0x=yes
  815. cxx11_cv_right_angle_brackets__std_gnupp11=yes
  816. cxx11_cv_static_assert__std_cpp0x=yes
  817. cxx11_cv_static_assert__std_cpp11=yes
  818. cxx11_cv_static_assert__std_gnupp0x=yes
  819. cxx11_cv_static_assert__std_gnupp11=yes
  820. cxx11_cv_thread__std_cpp0x=no
  821. cxx11_cv_thread__std_cpp11=no
  822. cxx11_cv_thread__std_gnupp0x=no
  823. cxx11_cv_thread__std_gnupp11=no
  824.  
  825. ## ----------------- ##
  826. ## Output variables. ##
  827. ## ----------------- ##
  828.  
  829. ACLOCAL='${SHELL} /home/mehdi/mgsim-3.5.41-3724f/build-aux/missing aclocal-1.15'
  830. AMDEPBACKSLASH='\'
  831. AMDEP_FALSE='#'
  832. AMDEP_TRUE=''
  833. AMTAR='$${TAR-tar}'
  834. AM_BACKSLASH='\'
  835. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  836. AM_DEFAULT_VERBOSITY='0'
  837. AM_V='$(V)'
  838. AS_MIPS32=''
  839. AS_MIPS32EL=''
  840. AS_MTALPHA=''
  841. AS_MTSPARC=''
  842. AS_OR1K=''
  843. AUTOCONF='${SHELL} /home/mehdi/mgsim-3.5.41-3724f/build-aux/missing autoconf'
  844. AUTOHEADER='${SHELL} /home/mehdi/mgsim-3.5.41-3724f/build-aux/missing autoheader'
  845. AUTOMAKE='${SHELL} /home/mehdi/mgsim-3.5.41-3724f/build-aux/missing automake-1.15'
  846. AWK='gawk'
  847. CC=''
  848. CCDEPMODE=''
  849. CFLAGS=''
  850. CPPFLAGS=''
  851. CXX='g++'
  852. CXXCPP='g++ -E'
  853. CXXDEPMODE='depmode=gcc3'
  854. CXXFLAGS='-std=c++0x'
  855. CYGPATH_W='echo'
  856. DEFS=''
  857. DEPDIR='.deps'
  858. ECHO_C=''
  859. ECHO_N='-n'
  860. ECHO_T=''
  861. EGREP='/usr/bin/grep -E'
  862. ENABLE_CACTI_FALSE=''
  863. ENABLE_CACTI_TRUE=''
  864. ENABLE_COMPILED_MIPS32EL_TESTS_FALSE=''
  865. ENABLE_COMPILED_MIPS32EL_TESTS_TRUE=''
  866. ENABLE_COMPILED_MIPS32_TESTS_FALSE=''
  867. ENABLE_COMPILED_MIPS32_TESTS_TRUE=''
  868. ENABLE_COMPILED_MTALPHA_TESTS_FALSE=''
  869. ENABLE_COMPILED_MTALPHA_TESTS_TRUE=''
  870. ENABLE_COMPILED_MTSPARC_TESTS_FALSE=''
  871. ENABLE_COMPILED_MTSPARC_TESTS_TRUE=''
  872. ENABLE_COMPILED_OR1K_TESTS_FALSE=''
  873. ENABLE_COMPILED_OR1K_TESTS_TRUE=''
  874. ENABLE_MEM_BANKED_FALSE=''
  875. ENABLE_MEM_BANKED_TRUE=''
  876. ENABLE_MEM_CDMA_FALSE=''
  877. ENABLE_MEM_CDMA_TRUE=''
  878. ENABLE_MEM_DDR_FALSE=''
  879. ENABLE_MEM_DDR_TRUE=''
  880. ENABLE_MEM_PARALLEL_FALSE=''
  881. ENABLE_MEM_PARALLEL_TRUE=''
  882. ENABLE_MEM_SERIAL_FALSE=''
  883. ENABLE_MEM_SERIAL_TRUE=''
  884. ENABLE_MEM_ZLCDMA_FALSE=''
  885. ENABLE_MEM_ZLCDMA_TRUE=''
  886. ENABLE_MIPS32EL_TESTS_FALSE=''
  887. ENABLE_MIPS32EL_TESTS_TRUE=''
  888. ENABLE_MIPS32_TESTS_FALSE=''
  889. ENABLE_MIPS32_TESTS_TRUE=''
  890. ENABLE_MTALPHA_TESTS_FALSE=''
  891. ENABLE_MTALPHA_TESTS_TRUE=''
  892. ENABLE_MTSPARC_TESTS_FALSE=''
  893. ENABLE_MTSPARC_TESTS_TRUE=''
  894. ENABLE_OR1K_TESTS_FALSE=''
  895. ENABLE_OR1K_TESTS_TRUE=''
  896. ENABLE_SDL_FALSE=''
  897. ENABLE_SDL_TRUE=''
  898. EXEEXT=''
  899. GET_TEST_LIST=''
  900. GREP='/usr/bin/grep'
  901. GROFF='groff'
  902. HAVE_MIPS32EL_BINUTILS_FALSE=''
  903. HAVE_MIPS32EL_BINUTILS_TRUE=''
  904. HAVE_MIPS32_BINUTILS_FALSE=''
  905. HAVE_MIPS32_BINUTILS_TRUE=''
  906. HAVE_MTALPHA_BINUTILS_FALSE=''
  907. HAVE_MTALPHA_BINUTILS_TRUE=''
  908. HAVE_MTSPARC_BINUTILS_FALSE=''
  909. HAVE_MTSPARC_BINUTILS_TRUE=''
  910. HAVE_OR1K_BINUTILS_FALSE=''
  911. HAVE_OR1K_BINUTILS_TRUE=''
  912. HELP2MAN='/home/mehdi/mgsim-3.5.41-3724f/build-aux/missing help2man'
  913. INSTALL_DATA='${INSTALL} -m 644'
  914. INSTALL_PROGRAM='${INSTALL}'
  915. INSTALL_SCRIPT='${INSTALL}'
  916. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  917. LDFLAGS=''
  918. LD_MIPS32=''
  919. LD_MIPS32EL=''
  920. LD_MTALPHA=''
  921. LD_MTSPARC=''
  922. LD_OR1K=''
  923. LIBOBJS=''
  924. LIBS=''
  925. LTLIBOBJS=''
  926. MAKEINFO='${SHELL} /home/mehdi/mgsim-3.5.41-3724f/build-aux/missing makeinfo'
  927. MKDIR_P='/usr/bin/mkdir -p'
  928. OBJDUMP_MIPS32=''
  929. OBJDUMP_MIPS32EL=''
  930. OBJDUMP_MTALPHA=''
  931. OBJDUMP_MTSPARC=''
  932. OBJDUMP_OR1K=''
  933. OBJEXT='o'
  934. PACKAGE='mgsim'
  935. PACKAGE_BUGREPORT='[email protected]'
  936. PACKAGE_NAME='mgsim'
  937. PACKAGE_STRING='mgsim 3.5.41-3724f'
  938. PACKAGE_TARNAME='mgsim'
  939. PACKAGE_URL=''
  940. PACKAGE_VERSION='3.5.41-3724f'
  941. PATH_SEPARATOR=':'
  942. PKG_CONFIG=''
  943. PKG_CONFIG_LIBDIR=''
  944. PKG_CONFIG_PATH=''
  945. PS2PDF='ps2pdf'
  946. PTHREAD_CC=''
  947. PTHREAD_CFLAGS=''
  948. PTHREAD_LIBS=''
  949. PYTHON='/usr/bin/python'
  950. PYTHON_EXEC_PREFIX='${exec_prefix}'
  951. PYTHON_PLATFORM='linux2'
  952. PYTHON_PREFIX='${prefix}'
  953. PYTHON_VERSION='2.7'
  954. RANLIB='ranlib'
  955. RST2MAN='/home/mehdi/mgsim-3.5.41-3724f/build-aux/missing rst2man'
  956. SDL2_CONFIG=''
  957. SDL_CFLAGS=''
  958. SDL_LIBS=''
  959. SED='/usr/bin/sed'
  960. SET_MAKE=''
  961. SHELL='/bin/sh'
  962. SLC=''
  963. STRIP=''
  964. TBL='tbl'
  965. VERSION='3.5.41-3724f'
  966. WARN_CXXFLAGS='-W -Wall -Wextra -Weffc++ -Wundef -Wshadow -Wpointer-arith -Wmissing-declarations -Wwrite-strings'
  967. ac_ct_CC=''
  968. ac_ct_CXX=''
  969. am__EXEEXT_FALSE=''
  970. am__EXEEXT_TRUE=''
  971. am__fastdepCC_FALSE=''
  972. am__fastdepCC_TRUE=''
  973. am__fastdepCXX_FALSE='#'
  974. am__fastdepCXX_TRUE=''
  975. am__include='include'
  976. am__isrc=' -I$(srcdir)'
  977. am__leading_dot='.'
  978. am__nodep='_no'
  979. am__quote=''
  980. am__tar='tar --format=ustar -chf - "$$tardir"'
  981. am__untar='tar -xf -'
  982. ax_pthread_config=''
  983. bindir='${exec_prefix}/bin'
  984. build='x86_64-unknown-linux-gnu'
  985. build_alias=''
  986. build_cpu='x86_64'
  987. build_os='linux-gnu'
  988. build_vendor='unknown'
  989. datadir='${datarootdir}'
  990. datarootdir='${prefix}/share'
  991. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  992. dvidir='${docdir}'
  993. exec_prefix='NONE'
  994. host='x86_64-unknown-linux-gnu'
  995. host_alias=''
  996. host_cpu='x86_64'
  997. host_os='linux-gnu'
  998. host_vendor='unknown'
  999. htmldir='${docdir}'
  1000. includedir='${prefix}/include'
  1001. infodir='${datarootdir}/info'
  1002. install_sh='${SHELL} /home/mehdi/mgsim-3.5.41-3724f/build-aux/install-sh'
  1003. libdir='${exec_prefix}/lib'
  1004. libexecdir='${exec_prefix}/libexec'
  1005. localedir='${datarootdir}/locale'
  1006. localstatedir='${prefix}/var'
  1007. mandir='${datarootdir}/man'
  1008. mkdir_p='$(MKDIR_P)'
  1009. oldincludedir='/usr/include'
  1010. pdfdir='${docdir}'
  1011. pkgpyexecdir='${pyexecdir}/mgsim'
  1012. pkgpythondir='${pythondir}/mgsim'
  1013. prefix='/home/mehdi/mgsim'
  1014. program_transform_name='s&^&mtalpha-&'
  1015. psdir='${docdir}'
  1016. pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
  1017. pythondir='${prefix}/lib/python2.7/site-packages'
  1018. sbindir='${exec_prefix}/sbin'
  1019. sharedstatedir='${prefix}/com'
  1020. sysconfdir='${prefix}/etc'
  1021. target='mtalpha-unknown-none'
  1022. target_alias='mtalpha'
  1023. target_cpu='mtalpha'
  1024. target_os='none'
  1025. target_vendor='unknown'
  1026.  
  1027. ## ----------- ##
  1028. ## confdefs.h. ##
  1029. ## ----------- ##
  1030.  
  1031. /* confdefs.h */
  1032. #define PACKAGE_NAME "mgsim"
  1033. #define PACKAGE_TARNAME "mgsim"
  1034. #define PACKAGE_VERSION "3.5.41-3724f"
  1035. #define PACKAGE_STRING "mgsim 3.5.41-3724f"
  1036. #define PACKAGE_BUGREPORT "[email protected]"
  1037. #define PACKAGE_URL ""
  1038. #define STDC_HEADERS 1
  1039. #define HAVE_SYS_TYPES_H 1
  1040. #define HAVE_SYS_STAT_H 1
  1041. #define HAVE_STDLIB_H 1
  1042. #define HAVE_STRING_H 1
  1043. #define HAVE_MEMORY_H 1
  1044. #define HAVE_STRINGS_H 1
  1045. #define HAVE_INTTYPES_H 1
  1046. #define HAVE_STDINT_H 1
  1047. #define HAVE_UNISTD_H 1
  1048. #define __EXTENSIONS__ 1
  1049. #define _ALL_SOURCE 1
  1050. #define _GNU_SOURCE 1
  1051. #define _POSIX_PTHREAD_SEMANTICS 1
  1052. #define _TANDEM_SOURCE 1
  1053. #define HAVE_GCC_ABI_DEMANGLE 1
  1054.  
  1055. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement