Guest User

Untitled

a guest
Sep 12th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.05 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 psqlodbc configure 09.06.0400, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = eaastertest
  14. uname -m = x86_64
  15. uname -r = 4.9.0-9-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.9.168-1+deb9u5 (2019-08-11)
  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/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:2558: checking for a BSD-compatible install
  43. configure:2626: result: /usr/bin/install -c
  44. configure:2637: checking whether build environment is sane
  45. configure:2692: result: yes
  46. configure:2843: checking for a thread-safe mkdir -p
  47. configure:2882: result: /bin/mkdir -p
  48. configure:2889: checking for gawk
  49. configure:2905: found /usr/bin/gawk
  50. configure:2916: result: gawk
  51. configure:2927: checking whether make sets $(MAKE)
  52. configure:2949: result: yes
  53. configure:2978: checking whether make supports nested variables
  54. configure:2995: result: yes
  55. configure:3125: checking whether to enable maintainer-specific portions of Makefiles
  56. configure:3134: result: no
  57. configure:3199: checking for gcc
  58. configure:3215: found /usr/bin/gcc
  59. configure:3226: result: gcc
  60. configure:3455: checking for C compiler version
  61. configure:3464: gcc --version >&5
  62. gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  63. Copyright (C) 2016 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3475: $? = 0
  68. configure:3464: gcc -v >&5
  69. Using built-in specs.
  70. COLLECT_GCC=gcc
  71. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  72. Target: x86_64-linux-gnu
  73. Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --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 --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  74. Thread model: posix
  75. gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
  76. configure:3475: $? = 0
  77. configure:3464: gcc -V >&5
  78. gcc: error: unrecognized command line option '-V'
  79. gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:3475: $? = 1
  82. configure:3464: gcc -qversion >&5
  83. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3475: $? = 1
  87. configure:3495: checking whether the C compiler works
  88. configure:3517: gcc conftest.c >&5
  89. configure:3521: $? = 0
  90. configure:3569: result: yes
  91. configure:3572: checking for C compiler default output file name
  92. configure:3574: result: a.out
  93. configure:3580: checking for suffix of executables
  94. configure:3587: gcc -o conftest conftest.c >&5
  95. configure:3591: $? = 0
  96. configure:3613: result:
  97. configure:3635: checking whether we are cross compiling
  98. configure:3643: gcc -o conftest conftest.c >&5
  99. configure:3647: $? = 0
  100. configure:3654: ./conftest
  101. configure:3658: $? = 0
  102. configure:3673: result: no
  103. configure:3678: checking for suffix of object files
  104. configure:3700: gcc -c conftest.c >&5
  105. configure:3704: $? = 0
  106. configure:3725: result: o
  107. configure:3729: checking whether we are using the GNU C compiler
  108. configure:3748: gcc -c conftest.c >&5
  109. configure:3748: $? = 0
  110. configure:3757: result: yes
  111. configure:3766: checking whether gcc accepts -g
  112. configure:3786: gcc -c -g conftest.c >&5
  113. configure:3786: $? = 0
  114. configure:3827: result: yes
  115. configure:3844: checking for gcc option to accept ISO C89
  116. configure:3907: gcc -c -g -O2 conftest.c >&5
  117. configure:3907: $? = 0
  118. configure:3920: result: none needed
  119. configure:3945: checking whether gcc understands -c and -o together
  120. configure:3967: gcc -c conftest.c -o conftest2.o
  121. configure:3970: $? = 0
  122. configure:3967: gcc -c conftest.c -o conftest2.o
  123. configure:3970: $? = 0
  124. configure:3982: result: yes
  125. configure:4010: checking for style of include used by make
  126. configure:4038: result: GNU
  127. configure:4064: checking dependency style of gcc
  128. configure:4175: result: gcc3
  129. configure:4202: checking -Wall is a valid compile option
  130. configure:4218: gcc -c -g -O2 -Wall conftest.c >&5
  131. configure:4218: $? = 0
  132. configure:4219: result: yes
  133. configure:4327: checking for odbc_config
  134. configure:4345: found /usr/local/bin/odbc_config
  135. configure:4357: result: /usr/local/bin/odbc_config
  136. configure:4398: using /usr/local/include /usr/local/lib
  137. configure:4405: checking last argument to SQLColAttribute is SQLLEN *
  138. configure:4426: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
  139. configure:4426: $? = 0
  140. configure:4430: result: yes
  141. configure:4519: checking for pg_config
  142. configure:4537: found /usr/bin/pg_config
  143. configure:4549: result: /usr/bin/pg_config
  144. configure:4578: checking for prove
  145. configure:4594: found /usr/bin/prove
  146. configure:4605: result: prove
  147. configure:4623: checking build system type
  148. configure:4637: result: x86_64-unknown-linux-gnu
  149. configure:4657: checking host system type
  150. configure:4670: result: x86_64-unknown-linux-gnu
  151. configure:5074: checking how to print strings
  152. configure:5101: result: printf
  153. configure:5122: checking for a sed that does not truncate output
  154. configure:5186: result: /bin/sed
  155. configure:5204: checking for grep that handles long lines and -e
  156. configure:5262: result: /bin/grep
  157. configure:5267: checking for egrep
  158. configure:5329: result: /bin/grep -E
  159. configure:5334: checking for fgrep
  160. configure:5396: result: /bin/grep -F
  161. configure:5431: checking for ld used by gcc
  162. configure:5498: result: /usr/bin/ld
  163. configure:5505: checking if the linker (/usr/bin/ld) is GNU ld
  164. configure:5520: result: yes
  165. configure:5532: checking for BSD- or MS-compatible name lister (nm)
  166. configure:5581: result: /usr/bin/nm -B
  167. configure:5711: checking the name lister (/usr/bin/nm -B) interface
  168. configure:5718: gcc -c -g -O2 -Wall -I/usr/local/include -I conftest.c >&5
  169. gcc: fatal error: no input files
  170. compilation terminated.
  171. configure:5721: /usr/bin/nm -B "conftest.o"
  172. /usr/bin/nm: 'conftest.o': No such file
  173. configure:5724: output
  174. configure:5731: result: BSD nm
  175. configure:5734: checking whether ln -s works
  176. configure:5738: result: yes
  177. configure:5746: checking the maximum length of command line arguments
  178. configure:5876: result: 1572864
  179. configure:5893: checking whether the shell understands some XSI constructs
  180. configure:5903: result: yes
  181. configure:5907: checking whether the shell understands "+="
  182. configure:5913: result: yes
  183. configure:5948: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  184. configure:5988: result: func_convert_file_noop
  185. configure:5995: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  186. configure:6015: result: func_convert_file_noop
  187. configure:6022: checking for /usr/bin/ld option to reload object files
  188. configure:6029: result: -r
  189. configure:6103: checking for objdump
  190. configure:6130: result: objdump
  191. configure:6159: checking how to recognize dependent libraries
  192. configure:6361: result: pass_all
  193. configure:6446: checking for dlltool
  194. configure:6473: result: dlltool
  195. configure:6503: checking how to associate runtime and link libraries
  196. configure:6530: result: printf %s\n
  197. configure:6590: checking for ar
  198. configure:6606: found /usr/bin/ar
  199. configure:6617: result: ar
  200. configure:6654: checking for archiver @FILE support
  201. configure:6671: gcc -c -g -O2 -Wall -I/usr/local/include -I conftest.c >&5
  202. gcc: fatal error: no input files
  203. compilation terminated.
  204. configure:6671: $? = 1
  205. configure: failed program was:
  206. | /* confdefs.h */
  207. | #define PACKAGE_NAME "psqlodbc"
  208. | #define PACKAGE_TARNAME "psqlodbc"
  209. | #define PACKAGE_VERSION "09.06.0400"
  210. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  211. | #define PACKAGE_BUGREPORT "[email protected]"
  212. | #define PACKAGE_URL ""
  213. | #define PACKAGE "psqlodbc"
  214. | #define VERSION "09.06.0400"
  215. | #define WITH_UNIXODBC 1
  216. | #define SQLCOLATTRIBUTE_SQLLEN 1
  217. | #define POSIX_MULTITHREAD_SUPPORT 1
  218. | #define _REENTRANT 1
  219. | /* end confdefs.h. */
  220. |
  221. | int
  222. | main ()
  223. | {
  224. |
  225. | ;
  226. | return 0;
  227. | }
  228. configure:6697: result: no
  229. configure:6755: checking for strip
  230. configure:6771: found /usr/bin/strip
  231. configure:6782: result: strip
  232. configure:6854: checking for ranlib
  233. configure:6870: found /usr/bin/ranlib
  234. configure:6881: result: ranlib
  235. configure:6983: checking command to parse /usr/bin/nm -B output from gcc object
  236. configure:7103: gcc -c -g -O2 -Wall -I/usr/local/include -I conftest.c >&5
  237. gcc: fatal error: no input files
  238. compilation terminated.
  239. configure:7106: $? = 1
  240. : failed program was:
  241. #ifdef __cplusplus
  242. extern "C" {
  243. #endif
  244. char nm_test_var;
  245. void nm_test_func(void);
  246. void nm_test_func(void){}
  247. #ifdef __cplusplus
  248. }
  249. #endif
  250. int main(){nm_test_var='a';nm_test_func();return(0);}
  251. configure:7103: gcc -c -g -O2 -Wall -I/usr/local/include -I conftest.c >&5
  252. gcc: fatal error: no input files
  253. compilation terminated.
  254. configure:7106: $? = 1
  255. : failed program was:
  256. #ifdef __cplusplus
  257. extern "C" {
  258. #endif
  259. char nm_test_var;
  260. void nm_test_func(void);
  261. void nm_test_func(void){}
  262. #ifdef __cplusplus
  263. }
  264. #endif
  265. int main(){nm_test_var='a';nm_test_func();return(0);}
  266. configure:7217: result: failed
  267. configure:7257: checking for sysroot
  268. configure:7287: result: no
  269. configure:7364: gcc -c -g -O2 -Wall -I/usr/local/include -I conftest.c >&5
  270. gcc: fatal error: no input files
  271. compilation terminated.
  272. configure:7367: $? = 1
  273. configure:7543: checking for mt
  274. configure:7559: found /bin/mt
  275. configure:7570: result: mt
  276. configure:7593: checking if mt is a manifest tool
  277. configure:7599: mt '-?'
  278. configure:7607: result: no
  279. configure:8249: checking how to run the C preprocessor
  280. configure:8280: gcc -E -I/usr/local/include -I conftest.c
  281. gcc: fatal error: no input files
  282. compilation terminated.
  283. configure:8280: $? = 1
  284. configure: failed program was:
  285. | /* confdefs.h */
  286. | #define PACKAGE_NAME "psqlodbc"
  287. | #define PACKAGE_TARNAME "psqlodbc"
  288. | #define PACKAGE_VERSION "09.06.0400"
  289. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  290. | #define PACKAGE_BUGREPORT "[email protected]"
  291. | #define PACKAGE_URL ""
  292. | #define PACKAGE "psqlodbc"
  293. | #define VERSION "09.06.0400"
  294. | #define WITH_UNIXODBC 1
  295. | #define SQLCOLATTRIBUTE_SQLLEN 1
  296. | #define POSIX_MULTITHREAD_SUPPORT 1
  297. | #define _REENTRANT 1
  298. | /* end confdefs.h. */
  299. | #ifdef __STDC__
  300. | # include <limits.h>
  301. | #else
  302. | # include <assert.h>
  303. | #endif
  304. | Syntax error
  305. configure:8280: gcc -E -I/usr/local/include -I conftest.c
  306. gcc: fatal error: no input files
  307. compilation terminated.
  308. configure:8280: $? = 1
  309. configure: failed program was:
  310. | /* confdefs.h */
  311. | #define PACKAGE_NAME "psqlodbc"
  312. | #define PACKAGE_TARNAME "psqlodbc"
  313. | #define PACKAGE_VERSION "09.06.0400"
  314. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  315. | #define PACKAGE_BUGREPORT "[email protected]"
  316. | #define PACKAGE_URL ""
  317. | #define PACKAGE "psqlodbc"
  318. | #define VERSION "09.06.0400"
  319. | #define WITH_UNIXODBC 1
  320. | #define SQLCOLATTRIBUTE_SQLLEN 1
  321. | #define POSIX_MULTITHREAD_SUPPORT 1
  322. | #define _REENTRANT 1
  323. | /* end confdefs.h. */
  324. | #ifdef __STDC__
  325. | # include <limits.h>
  326. | #else
  327. | # include <assert.h>
  328. | #endif
  329. | Syntax error
  330. configure:8280: gcc -E -traditional-cpp -I/usr/local/include -I conftest.c
  331. gcc: fatal error: no input files
  332. compilation terminated.
  333. configure:8280: $? = 1
  334. configure: failed program was:
  335. | /* confdefs.h */
  336. | #define PACKAGE_NAME "psqlodbc"
  337. | #define PACKAGE_TARNAME "psqlodbc"
  338. | #define PACKAGE_VERSION "09.06.0400"
  339. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  340. | #define PACKAGE_BUGREPORT "[email protected]"
  341. | #define PACKAGE_URL ""
  342. | #define PACKAGE "psqlodbc"
  343. | #define VERSION "09.06.0400"
  344. | #define WITH_UNIXODBC 1
  345. | #define SQLCOLATTRIBUTE_SQLLEN 1
  346. | #define POSIX_MULTITHREAD_SUPPORT 1
  347. | #define _REENTRANT 1
  348. | /* end confdefs.h. */
  349. | #ifdef __STDC__
  350. | # include <limits.h>
  351. | #else
  352. | # include <assert.h>
  353. | #endif
  354. | Syntax error
  355. configure:8280: gcc -E -traditional-cpp -I/usr/local/include -I conftest.c
  356. gcc: fatal error: no input files
  357. compilation terminated.
  358. configure:8280: $? = 1
  359. configure: failed program was:
  360. | /* confdefs.h */
  361. | #define PACKAGE_NAME "psqlodbc"
  362. | #define PACKAGE_TARNAME "psqlodbc"
  363. | #define PACKAGE_VERSION "09.06.0400"
  364. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  365. | #define PACKAGE_BUGREPORT "[email protected]"
  366. | #define PACKAGE_URL ""
  367. | #define PACKAGE "psqlodbc"
  368. | #define VERSION "09.06.0400"
  369. | #define WITH_UNIXODBC 1
  370. | #define SQLCOLATTRIBUTE_SQLLEN 1
  371. | #define POSIX_MULTITHREAD_SUPPORT 1
  372. | #define _REENTRANT 1
  373. | /* end confdefs.h. */
  374. | #ifdef __STDC__
  375. | # include <limits.h>
  376. | #else
  377. | # include <assert.h>
  378. | #endif
  379. | Syntax error
  380. configure:8280: /lib/cpp -I/usr/local/include -I conftest.c
  381. cc1: warning: conftest.c: not a directory
  382. configure:8280: $? = 0
  383. configure:8294: /lib/cpp -I/usr/local/include -I conftest.c
  384. cc1: warning: conftest.c: not a directory
  385. configure:8294: $? = 0
  386. configure:8280: /lib/cpp -I/usr/local/include -I conftest.c
  387. cc1: warning: conftest.c: not a directory
  388. configure:8280: $? = 0
  389. configure: failed program was:
  390. | /* confdefs.h */
  391. | #define PACKAGE_NAME "psqlodbc"
  392. | #define PACKAGE_TARNAME "psqlodbc"
  393. | #define PACKAGE_VERSION "09.06.0400"
  394. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  395. | #define PACKAGE_BUGREPORT "[email protected]"
  396. | #define PACKAGE_URL ""
  397. | #define PACKAGE "psqlodbc"
  398. | #define VERSION "09.06.0400"
  399. | #define WITH_UNIXODBC 1
  400. | #define SQLCOLATTRIBUTE_SQLLEN 1
  401. | #define POSIX_MULTITHREAD_SUPPORT 1
  402. | #define _REENTRANT 1
  403. | /* end confdefs.h. */
  404. | #ifdef __STDC__
  405. | # include <limits.h>
  406. | #else
  407. | # include <assert.h>
  408. | #endif
  409. | Syntax error
  410. configure:8319: result: /lib/cpp
  411. configure:8339: /lib/cpp -I/usr/local/include -I conftest.c
  412. cc1: warning: conftest.c: not a directory
  413. configure:8339: $? = 0
  414. configure:8353: /lib/cpp -I/usr/local/include -I conftest.c
  415. cc1: warning: conftest.c: not a directory
  416. configure:8353: $? = 0
  417. configure:8339: /lib/cpp -I/usr/local/include -I conftest.c
  418. cc1: warning: conftest.c: not a directory
  419. configure:8339: $? = 0
  420. configure: failed program was:
  421. | /* confdefs.h */
  422. | #define PACKAGE_NAME "psqlodbc"
  423. | #define PACKAGE_TARNAME "psqlodbc"
  424. | #define PACKAGE_VERSION "09.06.0400"
  425. | #define PACKAGE_STRING "psqlodbc 09.06.0400"
  426. | #define PACKAGE_BUGREPORT "[email protected]"
  427. | #define PACKAGE_URL ""
  428. | #define PACKAGE "psqlodbc"
  429. | #define VERSION "09.06.0400"
  430. | #define WITH_UNIXODBC 1
  431. | #define SQLCOLATTRIBUTE_SQLLEN 1
  432. | #define POSIX_MULTITHREAD_SUPPORT 1
  433. | #define _REENTRANT 1
  434. | /* end confdefs.h. */
  435. | #ifdef __STDC__
  436. | # include <limits.h>
  437. | #else
  438. | # include <assert.h>
  439. | #endif
  440. | Syntax error
  441. configure:8369: error: in `/usr/local/src/psqlodbc-09.06.0400':
  442. configure:8371: error: C preprocessor "/lib/cpp" fails sanity check
  443. See `config.log' for more details
  444.  
  445. ## ---------------- ##
  446. ## Cache variables. ##
  447. ## ---------------- ##
  448.  
  449. ac_cv_build=x86_64-unknown-linux-gnu
  450. ac_cv_c_compiler_gnu=yes
  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_CPP_set=
  458. ac_cv_env_CPP_value=
  459. ac_cv_env_LDFLAGS_set=
  460. ac_cv_env_LDFLAGS_value=
  461. ac_cv_env_LIBS_set=
  462. ac_cv_env_LIBS_value=
  463. ac_cv_env_build_alias_set=
  464. ac_cv_env_build_alias_value=
  465. ac_cv_env_host_alias_set=
  466. ac_cv_env_host_alias_value=
  467. ac_cv_env_target_alias_set=
  468. ac_cv_env_target_alias_value=
  469. ac_cv_host=x86_64-unknown-linux-gnu
  470. ac_cv_objext=o
  471. ac_cv_path_EGREP='/bin/grep -E'
  472. ac_cv_path_FGREP='/bin/grep -F'
  473. ac_cv_path_GREP=/bin/grep
  474. ac_cv_path_ODBC_CONFIG=/usr/local/bin/odbc_config
  475. ac_cv_path_PG_CONFIG=/usr/bin/pg_config
  476. ac_cv_path_SED=/bin/sed
  477. ac_cv_path_install='/usr/bin/install -c'
  478. ac_cv_path_mkdir=/bin/mkdir
  479. ac_cv_prog_AWK=gawk
  480. ac_cv_prog_CPP=/lib/cpp
  481. ac_cv_prog_PROVE=prove
  482. ac_cv_prog_ac_ct_AR=ar
  483. ac_cv_prog_ac_ct_CC=gcc
  484. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  485. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  486. ac_cv_prog_ac_ct_OBJDUMP=objdump
  487. ac_cv_prog_ac_ct_RANLIB=ranlib
  488. ac_cv_prog_ac_ct_STRIP=strip
  489. ac_cv_prog_cc_c89=
  490. ac_cv_prog_cc_g=yes
  491. ac_cv_prog_make_make_set=yes
  492. am_cv_CC_dependencies_compiler_type=gcc3
  493. am_cv_make_support_nested_variables=yes
  494. am_cv_prog_cc_c_o=yes
  495. lt_cv_ar_at_file=no
  496. lt_cv_deplibs_check_method=pass_all
  497. lt_cv_file_magic_cmd='$MAGIC_CMD'
  498. lt_cv_file_magic_test_file=
  499. lt_cv_ld_reload_flag=-r
  500. lt_cv_nm_interface='BSD nm'
  501. lt_cv_path_LD=/usr/bin/ld
  502. lt_cv_path_NM='/usr/bin/nm -B'
  503. lt_cv_path_mainfest_tool=no
  504. lt_cv_prog_gnu_ld=yes
  505. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  506. lt_cv_sys_global_symbol_pipe=
  507. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  508. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  509. lt_cv_sys_global_symbol_to_cdecl=
  510. lt_cv_sys_max_cmd_len=1572864
  511. lt_cv_to_host_file_cmd=func_convert_file_noop
  512. lt_cv_to_tool_file_cmd=func_convert_file_noop
  513.  
  514. ## ----------------- ##
  515. ## Output variables. ##
  516. ## ----------------- ##
  517.  
  518. ACLOCAL='${SHELL} /usr/local/src/psqlodbc-09.06.0400/config/missing aclocal-1.15'
  519. AMDEPBACKSLASH='\'
  520. AMDEP_FALSE='#'
  521. AMDEP_TRUE=''
  522. AMTAR='$${TAR-tar}'
  523. AM_BACKSLASH='\'
  524. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  525. AM_DEFAULT_VERBOSITY='1'
  526. AM_V='$(V)'
  527. AR='ar'
  528. AS='as'
  529. AUTOCONF='${SHELL} /usr/local/src/psqlodbc-09.06.0400/config/missing autoconf'
  530. AUTOHEADER='${SHELL} /usr/local/src/psqlodbc-09.06.0400/config/missing autoheader'
  531. AUTOMAKE='${SHELL} /usr/local/src/psqlodbc-09.06.0400/config/missing automake-1.15'
  532. AWK='gawk'
  533. CC='gcc'
  534. CCDEPMODE='depmode=gcc3'
  535. CFLAGS='-g -O2 -Wall'
  536. CPP='/lib/cpp'
  537. CPPFLAGS=' -I/usr/local/include -I'
  538. CYGPATH_W='echo'
  539. DEFS=''
  540. DEPDIR='.deps'
  541. DLLTOOL='dlltool'
  542. DSYMUTIL=''
  543. DUMPBIN=''
  544. ECHO_C=''
  545. ECHO_N='-n'
  546. ECHO_T=''
  547. EGREP='/bin/grep -E'
  548. EXEEXT=''
  549. FGREP='/bin/grep -F'
  550. GCC_FALSE='#'
  551. GCC_TRUE=''
  552. GREP='/bin/grep'
  553. INSTALL_DATA='${INSTALL} -m 644'
  554. INSTALL_PROGRAM='${INSTALL}'
  555. INSTALL_SCRIPT='${INSTALL}'
  556. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  557. LD='/usr/bin/ld'
  558. LDFLAGS=' -L/usr/local/lib -L'
  559. LIBOBJS=''
  560. LIBS=''
  561. LIBTOOL=''
  562. LIPO=''
  563. LN_S='ln -s'
  564. LTLIBOBJS=''
  565. MAINT='#'
  566. MAINTAINER_MODE_FALSE=''
  567. MAINTAINER_MODE_TRUE='#'
  568. MAKEINFO='${SHELL} /usr/local/src/psqlodbc-09.06.0400/config/missing makeinfo'
  569. MANIFEST_TOOL=':'
  570. MKDIR_P='/bin/mkdir -p'
  571. NM='/usr/bin/nm -B'
  572. NMEDIT=''
  573. OBJDUMP='objdump'
  574. OBJEXT='o'
  575. ODBC_CONFIG='/usr/local/bin/odbc_config'
  576. OTOOL64=''
  577. OTOOL=''
  578. PACKAGE='psqlodbc'
  579. PACKAGE_BUGREPORT='[email protected]'
  580. PACKAGE_NAME='psqlodbc'
  581. PACKAGE_STRING='psqlodbc 09.06.0400'
  582. PACKAGE_TARNAME='psqlodbc'
  583. PACKAGE_URL=''
  584. PACKAGE_VERSION='09.06.0400'
  585. PATH_SEPARATOR=':'
  586. PG_CONFIG='/usr/bin/pg_config'
  587. PROVE='prove'
  588. RANLIB='ranlib'
  589. SED='/bin/sed'
  590. SET_MAKE=''
  591. SHELL='/bin/bash'
  592. STRIP='strip'
  593. VERSION='09.06.0400'
  594. ac_ct_AR='ar'
  595. ac_ct_CC='gcc'
  596. ac_ct_DUMPBIN=''
  597. am__EXEEXT_FALSE=''
  598. am__EXEEXT_TRUE=''
  599. am__fastdepCC_FALSE='#'
  600. am__fastdepCC_TRUE=''
  601. am__include='include'
  602. am__isrc=''
  603. am__leading_dot='.'
  604. am__nodep='_no'
  605. am__quote=''
  606. am__tar='$${TAR-tar} chof - "$$tardir"'
  607. am__untar='$${TAR-tar} xf -'
  608. bindir='${exec_prefix}/bin'
  609. build='x86_64-unknown-linux-gnu'
  610. build_alias=''
  611. build_cpu='x86_64'
  612. build_os='linux-gnu'
  613. build_vendor='unknown'
  614. datadir='${datarootdir}'
  615. datarootdir='${prefix}/share'
  616. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  617. dvidir='${docdir}'
  618. exec_prefix='NONE'
  619. host='x86_64-unknown-linux-gnu'
  620. host_alias=''
  621. host_cpu='x86_64'
  622. host_os='linux-gnu'
  623. host_vendor='unknown'
  624. htmldir='${docdir}'
  625. includedir='${prefix}/include'
  626. infodir='${datarootdir}/info'
  627. install_sh='${SHELL} /usr/local/src/psqlodbc-09.06.0400/config/install-sh'
  628. libdir='${exec_prefix}/lib'
  629. libexecdir='${exec_prefix}/libexec'
  630. localedir='${datarootdir}/locale'
  631. localstatedir='${prefix}/var'
  632. mandir='${datarootdir}/man'
  633. mkdir_p='$(MKDIR_P)'
  634. oldincludedir='/usr/include'
  635. pdfdir='${docdir}'
  636. prefix='NONE'
  637. program_transform_name='s,x,x,'
  638. psdir='${docdir}'
  639. sbindir='${exec_prefix}/sbin'
  640. sharedstatedir='${prefix}/com'
  641. sysconfdir='${prefix}/etc'
  642. target_alias=''
  643.  
  644. ## ----------- ##
  645. ## confdefs.h. ##
  646. ## ----------- ##
  647.  
  648. /* confdefs.h */
  649. #define PACKAGE_NAME "psqlodbc"
  650. #define PACKAGE_TARNAME "psqlodbc"
  651. #define PACKAGE_VERSION "09.06.0400"
  652. #define PACKAGE_STRING "psqlodbc 09.06.0400"
  653. #define PACKAGE_BUGREPORT "[email protected]"
  654. #define PACKAGE_URL ""
  655. #define PACKAGE "psqlodbc"
  656. #define VERSION "09.06.0400"
  657. #define WITH_UNIXODBC 1
  658. #define SQLCOLATTRIBUTE_SQLLEN 1
  659. #define POSIX_MULTITHREAD_SUPPORT 1
  660. #define _REENTRANT 1
  661.  
  662. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment