Advertisement
Guest User

config

a guest
Aug 2nd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.17 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 MED Fichier configure 3.0.8p1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-f90=gfortran --prefix=/usr --datadir=/usr/share/med
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = sage
  14. uname -m = x86_64
  15. uname -r = 4.1.3-1-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Wed Jul 22 20:37:12 CEST 2015
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/toast/linux64/bin
  31. PATH: /opt/CEI/bin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/sbin
  37. PATH: /sbin
  38. PATH: /opt/brlcad/bin
  39. PATH: /opt/cuda/bin
  40. PATH: /opt/allinea/forge/5.0.1/bin
  41. PATH: /usr/lib/jvm/default/bin
  42. PATH: /opt/opencascade/bin
  43. PATH: /usr/bin/site_perl
  44. PATH: /usr/bin/vendor_perl
  45. PATH: /usr/bin/core_perl
  46. PATH: /home/gug/bin
  47. PATH: /opt/bin/
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:3046: checking for a BSD-compatible install
  55. configure:3114: result: /usr/bin/install -c
  56. configure:3125: checking whether build environment is sane
  57. configure:3180: result: yes
  58. configure:3331: checking for a thread-safe mkdir -p
  59. configure:3370: result: /usr/bin/mkdir -p
  60. configure:3377: checking for gawk
  61. configure:3393: found /usr/bin/gawk
  62. configure:3404: result: gawk
  63. configure:3415: checking whether make sets $(MAKE)
  64. configure:3437: result: yes
  65. configure:3466: checking whether make supports nested variables
  66. configure:3483: result: yes
  67. configure:3557: checking how to create a ustar tar archive
  68. configure:3570: tar --version
  69. tar (GNU tar) 1.28
  70. Copyright (C) 2014 Free Software Foundation, Inc.
  71. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  72. This is free software: you are free to change and redistribute it.
  73. There is NO WARRANTY, to the extent permitted by law.
  74.  
  75. Written by John Gilmore and Jay Fenlason.
  76. configure:3573: $? = 0
  77. configure:3613: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  78. configure:3616: $? = 0
  79. configure:3620: tar -xf - <conftest.tar
  80. configure:3623: $? = 0
  81. configure:3636: result: gnutar
  82. configure:3708: checking whether to compile using MPI
  83. configure:3715: result: yes
  84. configure:3837: checking for style of include used by make
  85. configure:3865: result: GNU
  86. configure:3936: checking for gcc
  87. configure:3963: result: /usr/bin/clang
  88. configure:4192: checking for C compiler version
  89. configure:4201: /usr/bin/clang --version >&5
  90. clang version 3.6.2 (tags/RELEASE_362/final)
  91. Target: x86_64-unknown-linux-gnu
  92. Thread model: posix
  93. configure:4212: $? = 0
  94. configure:4201: /usr/bin/clang -v >&5
  95. clang version 3.6.2 (tags/RELEASE_362/final)
  96. Target: x86_64-unknown-linux-gnu
  97. Thread model: posix
  98. Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.2.0
  99. Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-unknown-linux-gnu/5.2.0
  100. Found candidate GCC installation: /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0
  101. Found candidate GCC installation: /usr/lib64/gcc/x86_64-unknown-linux-gnu/5.2.0
  102. Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-unknown-linux-gnu/5.2.0
  103. Candidate multilib: .;@m64
  104. Candidate multilib: 32;@m32
  105. ... rest of stderr output deleted ...
  106. configure:4212: $? = 0
  107. configure:4201: /usr/bin/clang -V >&5
  108. clang: error: argument to '-V' is missing (expected 1 value)
  109. clang: error: no input files
  110. configure:4212: $? = 1
  111. configure:4201: /usr/bin/clang -qversion >&5
  112. clang: error: unknown argument: '-qversion'
  113. clang: error: no input files
  114. configure:4212: $? = 1
  115. configure:4232: checking whether the C compiler works
  116. configure:4254: /usr/bin/clang -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  117. configure:4258: $? = 0
  118. configure:4306: result: yes
  119. configure:4309: checking for C compiler default output file name
  120. configure:4311: result: a.out
  121. configure:4317: checking for suffix of executables
  122. configure:4324: /usr/bin/clang -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  123. configure:4328: $? = 0
  124. configure:4350: result:
  125. configure:4372: checking whether we are cross compiling
  126. configure:4380: /usr/bin/clang -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  127. configure:4384: $? = 0
  128. configure:4391: ./conftest
  129. configure:4395: $? = 0
  130. configure:4410: result: no
  131. configure:4415: checking for suffix of object files
  132. configure:4437: /usr/bin/clang -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 conftest.c >&5
  133. configure:4441: $? = 0
  134. configure:4462: result: o
  135. configure:4466: checking whether we are using the GNU C compiler
  136. configure:4485: /usr/bin/clang -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 conftest.c >&5
  137. configure:4485: $? = 0
  138. configure:4494: result: yes
  139. configure:4503: checking whether /usr/bin/clang accepts -g
  140. configure:4523: /usr/bin/clang -c -g -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 conftest.c >&5
  141. configure:4523: $? = 0
  142. configure:4564: result: yes
  143. configure:4581: checking for /usr/bin/clang option to accept ISO C89
  144. configure:4644: /usr/bin/clang -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 conftest.c >&5
  145. configure:4644: $? = 0
  146. configure:4657: result: none needed
  147. configure:4679: checking dependency style of /usr/bin/clang
  148. configure:4790: result: gcc3
  149. configure:4807: checking for /usr/bin/clang option to accept ISO C99
  150. configure:4956: /usr/bin/clang -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 conftest.c >&5
  151. configure:4956: $? = 0
  152. configure:4969: result: none needed
  153. configure:5015: checking for function MPI_Init
  154. configure:5040: /usr/bin/clang -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  155. /tmp/conftest-7e80c6.o: In function `main':
  156. conftest.c:(.text+0x4): undefined reference to `MPI_Init'
  157. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  158. configure:5040: $? = 1
  159. configure: failed program was:
  160. | /* confdefs.h */
  161. | #define PACKAGE_NAME "MED Fichier"
  162. | #define PACKAGE_TARNAME "med"
  163. | #define PACKAGE_VERSION "3.0.8p1"
  164. | #define PACKAGE_STRING "MED Fichier 3.0.8p1"
  165. | #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr"
  166. | #define PACKAGE_URL ""
  167. | #define PACKAGE "med"
  168. | #define VERSION "3.0.8p1"
  169. | /* end confdefs.h. */
  170. |
  171. | /* Override any GCC internal prototype to avoid an error.
  172. | Use char because int might match the return type of a GCC
  173. | builtin and then its argument prototype would still apply. */
  174. | #ifdef __cplusplus
  175. | extern "C"
  176. | #endif
  177. | char MPI_Init ();
  178. | int
  179. | main ()
  180. | {
  181. | return MPI_Init ();
  182. | ;
  183. | return 0;
  184. | }
  185. configure:5047: result: no
  186. configure:5018: checking for function MPI_Init in -lmpi
  187. configure:5040: /usr/bin/clang -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lmpi >&5
  188. /usr/bin/ld: cannot find -lmpi
  189. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  190. configure:5040: $? = 1
  191. configure: failed program was:
  192. | /* confdefs.h */
  193. | #define PACKAGE_NAME "MED Fichier"
  194. | #define PACKAGE_TARNAME "med"
  195. | #define PACKAGE_VERSION "3.0.8p1"
  196. | #define PACKAGE_STRING "MED Fichier 3.0.8p1"
  197. | #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr"
  198. | #define PACKAGE_URL ""
  199. | #define PACKAGE "med"
  200. | #define VERSION "3.0.8p1"
  201. | /* end confdefs.h. */
  202. |
  203. | /* Override any GCC internal prototype to avoid an error.
  204. | Use char because int might match the return type of a GCC
  205. | builtin and then its argument prototype would still apply. */
  206. | #ifdef __cplusplus
  207. | extern "C"
  208. | #endif
  209. | char MPI_Init ();
  210. | int
  211. | main ()
  212. | {
  213. | return MPI_Init ();
  214. | ;
  215. | return 0;
  216. | }
  217. configure:5047: result: no
  218. configure:5018: checking for function MPI_Init in -lmpich
  219. configure:5040: /usr/bin/clang -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DHAVE_F77INT64 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lmpich >&5
  220. /usr/bin/ld: cannot find -lmpich
  221. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  222. configure:5040: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h */
  225. | #define PACKAGE_NAME "MED Fichier"
  226. | #define PACKAGE_TARNAME "med"
  227. | #define PACKAGE_VERSION "3.0.8p1"
  228. | #define PACKAGE_STRING "MED Fichier 3.0.8p1"
  229. | #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr"
  230. | #define PACKAGE_URL ""
  231. | #define PACKAGE "med"
  232. | #define VERSION "3.0.8p1"
  233. | /* end confdefs.h. */
  234. |
  235. | /* Override any GCC internal prototype to avoid an error.
  236. | Use char because int might match the return type of a GCC
  237. | builtin and then its argument prototype would still apply. */
  238. | #ifdef __cplusplus
  239. | extern "C"
  240. | #endif
  241. | char MPI_Init ();
  242. | int
  243. | main ()
  244. | {
  245. | return MPI_Init ();
  246. | ;
  247. | return 0;
  248. | }
  249. configure:5047: result: no
  250. configure:5104: error: in `/tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8':
  251. configure:5106: error: MPI CC compiler requested, but couldn't use MPI.
  252. See `config.log' for more details
  253.  
  254. ## ---------------- ##
  255. ## Cache variables. ##
  256. ## ---------------- ##
  257.  
  258. ac_cv_c_compiler_gnu=yes
  259. ac_cv_env_CCC_set=
  260. ac_cv_env_CCC_value=
  261. ac_cv_env_CC_set=set
  262. ac_cv_env_CC_value=/usr/bin/clang
  263. ac_cv_env_CFLAGS_set=set
  264. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  265. ac_cv_env_CPPFLAGS_set=set
  266. ac_cv_env_CPPFLAGS_value='-DHAVE_F77INT64 -D_FORTIFY_SOURCE=2'
  267. ac_cv_env_CPP_set=
  268. ac_cv_env_CPP_value=
  269. ac_cv_env_CXXCPP_set=
  270. ac_cv_env_CXXCPP_value=
  271. ac_cv_env_CXXFLAGS_set=set
  272. ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  273. ac_cv_env_CXX_set=set
  274. ac_cv_env_CXX_value=/usr/bin/clang++
  275. ac_cv_env_F77_set=set
  276. ac_cv_env_F77_value=gfortran
  277. ac_cv_env_FCFLAGS_set=set
  278. ac_cv_env_FCFLAGS_value='-fopenmp -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 -ffixed-line-length-0 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  279. ac_cv_env_FC_set=set
  280. ac_cv_env_FC_value=gfortran
  281. ac_cv_env_FFLAGS_set=set
  282. ac_cv_env_FFLAGS_value='-fopenmp -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 -ffixed-line-length-0 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  283. ac_cv_env_FTLDFLAGS_set=
  284. ac_cv_env_FTLDFLAGS_value=
  285. ac_cv_env_FTLIBS_set=
  286. ac_cv_env_FTLIBS_value=
  287. ac_cv_env_LDFLAGS_set=set
  288. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
  289. ac_cv_env_LIBS_set=
  290. ac_cv_env_LIBS_value=
  291. ac_cv_env_MPICC_set=
  292. ac_cv_env_MPICC_value=
  293. ac_cv_env_MPICXX_set=
  294. ac_cv_env_MPICXX_value=
  295. ac_cv_env_MPIF77_set=
  296. ac_cv_env_MPIF77_value=
  297. ac_cv_env_MPIFC_set=
  298. ac_cv_env_MPIFC_value=
  299. ac_cv_env_PYTHON_VERSION_set=
  300. ac_cv_env_PYTHON_VERSION_value=
  301. ac_cv_env_PYTHON_set=set
  302. ac_cv_env_PYTHON_value=python2
  303. ac_cv_env_SWIGFLAGS_set=
  304. ac_cv_env_SWIGFLAGS_value=
  305. ac_cv_env_build_alias_set=
  306. ac_cv_env_build_alias_value=
  307. ac_cv_env_host_alias_set=
  308. ac_cv_env_host_alias_value=
  309. ac_cv_env_target_alias_set=
  310. ac_cv_env_target_alias_value=
  311. ac_cv_objext=o
  312. ac_cv_path_install='/usr/bin/install -c'
  313. ac_cv_path_mkdir=/usr/bin/mkdir
  314. ac_cv_prog_AWK=gawk
  315. ac_cv_prog_ac_ct_CC=/usr/bin/clang
  316. ac_cv_prog_cc_c89=
  317. ac_cv_prog_cc_c99=
  318. ac_cv_prog_cc_g=yes
  319. ac_cv_prog_make_make_set=yes
  320. am_cv_CC_dependencies_compiler_type=gcc3
  321. am_cv_make_support_nested_variables=yes
  322. am_cv_prog_tar_ustar=gnutar
  323.  
  324. ## ----------------- ##
  325. ## Output variables. ##
  326. ## ----------------- ##
  327.  
  328. ACLOCAL='${SHELL} /tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8/config/missing aclocal-1.13'
  329. AMDEPBACKSLASH='\'
  330. AMDEP_FALSE='#'
  331. AMDEP_TRUE=''
  332. AMTAR='$${TAR-tar}'
  333. AM_BACKSLASH='\'
  334. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  335. AM_DEFAULT_VERBOSITY='1'
  336. AM_V='$(V)'
  337. AR=''
  338. AS=''
  339. AUTOCONF='${SHELL} /tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8/config/missing autoconf'
  340. AUTOHEADER='${SHELL} /tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8/config/missing autoheader'
  341. AUTOMAKE='${SHELL} /tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8/config/missing automake-1.13'
  342. AWK='gawk'
  343. BUILD_F77TESTS_CONDITIONAL_FALSE=''
  344. BUILD_F77TESTS_CONDITIONAL_TRUE=''
  345. BUILD_F90TESTS_CONDITIONAL_FALSE=''
  346. BUILD_F90TESTS_CONDITIONAL_TRUE=''
  347. BUILD_PYTHONTESTS_CONDITIONAL_FALSE=''
  348. BUILD_PYTHONTESTS_CONDITIONAL_TRUE=''
  349. BUILD_WITH_PMED=''
  350. CC='/usr/bin/clang'
  351. CCDEPMODE='depmode=gcc3'
  352. CC_VERSION=''
  353. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  354. CONFIG_DATE=''
  355. CONFIG_USER=''
  356. CP=''
  357. CPP=''
  358. CPPFLAGS='-DHAVE_F77INT64 -D_FORTIFY_SOURCE=2'
  359. CXX='/usr/bin/clang++'
  360. CXXCPP=''
  361. CXXDEPMODE=''
  362. CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  363. CXXOK=''
  364. CYGPATH_W='echo'
  365. DEFS=''
  366. DEPDIR='.deps'
  367. DIFF=''
  368. DLLTOOL=''
  369. DSYMUTIL=''
  370. DUMPBIN=''
  371. ECHO_C=''
  372. ECHO_N='-n'
  373. ECHO_T=''
  374. EGREP=''
  375. ENABLE_API23_FALSE=''
  376. ENABLE_API23_TRUE=''
  377. ENABLE_FORTRAN_FALSE=''
  378. ENABLE_FORTRAN_TRUE=''
  379. EXEEXT=''
  380. F77='gfortran'
  381. FC='gfortran'
  382. FCFLAGS='-fopenmp -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 -ffixed-line-length-0 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  383. FCLIBS=''
  384. FFLAGS='-fopenmp -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 -ffixed-line-length-0 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  385. FGREP=''
  386. FLIBS=''
  387. FTLDFLAGS=''
  388. FTLIBS=''
  389. GREP=''
  390. H5DUMP=''
  391. HDF5_CPPFLAGS=''
  392. HDF5_LDFLAGS=''
  393. HDF5_LIBS=''
  394. HDF5_TYPEDEF_HERR_T=''
  395. HDF5_TYPEDEF_HID_T=''
  396. HDF5_TYPEDEF_HSIZE_T=''
  397. HDF5_USED_VER=''
  398. HDF_VERSION_REF='5-1.8.8'
  399. INSTALL_DATA='${INSTALL} -m 644'
  400. INSTALL_PROGRAM='${INSTALL}'
  401. INSTALL_SCRIPT='${INSTALL}'
  402. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  403. LD=''
  404. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
  405. LIBOBJS=''
  406. LIBS=''
  407. LIBTOOL=''
  408. LIPO=''
  409. LN_S=''
  410. LONG_OR_INT=''
  411. LTLIBOBJS=''
  412. MAKEINFO='${SHELL} /tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8/config/missing makeinfo'
  413. MANIFEST_TOOL=''
  414. MED_API_23=''
  415. MED_CHECK_23FORMAT=''
  416. MED_DEFINE_MED_HAVE_MPI=''
  417. MED_NUM_MAJEUR='3'
  418. MED_NUM_MINEUR='0'
  419. MED_NUM_RELEASE='8'
  420. MESGERR=''
  421. MKDIR_P='/usr/bin/mkdir -p'
  422. MPICC=''
  423. MPICXX=''
  424. MPIF77=''
  425. MPIFC=''
  426. NM=''
  427. NMEDIT=''
  428. OBJDUMP=''
  429. OBJEXT='o'
  430. OTOOL64=''
  431. OTOOL=''
  432. PACKAGE='med'
  433. PACKAGE_BUGREPORT='eric.fayolle@edf.fr'
  434. PACKAGE_NAME='MED Fichier'
  435. PACKAGE_STRING='MED Fichier 3.0.8p1'
  436. PACKAGE_TARNAME='med'
  437. PACKAGE_URL=''
  438. PACKAGE_VERSION='3.0.8p1'
  439. PATH_SEPARATOR=':'
  440. PYTHON='python2'
  441. PYTHON_CPPFLAGS=''
  442. PYTHON_EXEC_PREFIX=''
  443. PYTHON_EXTRA_LDFLAGS=''
  444. PYTHON_EXTRA_LIBS=''
  445. PYTHON_LDFLAGS=''
  446. PYTHON_PLATFORM=''
  447. PYTHON_PREFIX=''
  448. PYTHON_SITE_PKG=''
  449. PYTHON_VERSION=''
  450. RANLIB=''
  451. SED=''
  452. SET_MAKE=''
  453. SHELL='/bin/sh'
  454. STATIC_SHARED=''
  455. STRIP=''
  456. SWIG=''
  457. SWIGFLAGS=''
  458. SWIG_LIB=''
  459. SWIG_PYTHON_CPPFLAGS=''
  460. SWIG_PYTHON_OPT=''
  461. UNAME_INFO=''
  462. VERSION='3.0.8p1'
  463. WISH=''
  464. WITHF90_FALSE=''
  465. WITHF90_TRUE=''
  466. WITHPMED_FALSE=''
  467. WITHPMED_TRUE=''
  468. WITH_PYTHON_FALSE=''
  469. WITH_PYTHON_TRUE=''
  470. WITH_SWIG_FALSE=''
  471. WITH_SWIG_TRUE=''
  472. ac_aux_dir='config'
  473. ac_ct_AR=''
  474. ac_ct_CC='/usr/bin/clang'
  475. ac_ct_CXX=''
  476. ac_ct_DUMPBIN=''
  477. ac_ct_F77=''
  478. ac_ct_FC=''
  479. am__EXEEXT_FALSE=''
  480. am__EXEEXT_TRUE=''
  481. am__fastdepCC_FALSE='#'
  482. am__fastdepCC_TRUE=''
  483. am__fastdepCXX_FALSE=''
  484. am__fastdepCXX_TRUE=''
  485. am__include='include'
  486. am__isrc=''
  487. am__leading_dot='.'
  488. am__nodep='_no'
  489. am__quote=''
  490. am__tar='tar --format=ustar -chf - "$$tardir"'
  491. am__untar='tar -xf -'
  492. bindir='${exec_prefix}/bin'
  493. build=''
  494. build_alias=''
  495. build_cpu=''
  496. build_os=''
  497. build_vendor=''
  498. datadir='/usr/share/med'
  499. datarootdir='${prefix}/share'
  500. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  501. dvidir='${docdir}'
  502. enable_shared=''
  503. enable_static=''
  504. exec_prefix='NONE'
  505. host=''
  506. host_alias=''
  507. host_cpu=''
  508. host_os=''
  509. host_vendor=''
  510. htmldir='${docdir}'
  511. includedir='${prefix}/include'
  512. infodir='${datarootdir}/info'
  513. install_sh='${SHELL} /tmp/yaourt-tmp-gug/aur-med/src/med-3.0.8/config/install-sh'
  514. libdir='${exec_prefix}/lib'
  515. libexecdir='${exec_prefix}/libexec'
  516. localedir='${datarootdir}/locale'
  517. localstatedir='${prefix}/var'
  518. mandir='${datarootdir}/man'
  519. mkdir_p='$(MKDIR_P)'
  520. oldincludedir='/usr/include'
  521. pdfdir='${docdir}'
  522. pkgpyexecdir=''
  523. pkgpythondir=''
  524. prefix='/usr'
  525. program_transform_name='s,x,x,'
  526. psdir='${docdir}'
  527. pyexecdir=''
  528. python_bin=''
  529. python_includedir=''
  530. python_libdir=''
  531. python_version=''
  532. pythondir=''
  533. sbindir='${exec_prefix}/sbin'
  534. sharedstatedir='${prefix}/com'
  535. sysconfdir='${prefix}/etc'
  536. target_alias=''
  537.  
  538. ## ------------------- ##
  539. ## File substitutions. ##
  540. ## ------------------- ##
  541.  
  542. DOXYALIASES=''
  543. DOXYMEDEQUIVALENCE=''
  544. DOXYMEDFAMILY=''
  545. DOXYMEDFIELD=''
  546. DOXYMEDFILE=''
  547. DOXYMEDFILTER=''
  548. DOXYMEDINTERP=''
  549. DOXYMEDJOINT=''
  550. DOXYMEDLIBRARY=''
  551. DOXYMEDLINK=''
  552. DOXYMEDLOCALIZATION=''
  553. DOXYMEDMESH=''
  554. DOXYMEDPARAMETER=''
  555. DOXYMEDPROFILE=''
  556. DOXYMEDSTRUCTELEMENT=''
  557. DOXYMEDSUPPORTMESH=''
  558.  
  559. ## ----------- ##
  560. ## confdefs.h. ##
  561. ## ----------- ##
  562.  
  563. /* confdefs.h */
  564. #define PACKAGE_NAME "MED Fichier"
  565. #define PACKAGE_TARNAME "med"
  566. #define PACKAGE_VERSION "3.0.8p1"
  567. #define PACKAGE_STRING "MED Fichier 3.0.8p1"
  568. #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr"
  569. #define PACKAGE_URL ""
  570. #define PACKAGE "med"
  571. #define VERSION "3.0.8p1"
  572.  
  573. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement