Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.48 KB | None | 0 0
  1. pkg install Donwloads/image.tar.gz
  2.  
  3. octave:1> pkg install Downloads/io-2.4.12.tar.gz
  4. configure: error: in `/tmp/oct-yTnv3T/io-2.4.12/src':
  5. configure: error: C++ compiler cannot create executables
  6. See `config.log' for more details
  7. checking for mkoctfile... /snap/octave/current/usr/bin/mkoctfile-5.1.0
  8. checking for octave-config... /snap/octave/current/usr/bin/octave-config-5.1.0
  9. checking whether the C++ compiler works... no
  10.  
  11. pkg: error running the configure script for io.
  12. error: called from
  13. configure_make at line 82 column 9
  14. install at line 184 column 7
  15. pkg at line 441 column 9
  16.  
  17. enterIt was created by io configure 2.4.10, which was
  18.  
  19. ## --------- ##
  20. ## Platform. ##
  21. ## --------- ##
  22.  
  23. hostname = barrel
  24. uname -m = x86_64
  25. uname -r = 4.18.0-24-generic
  26. uname -s = Linux
  27. uname -v = #25~18.04.1-Ubuntu SMP Thu Jun 20 11:13:08 UTC 2019
  28.  
  29. /usr/bin/uname -p = unknown
  30. /bin/uname -X = unknown
  31.  
  32. /bin/arch = unknown
  33. /usr/bin/arch -k = unknown
  34. /usr/convex/getsysinfo = unknown
  35. /usr/bin/hostinfo = unknown
  36. /bin/machine = unknown
  37. /usr/bin/oslevel = unknown
  38. /bin/universe = unknown
  39.  
  40. PATH: /snap/octave/5/usr/sbin
  41. PATH: /snap/octave/5/usr/bin
  42. PATH: /snap/octave/5/sbin
  43. PATH: /snap/octave/5/bin
  44. PATH: /usr/local/sbin
  45. PATH: /usr/local/bin
  46. PATH: /usr/sbin
  47. PATH: /usr/bin
  48. PATH: /sbin
  49. PATH: /bin
  50. PATH: /usr/games
  51. PATH: /usr/local/games
  52. PATH: /snap/octave/current/usr/libexec/octave/5.1.0/site/exec/x86_64-pc-linux-gnu
  53. PATH: /snap/octave/current/usr/libexec/octave/api-v53/site/exec/x86_64-pc-linux-gnu
  54. PATH: /snap/octave/current/usr/libexec/octave/site/exec/x86_64-pc-linux-gnu
  55. PATH: /snap/octave/current/usr/libexec/octave/5.1.0/exec/x86_64-pc-linux-gnu
  56. PATH: /snap/octave/current/usr/bin
  57.  
  58.  
  59. ## ----------- ##
  60. ## Core tests. ##
  61. ## ----------- ##
  62.  
  63. configure:1798: checking for mkoctfile
  64. configure:1814: found /snap/octave/5/usr/bin/mkoctfile
  65. configure:1825: result: mkoctfile
  66. configure:1838: checking for octave-config
  67. configure:1854: found /snap/octave/5/usr/bin/octave-config
  68. configure:1865: result: octave-config
  69. configure:1991: checking for C++ compiler version
  70. configure:2000: g++ --version >&5
  71. g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
  72. Copyright (C) 2017 Free Software Foundation, Inc.
  73. This is free software; see the source for copying conditions. There is NO
  74. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  75.  
  76. configure:2011: $? = 0
  77. configure:2000: g++ -v >&5
  78. Using built-in specs.
  79. COLLECT_GCC=g++
  80. COLLECT_LTO_WRAPPER=/snap/octave/5/usr/bin/../lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  81. OFFLOAD_TARGET_NAMES=nvptx-none
  82. OFFLOAD_TARGET_DEFAULT=1
  83. Target: x86_64-linux-gnu
  84. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  85. Thread model: posix
  86. gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
  87. configure:2011: $? = 0
  88. configure:2000: g++ -V >&5
  89. g++: error: unrecognized command line option '-V'
  90. g++: fatal error: no input files
  91. compilation terminated.
  92. configure:2011: $? = 1
  93. configure:2000: g++ -qversion >&5
  94. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  95. g++: fatal error: no input files
  96. compilation terminated.
  97. configure:2011: $? = 1
  98. configure:2031: checking whether the C++ compiler works
  99. configure:2053: g++ conftest.cpp >&5
  100. /snap/octave/5/usr/bin/ld: cannot find /usr/lib/x86_64-linux-gnu/libmvec_nonshared.a
  101. collect2: error: ld returned 1 exit status
  102. configure:2057: $? = 1
  103. configure:2095: result: no
  104. configure: failed program was:
  105. | /* confdefs.h */
  106. | #define PACKAGE_NAME "io"
  107. | #define PACKAGE_TARNAME "io"
  108. | #define PACKAGE_VERSION "2.4.10"
  109. | #define PACKAGE_STRING "io 2.4.10"
  110. | #define PACKAGE_BUGREPORT "Philip Nienhuis <prnienhuis@users.sf.net>"
  111. | #define PACKAGE_URL ""
  112. | /* end confdefs.h. */
  113. |
  114. | int
  115. | main ()
  116. | {
  117. |
  118. | ;
  119. | return 0;
  120. | }
  121. configure:2100: error: in `/home/charper/test/io-2.4.12/src':
  122. configure:2102: error: C++ compiler cannot create executables
  123. See `config.log' for more details
  124.  
  125. ## ---------------- ##
  126. ## Cache variables. ##
  127. ## ---------------- ##
  128.  
  129. ac_cv_env_CCC_set=
  130. ac_cv_env_CCC_value=
  131. ac_cv_env_CPPFLAGS_set=
  132. ac_cv_env_CPPFLAGS_value=
  133. ac_cv_env_CXXCPP_set=
  134. ac_cv_env_CXXCPP_value=
  135. ac_cv_env_CXXFLAGS_set=
  136. ac_cv_env_CXXFLAGS_value=
  137. ac_cv_env_CXX_set=
  138. ac_cv_env_CXX_value=
  139. ac_cv_env_LDFLAGS_set=
  140. ac_cv_env_LDFLAGS_value=
  141. ac_cv_env_LIBS_set=
  142. ac_cv_env_LIBS_value=
  143. ac_cv_env_build_alias_set=
  144. ac_cv_env_build_alias_value=
  145. ac_cv_env_host_alias_set=
  146. ac_cv_env_host_alias_value=
  147. ac_cv_env_target_alias_set=
  148. ac_cv_env_target_alias_value=
  149. ac_cv_prog_MKOCTFILE=mkoctfile
  150. ac_cv_prog_OCTAVE_CONFIG=octave-config
  151.  
  152. ## ----------------- ##
  153. ## Output variables. ##
  154. ## ----------------- ##
  155.  
  156. CPPFLAGS=''
  157. CXX='g++'
  158. CXXCPP=''
  159. CXXFLAGS=''
  160. DEFS=''
  161. ECHO_C=''
  162. ECHO_N='-n'
  163. ECHO_T=''
  164. EXEEXT=''
  165. LDFLAGS=''
  166. LIBOBJS=''
  167. LIBS=''
  168. LTLIBOBJS=''
  169. MKOCTFILE='mkoctfile'
  170. OBJEXT=''
  171. OCTAVE_CONFIG='octave-config'
  172. PACKAGE_BUGREPORT='Philip Nienhuis <prnienhuis@users.sf.net>'
  173. PACKAGE_NAME='io'
  174. PACKAGE_STRING='io 2.4.10'
  175. PACKAGE_TARNAME='io'
  176. PACKAGE_URL=''
  177. PACKAGE_VERSION='2.4.10'
  178. PATH_SEPARATOR=':'
  179. SHELL='/bin/bash'
  180. ac_ct_CXX=''
  181. bindir='${exec_prefix}/bin'
  182. build_alias=''
  183. datadir='${datarootdir}'
  184. datarootdir='${prefix}/share'
  185. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  186. dvidir='${docdir}'
  187. exec_prefix='NONE'
  188. host_alias=''
  189. htmldir='${docdir}'
  190. includedir='${prefix}/include'
  191. infodir='${datarootdir}/info'
  192. libdir='${exec_prefix}/lib'
  193. libexecdir='${exec_prefix}/libexec'
  194. localedir='${datarootdir}/locale'
  195. localstatedir='${prefix}/var'
  196. mandir='${datarootdir}/man'
  197. oldincludedir='/usr/include'
  198. pdfdir='${docdir}'
  199. prefix='NONE'
  200. This is free software; see the source for copying conditions. There is NO
  201. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  202.  
  203. configure:2011: $? = 0
  204. configure:2000: g++ -v >&5
  205. Using built-in specs.
  206. COLLECT_GCC=g++
  207. COLLECT_LTO_WRAPPER=/snap/octave/5/usr/bin/../lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  208. OFFLOAD_TARGET_NAMES=nvptx-none
  209. OFFLOAD_TARGET_DEFAULT=1
  210. Target: x86_64-linux-gnu
  211. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  212. This file contains any messages produced by compilers while
  213. running configure, to aid debugging if configure makes a mistake.
  214.  
  215. It was created by io configure 2.4.10, which was
  216. generated by GNU Autoconf 2.69. Invocation command line was
  217.  
  218. $ ./configure
  219.  
  220. ## --------- ##
  221. ## Platform. ##
  222. ## --------- ##
  223.  
  224. hostname = barrel
  225. uname -m = x86_64
  226. uname -r = 4.18.0-24-generic
  227. uname -s = Linux
  228. uname -v = #25~18.04.1-Ubuntu SMP Thu Jun 20 11:13:08 UTC 2019
  229.  
  230. /usr/bin/uname -p = unknown
  231. /bin/uname -X = unknown
  232.  
  233. /bin/arch = unknown
  234. /usr/bin/arch -k = unknown
  235. /usr/convex/getsysinfo = unknown
  236. /usr/bin/hostinfo = unknown
  237. /bin/machine = unknown
  238. /usr/bin/oslevel = unknown
  239. /bin/universe = unknown
  240.  
  241. PATH: /snap/octave/5/usr/sbin
  242. PATH: /snap/octave/5/usr/bin
  243. PATH: /snap/octave/5/sbin
  244. PATH: /snap/octave/5/bin
  245. PATH: /usr/local/sbin
  246. PATH: /usr/local/bin
  247. PATH: /usr/sbin
  248. PATH: /usr/bin
  249. PATH: /sbin
  250. PATH: /bin
  251. PATH: /usr/games
  252. PATH: /usr/local/games
  253. PATH: /snap/octave/current/usr/libexec/octave/5.1.0/site/exec/x86_64-pc-linux-gnu
  254. PATH: /snap/octave/current/usr/libexec/octave/api-v53/site/exec/x86_64-pc-linux-gnu
  255. PATH: /snap/octave/current/usr/libexec/octave/site/exec/x86_64-pc-linux-gnu
  256. PATH: /snap/octave/current/usr/libexec/octave/5.1.0/exec/x86_64-pc-linux-gnu
  257. PATH: /snap/octave/current/usr/bin
  258.  
  259.  
  260. ## ----------- ##
  261. ## Core tests. ##
  262. ## ----------- ##
  263.  
  264. configure:1798: checking for mkoctfile
  265. configure:1814: found /snap/octave/5/usr/bin/mkoctfile
  266. configure:1825: result: mkoctfile
  267. configure:1838: checking for octave-config
  268. configure:1854: found /snap/octave/5/usr/bin/octave-config
  269. configure:1865: result: octave-config
  270. configure:1991: checking for C++ compiler version
  271. configure:2000: g++ --version >&5
  272. g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
  273. Copyright (C) 2017 Free Software Foundation, Inc.
  274. This is free software; see the source for copying conditions. There is NO
  275. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  276.  
  277. configure:2011: $? = 0
  278. configure:2000: g++ -v >&5
  279. Using built-in specs.
  280. COLLECT_GCC=g++
  281. COLLECT_LTO_WRAPPER=/snap/octave/5/usr/bin/../lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  282. OFFLOAD_TARGET_NAMES=nvptx-none
  283. OFFLOAD_TARGET_DEFAULT=1
  284. Target: x86_64-linux-gnu
  285. This file contains any messages produced by compilers while
  286. running configure, to aid debugging if configure makes a mistake.
  287.  
  288. It was created by io configure 2.4.10, which was
  289. generated by GNU Autoconf 2.69. Invocation command line was
  290.  
  291. $ ./configure
  292.  
  293. ## --------- ##
  294. ## Platform. ##
  295. ## --------- ##
  296.  
  297. hostname = barrel
  298. uname -m = x86_64
  299. uname -r = 4.18.0-24-generic
  300. uname -s = Linux
  301. uname -v = #25~18.04.1-Ubuntu SMP Thu Jun 20 11:13:08 UTC 2019
  302.  
  303. /usr/bin/uname -p = unknown
  304. /bin/uname -X = unknown
  305.  
  306. /bin/arch = unknown
  307. /usr/bin/arch -k = unknown
  308. /usr/convex/getsysinfo = unknown
  309. /usr/bin/hostinfo = unknown
  310. /bin/machine = unknown
  311. /usr/bin/oslevel = unknown
  312. /bin/universe = unknown
  313.  
  314. PATH: /snap/octave/5/usr/sbin
  315. PATH: /snap/octave/5/usr/bin
  316. PATH: /snap/octave/5/sbin
  317. PATH: /snap/octave/5/bin
  318. PATH: /usr/local/sbin
  319. PATH: /usr/local/bin
  320. PATH: /usr/sbin
  321. PATH: /usr/bin
  322. PATH: /sbin
  323. PATH: /bin
  324. PATH: /usr/games
  325. PATH: /usr/local/games
  326. PATH: /snap/octave/current/usr/libexec/octave/5.1.0/site/exec/x86_64-pc-linux-gnu
  327. PATH: /snap/octave/current/usr/libexec/octave/api-v53/site/exec/x86_64-pc-linux-gnu
  328. PATH: /snap/octave/current/usr/libexec/octave/site/exec/x86_64-pc-linux-gnu
  329. PATH: /snap/octave/current/usr/libexec/octave/5.1.0/exec/x86_64-pc-linux-gnu
  330. PATH: /snap/octave/current/usr/bin
  331.  
  332.  
  333. ## ----------- ##
  334. ## Core tests. ##
  335. ## ----------- ##
  336.  
  337. configure:1798: checking for mkoctfile
  338. configure:1814: found /snap/octave/5/usr/bin/mkoctfile
  339. configure:1825: result: mkoctfile
  340. configure:1838: checking for octave-config
  341. configure:1854: found /snap/octave/5/usr/bin/octave-config
  342. configure:1865: result: octave-config
  343. configure:1991: checking for C++ compiler version
  344. configure:2000: g++ --version >&5
  345. g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
  346. Copyright (C) 2017 Free Software Foundation, Inc.
  347. This is free software; see the source for copying conditions. There is NO
  348. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  349.  
  350. configure:2011: $? = 0
  351. configure:2000: g++ -v >&5
  352. Using built-in specs.
  353. COLLECT_GCC=g++
  354. COLLECT_LTO_WRAPPER=/snap/octave/5/usr/bin/../lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  355. OFFLOAD_TARGET_NAMES=nvptx-none
  356. OFFLOAD_TARGET_DEFAULT=1
  357. Target: x86_64-linux-gnu
  358. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  359. Thread model: posix
  360. gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
  361. configure:2011: $? = 0
  362. configure:2000: g++ -V >&5
  363. g++: error: unrecognized command line option '-V'
  364. g++: fatal error: no input files
  365. compilation terminated.
  366. configure:2011: $? = 1
  367. configure:2000: g++ -qversion >&5
  368. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  369. g++: fatal error: no input files
  370. compilation terminated.
  371. configure:2011: $? = 1
  372. configure:2031: checking whether the C++ compiler works
  373. configure:2053: g++ conftest.cpp >&5
  374. /snap/octave/5/usr/bin/ld: cannot find /usr/lib/x86_64-linux-gnu/libmvec_nonshared.a
  375. collect2: error: ld returned 1 exit status
  376. configure:2057: $? = 1
  377. configure:2095: result: no
  378. configure: failed program was:
  379. | /* confdefs.h */
  380. | #define PACKAGE_NAME "io"
  381. | #define PACKAGE_TARNAME "io"
  382. | #define PACKAGE_VERSION "2.4.10"
  383. | #define PACKAGE_STRING "io 2.4.10"
  384. | #define PACKAGE_BUGREPORT "Philip Nienhuis <prnienhuis@users.sf.net>"
  385. | #define PACKAGE_URL ""
  386. | /* end confdefs.h. */
  387. |
  388. | int
  389. | main ()
  390. | {
  391. |
  392. | ;
  393. | return 0;
  394. | }
  395. configure:2100: error: in `/home/charper/test/io-2.4.12/src':
  396. configure:2102: error: C++ compiler cannot create executables
  397. See `config.log' for more details
  398.  
  399. ## ---------------- ##
  400. ## Cache variables. ##
  401. ## ---------------- ##
  402.  
  403. ac_cv_env_CCC_set=
  404. ac_cv_env_CCC_value=
  405. ac_cv_env_CPPFLAGS_set=
  406. ac_cv_env_CPPFLAGS_value=
  407. ac_cv_env_CXXCPP_set=
  408. ac_cv_env_CXXCPP_value=
  409. ac_cv_env_CXXFLAGS_set=
  410. ac_cv_env_CXXFLAGS_value=
  411. ac_cv_env_CXX_set=
  412. ac_cv_env_CXX_value=
  413. ac_cv_env_LDFLAGS_set=
  414. ac_cv_env_LDFLAGS_value=
  415. ac_cv_env_LIBS_set=
  416. ac_cv_env_LIBS_value=
  417. ac_cv_env_build_alias_set=
  418. ac_cv_env_build_alias_value=
  419. ac_cv_env_host_alias_set=
  420. ac_cv_env_host_alias_value=
  421. ac_cv_env_target_alias_set=
  422. ac_cv_env_target_alias_value=
  423. ac_cv_prog_MKOCTFILE=mkoctfile
  424. ac_cv_prog_OCTAVE_CONFIG=octave-config
  425.  
  426. ## ----------------- ##
  427. ## Output variables. ##
  428. ## ----------------- ##
  429.  
  430. CPPFLAGS=''
  431. CXX='g++'
  432. CXXCPP=''
  433. CXXFLAGS=''
  434. DEFS=''
  435. ECHO_C=''
  436. ECHO_N='-n'
  437. ECHO_T=''
  438. EXEEXT=''
  439. LDFLAGS=''
  440. LIBOBJS=''
  441. LIBS=''
  442. LTLIBOBJS=''
  443. MKOCTFILE='mkoctfile'
  444. OBJEXT=''
  445. OCTAVE_CONFIG='octave-config'
  446. PACKAGE_BUGREPORT='Philip Nienhuis <prnienhuis@users.sf.net>'
  447. PACKAGE_NAME='io'
  448. PACKAGE_STRING='io 2.4.10'
  449. PACKAGE_TARNAME='io'
  450. PACKAGE_URL=''
  451. PACKAGE_VERSION='2.4.10'
  452. PATH_SEPARATOR=':'
  453. SHELL='/bin/bash'
  454. ac_ct_CXX=''
  455. bindir='${exec_prefix}/bin'
  456. build_alias=''
  457. datadir='${datarootdir}'
  458. datarootdir='${prefix}/share'
  459. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  460. dvidir='${docdir}'
  461. exec_prefix='NONE'
  462. host_alias=''
  463. htmldir='${docdir}'
  464. includedir='${prefix}/include'
  465. infodir='${datarootdir}/info'
  466. libdir='${exec_prefix}/lib'
  467. libexecdir='${exec_prefix}/libexec'
  468. localedir='${datarootdir}/locale'
  469. localstatedir='${prefix}/var'
  470. mandir='${datarootdir}/man'
  471. oldincludedir='/usr/include'
  472. pdfdir='${docdir}'
  473. prefix='NONE'
  474. program_transform_name='s,x,x,'
  475. psdir='${docdir}'
  476. runstatedir='${localstatedir}/run'
  477. sbindir='${exec_prefix}/sbin'
  478. sharedstatedir='${prefix}/com'
  479. sysconfdir='${prefix}/etc'
  480. target_alias=''
  481.  
  482. ## ----------- ##
  483. ## confdefs.h. ##
  484. ## ----------- ##
  485.  
  486. /* confdefs.h */
  487. #define PACKAGE_NAME "io"
  488. #define PACKAGE_TARNAME "io"
  489. #define PACKAGE_VERSION "2.4.10"
  490. #define PACKAGE_STRING "io 2.4.10"
  491. #define PACKAGE_BUGREPORT "Philip Nienhuis <prnienhuis@users.sf.net>"
  492. #define PACKAGE_URL "" code here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement