Advertisement
Guest User

Untitled

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