Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.80 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.0500, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-unixodbc=/usr/bin/odbcinst
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = PCA72
  14. uname -m = x86_64
  15. uname -r = 4.9.0-3-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19)
  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:2570: checking for a BSD-compatible install
  43. configure:2638: result: /usr/bin/install -c
  44. configure:2649: checking whether build environment is sane
  45. configure:2704: result: yes
  46. configure:2855: checking for a thread-safe mkdir -p
  47. configure:2894: result: /bin/mkdir -p
  48. configure:2901: checking for gawk
  49. configure:2917: found /usr/bin/gawk
  50. configure:2928: result: gawk
  51. configure:2939: checking whether make sets $(MAKE)
  52. configure:2961: result: yes
  53. configure:2990: checking whether make supports nested variables
  54. configure:3007: result: yes
  55. configure:3137: checking whether to enable maintainer-specific portions of Makefiles
  56. configure:3146: result: no
  57. configure:3211: checking for gcc
  58. configure:3227: found /usr/bin/gcc
  59. configure:3238: result: gcc
  60. configure:3467: checking for C compiler version
  61. configure:3476: 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:3487: $? = 0
  68. configure:3476: 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:3487: $? = 0
  77. configure:3476: gcc -V >&5
  78. gcc: error: unrecognized command line option '-V'
  79. gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:3487: $? = 1
  82. configure:3476: 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:3487: $? = 1
  87. configure:3507: checking whether the C compiler works
  88. configure:3529: gcc -ldl conftest.c >&5
  89. configure:3533: $? = 0
  90. configure:3581: result: yes
  91. configure:3584: checking for C compiler default output file name
  92. configure:3586: result: a.out
  93. configure:3592: checking for suffix of executables
  94. configure:3599: gcc -o conftest -ldl conftest.c >&5
  95. configure:3603: $? = 0
  96. configure:3625: result:
  97. configure:3647: checking whether we are cross compiling
  98. configure:3655: gcc -o conftest -ldl conftest.c >&5
  99. configure:3659: $? = 0
  100. configure:3666: ./conftest
  101. configure:3670: $? = 0
  102. configure:3685: result: no
  103. configure:3690: checking for suffix of object files
  104. configure:3712: gcc -c conftest.c >&5
  105. configure:3716: $? = 0
  106. configure:3737: result: o
  107. configure:3741: checking whether we are using the GNU C compiler
  108. configure:3760: gcc -c conftest.c >&5
  109. configure:3760: $? = 0
  110. configure:3769: result: yes
  111. configure:3778: checking whether gcc accepts -g
  112. configure:3798: gcc -c -g conftest.c >&5
  113. configure:3798: $? = 0
  114. configure:3839: result: yes
  115. configure:3856: checking for gcc option to accept ISO C89
  116. configure:3919: gcc -c -g -O2 conftest.c >&5
  117. configure:3919: $? = 0
  118. configure:3932: result: none needed
  119. configure:3957: checking whether gcc understands -c and -o together
  120. configure:3979: gcc -c conftest.c -o conftest2.o
  121. configure:3982: $? = 0
  122. configure:3979: gcc -c conftest.c -o conftest2.o
  123. configure:3982: $? = 0
  124. configure:3994: result: yes
  125. configure:4022: checking for style of include used by make
  126. configure:4050: result: GNU
  127. configure:4076: checking dependency style of gcc
  128. configure:4187: result: gcc3
  129. configure:4214: checking -Wall is a valid compile option
  130. configure:4230: gcc -c -g -O2 -Wall conftest.c >&5
  131. configure:4230: $? = 0
  132. configure:4231: result: yes
  133. configure:4410: using unixODBC 2.3.4 unixODBC 2.3.4
  134. configure:4417: checking last argument to SQLColAttribute is SQLLEN *
  135. configure:4438: gcc -c -g -O2 -Wall -IunixODBC 2.3.4 conftest.c >&5
  136. gcc: error: 2.3.4: No such file or directory
  137. configure:4438: $? = 1
  138. configure: failed program was:
  139. | /* confdefs.h */
  140. | #define PACKAGE_NAME "psqlodbc"
  141. | #define PACKAGE_TARNAME "psqlodbc"
  142. | #define PACKAGE_VERSION "09.06.0500"
  143. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  144. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  145. | #define PACKAGE_URL ""
  146. | #define PACKAGE "psqlodbc"
  147. | #define VERSION "09.06.0500"
  148. | #define WITH_UNIXODBC 1
  149. | /* end confdefs.h. */
  150. |
  151. | #include <sql.h>
  152. |
  153. | SQLRETURN SQL_API SQLColAttribute(SQLHSTMT StatementHandle,
  154. | SQLUSMALLINT ColumnNumber,
  155. | SQLUSMALLINT FieldIdentifier,
  156. | SQLPOINTER CharacterAttribute,
  157. | SQLSMALLINT BufferLength,
  158. | SQLSMALLINT *StringLength,
  159. | SQLLEN *NumericAttribute)
  160. | {
  161. | SQLLEN t = 1;
  162. | *NumericAttribute = t;
  163. | return 0;
  164. | }
  165. |
  166. configure:4445: result: no
  167. configure:4531: checking for pg_config
  168. configure:4549: found /usr/bin/pg_config
  169. configure:4561: result: /usr/bin/pg_config
  170. configure:4591: checking for prove
  171. configure:4607: found /usr/bin/prove
  172. configure:4618: result: prove
  173. configure:4636: checking build system type
  174. configure:4650: result: x86_64-unknown-linux-gnu
  175. configure:4670: checking host system type
  176. configure:4683: result: x86_64-unknown-linux-gnu
  177. configure:5087: checking how to print strings
  178. configure:5114: result: printf
  179. configure:5135: checking for a sed that does not truncate output
  180. configure:5199: result: /bin/sed
  181. configure:5217: checking for grep that handles long lines and -e
  182. configure:5275: result: /bin/grep
  183. configure:5280: checking for egrep
  184. configure:5342: result: /bin/grep -E
  185. configure:5347: checking for fgrep
  186. configure:5409: result: /bin/grep -F
  187. configure:5444: checking for ld used by gcc
  188. configure:5511: result: /usr/bin/ld
  189. configure:5518: checking if the linker (/usr/bin/ld) is GNU ld
  190. configure:5533: result: yes
  191. configure:5545: checking for BSD- or MS-compatible name lister (nm)
  192. configure:5594: result: /usr/bin/nm -B
  193. configure:5724: checking the name lister (/usr/bin/nm -B) interface
  194. configure:5731: gcc -c -g -O2 -Wall -IunixODBC 2.3.4 -I -I/internal conftest.c >&5
  195. gcc: error: 2.3.4: No such file or directory
  196. configure:5734: /usr/bin/nm -B "conftest.o"
  197. /usr/bin/nm: 'conftest.o': No such file
  198. configure:5737: output
  199. configure:5744: result: BSD nm
  200. configure:5747: checking whether ln -s works
  201. configure:5751: result: yes
  202. configure:5759: checking the maximum length of command line arguments
  203. configure:5889: result: 1572864
  204. configure:5906: checking whether the shell understands some XSI constructs
  205. configure:5916: result: yes
  206. configure:5920: checking whether the shell understands "+="
  207. configure:5926: result: yes
  208. configure:5961: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  209. configure:6001: result: func_convert_file_noop
  210. configure:6008: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  211. configure:6028: result: func_convert_file_noop
  212. configure:6035: checking for /usr/bin/ld option to reload object files
  213. configure:6042: result: -r
  214. configure:6116: checking for objdump
  215. configure:6143: result: objdump
  216. configure:6172: checking how to recognize dependent libraries
  217. configure:6374: result: pass_all
  218. configure:6459: checking for dlltool
  219. configure:6486: result: dlltool
  220. configure:6516: checking how to associate runtime and link libraries
  221. configure:6543: result: printf %s\n
  222. configure:6603: checking for ar
  223. configure:6619: found /usr/bin/ar
  224. configure:6630: result: ar
  225. configure:6667: checking for archiver @FILE support
  226. configure:6684: gcc -c -g -O2 -Wall -IunixODBC 2.3.4 -I -I/internal conftest.c >&5
  227. gcc: error: 2.3.4: No such file or directory
  228. configure:6684: $? = 1
  229. configure: failed program was:
  230. | /* confdefs.h */
  231. | #define PACKAGE_NAME "psqlodbc"
  232. | #define PACKAGE_TARNAME "psqlodbc"
  233. | #define PACKAGE_VERSION "09.06.0500"
  234. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  235. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  236. | #define PACKAGE_URL ""
  237. | #define PACKAGE "psqlodbc"
  238. | #define VERSION "09.06.0500"
  239. | #define WITH_UNIXODBC 1
  240. | #define POSIX_MULTITHREAD_SUPPORT 1
  241. | #define _REENTRANT 1
  242. | /* end confdefs.h. */
  243. |
  244. | int
  245. | main ()
  246. | {
  247. |
  248. | ;
  249. | return 0;
  250. | }
  251. configure:6710: result: no
  252. configure:6768: checking for strip
  253. configure:6784: found /usr/bin/strip
  254. configure:6795: result: strip
  255. configure:6867: checking for ranlib
  256. configure:6883: found /usr/bin/ranlib
  257. configure:6894: result: ranlib
  258. configure:6996: checking command to parse /usr/bin/nm -B output from gcc object
  259. configure:7116: gcc -c -g -O2 -Wall -IunixODBC 2.3.4 -I -I/internal conftest.c >&5
  260. gcc: error: 2.3.4: No such file or directory
  261. configure:7119: $? = 1
  262. : failed program was:
  263. #ifdef __cplusplus
  264. extern "C" {
  265. #endif
  266. char nm_test_var;
  267. void nm_test_func(void);
  268. void nm_test_func(void){}
  269. #ifdef __cplusplus
  270. }
  271. #endif
  272. int main(){nm_test_var='a';nm_test_func();return(0);}
  273. configure:7116: gcc -c -g -O2 -Wall -IunixODBC 2.3.4 -I -I/internal conftest.c >&5
  274. gcc: error: 2.3.4: No such file or directory
  275. configure:7119: $? = 1
  276. : failed program was:
  277. #ifdef __cplusplus
  278. extern "C" {
  279. #endif
  280. char nm_test_var;
  281. void nm_test_func(void);
  282. void nm_test_func(void){}
  283. #ifdef __cplusplus
  284. }
  285. #endif
  286. int main(){nm_test_var='a';nm_test_func();return(0);}
  287. configure:7230: result: failed
  288. configure:7270: checking for sysroot
  289. configure:7300: result: no
  290. configure:7377: gcc -c -g -O2 -Wall -IunixODBC 2.3.4 -I -I/internal conftest.c >&5
  291. gcc: error: 2.3.4: No such file or directory
  292. configure:7380: $? = 1
  293. configure:7556: checking for mt
  294. configure:7572: found /bin/mt
  295. configure:7583: result: mt
  296. configure:7606: checking if mt is a manifest tool
  297. configure:7612: mt '-?'
  298. configure:7620: result: no
  299. configure:8262: checking how to run the C preprocessor
  300. configure:8293: gcc -E -IunixODBC 2.3.4 -I -I/internal conftest.c
  301. gcc: error: 2.3.4: No such file or directory
  302. configure:8293: $? = 1
  303. configure: failed program was:
  304. | /* confdefs.h */
  305. | #define PACKAGE_NAME "psqlodbc"
  306. | #define PACKAGE_TARNAME "psqlodbc"
  307. | #define PACKAGE_VERSION "09.06.0500"
  308. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  309. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  310. | #define PACKAGE_URL ""
  311. | #define PACKAGE "psqlodbc"
  312. | #define VERSION "09.06.0500"
  313. | #define WITH_UNIXODBC 1
  314. | #define POSIX_MULTITHREAD_SUPPORT 1
  315. | #define _REENTRANT 1
  316. | /* end confdefs.h. */
  317. | #ifdef __STDC__
  318. | # include <limits.h>
  319. | #else
  320. | # include <assert.h>
  321. | #endif
  322. | Syntax error
  323. configure:8293: gcc -E -IunixODBC 2.3.4 -I -I/internal conftest.c
  324. gcc: error: 2.3.4: No such file or directory
  325. configure:8293: $? = 1
  326. configure: failed program was:
  327. | /* confdefs.h */
  328. | #define PACKAGE_NAME "psqlodbc"
  329. | #define PACKAGE_TARNAME "psqlodbc"
  330. | #define PACKAGE_VERSION "09.06.0500"
  331. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  332. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  333. | #define PACKAGE_URL ""
  334. | #define PACKAGE "psqlodbc"
  335. | #define VERSION "09.06.0500"
  336. | #define WITH_UNIXODBC 1
  337. | #define POSIX_MULTITHREAD_SUPPORT 1
  338. | #define _REENTRANT 1
  339. | /* end confdefs.h. */
  340. | #ifdef __STDC__
  341. | # include <limits.h>
  342. | #else
  343. | # include <assert.h>
  344. | #endif
  345. | Syntax error
  346. configure:8293: gcc -E -traditional-cpp -IunixODBC 2.3.4 -I -I/internal conftest.c
  347. gcc: error: 2.3.4: No such file or directory
  348. configure:8293: $? = 1
  349. configure: failed program was:
  350. | /* confdefs.h */
  351. | #define PACKAGE_NAME "psqlodbc"
  352. | #define PACKAGE_TARNAME "psqlodbc"
  353. | #define PACKAGE_VERSION "09.06.0500"
  354. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  355. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  356. | #define PACKAGE_URL ""
  357. | #define PACKAGE "psqlodbc"
  358. | #define VERSION "09.06.0500"
  359. | #define WITH_UNIXODBC 1
  360. | #define POSIX_MULTITHREAD_SUPPORT 1
  361. | #define _REENTRANT 1
  362. | /* end confdefs.h. */
  363. | #ifdef __STDC__
  364. | # include <limits.h>
  365. | #else
  366. | # include <assert.h>
  367. | #endif
  368. | Syntax error
  369. configure:8293: gcc -E -traditional-cpp -IunixODBC 2.3.4 -I -I/internal conftest.c
  370. gcc: error: 2.3.4: No such file or directory
  371. configure:8293: $? = 1
  372. configure: failed program was:
  373. | /* confdefs.h */
  374. | #define PACKAGE_NAME "psqlodbc"
  375. | #define PACKAGE_TARNAME "psqlodbc"
  376. | #define PACKAGE_VERSION "09.06.0500"
  377. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  378. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  379. | #define PACKAGE_URL ""
  380. | #define PACKAGE "psqlodbc"
  381. | #define VERSION "09.06.0500"
  382. | #define WITH_UNIXODBC 1
  383. | #define POSIX_MULTITHREAD_SUPPORT 1
  384. | #define _REENTRANT 1
  385. | /* end confdefs.h. */
  386. | #ifdef __STDC__
  387. | # include <limits.h>
  388. | #else
  389. | # include <assert.h>
  390. | #endif
  391. | Syntax error
  392. configure:8293: /lib/cpp -IunixODBC 2.3.4 -I -I/internal conftest.c
  393. cpp: error: 2.3.4: No such file or directory
  394. cpp: warning: '-x c' after last input file has no effect
  395. cpp: fatal error: no input files
  396. compilation terminated.
  397. configure:8293: $? = 1
  398. configure: failed program was:
  399. | /* confdefs.h */
  400. | #define PACKAGE_NAME "psqlodbc"
  401. | #define PACKAGE_TARNAME "psqlodbc"
  402. | #define PACKAGE_VERSION "09.06.0500"
  403. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  404. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  405. | #define PACKAGE_URL ""
  406. | #define PACKAGE "psqlodbc"
  407. | #define VERSION "09.06.0500"
  408. | #define WITH_UNIXODBC 1
  409. | #define POSIX_MULTITHREAD_SUPPORT 1
  410. | #define _REENTRANT 1
  411. | /* end confdefs.h. */
  412. | #ifdef __STDC__
  413. | # include <limits.h>
  414. | #else
  415. | # include <assert.h>
  416. | #endif
  417. | Syntax error
  418. configure:8293: /lib/cpp -IunixODBC 2.3.4 -I -I/internal conftest.c
  419. cpp: error: 2.3.4: No such file or directory
  420. cpp: warning: '-x c' after last input file has no effect
  421. cpp: fatal error: no input files
  422. compilation terminated.
  423. configure:8293: $? = 1
  424. configure: failed program was:
  425. | /* confdefs.h */
  426. | #define PACKAGE_NAME "psqlodbc"
  427. | #define PACKAGE_TARNAME "psqlodbc"
  428. | #define PACKAGE_VERSION "09.06.0500"
  429. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  430. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  431. | #define PACKAGE_URL ""
  432. | #define PACKAGE "psqlodbc"
  433. | #define VERSION "09.06.0500"
  434. | #define WITH_UNIXODBC 1
  435. | #define POSIX_MULTITHREAD_SUPPORT 1
  436. | #define _REENTRANT 1
  437. | /* end confdefs.h. */
  438. | #ifdef __STDC__
  439. | # include <limits.h>
  440. | #else
  441. | # include <assert.h>
  442. | #endif
  443. | Syntax error
  444. configure:8332: result: /lib/cpp
  445. configure:8352: /lib/cpp -IunixODBC 2.3.4 -I -I/internal conftest.c
  446. cpp: error: 2.3.4: No such file or directory
  447. cpp: warning: '-x c' after last input file has no effect
  448. cpp: fatal error: no input files
  449. compilation terminated.
  450. configure:8352: $? = 1
  451. configure: failed program was:
  452. | /* confdefs.h */
  453. | #define PACKAGE_NAME "psqlodbc"
  454. | #define PACKAGE_TARNAME "psqlodbc"
  455. | #define PACKAGE_VERSION "09.06.0500"
  456. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  457. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  458. | #define PACKAGE_URL ""
  459. | #define PACKAGE "psqlodbc"
  460. | #define VERSION "09.06.0500"
  461. | #define WITH_UNIXODBC 1
  462. | #define POSIX_MULTITHREAD_SUPPORT 1
  463. | #define _REENTRANT 1
  464. | /* end confdefs.h. */
  465. | #ifdef __STDC__
  466. | # include <limits.h>
  467. | #else
  468. | # include <assert.h>
  469. | #endif
  470. | Syntax error
  471. configure:8352: /lib/cpp -IunixODBC 2.3.4 -I -I/internal conftest.c
  472. cpp: error: 2.3.4: No such file or directory
  473. cpp: warning: '-x c' after last input file has no effect
  474. cpp: fatal error: no input files
  475. compilation terminated.
  476. configure:8352: $? = 1
  477. configure: failed program was:
  478. | /* confdefs.h */
  479. | #define PACKAGE_NAME "psqlodbc"
  480. | #define PACKAGE_TARNAME "psqlodbc"
  481. | #define PACKAGE_VERSION "09.06.0500"
  482. | #define PACKAGE_STRING "psqlodbc 09.06.0500"
  483. | #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  484. | #define PACKAGE_URL ""
  485. | #define PACKAGE "psqlodbc"
  486. | #define VERSION "09.06.0500"
  487. | #define WITH_UNIXODBC 1
  488. | #define POSIX_MULTITHREAD_SUPPORT 1
  489. | #define _REENTRANT 1
  490. | /* end confdefs.h. */
  491. | #ifdef __STDC__
  492. | # include <limits.h>
  493. | #else
  494. | # include <assert.h>
  495. | #endif
  496. | Syntax error
  497. configure:8382: error: in `/usr/local/src/psqlodbc-09.06.0500':
  498. configure:8384: error: C preprocessor "/lib/cpp" fails sanity check
  499. See `config.log' for more details
  500.  
  501. ## ---------------- ##
  502. ## Cache variables. ##
  503. ## ---------------- ##
  504.  
  505. ac_cv_build=x86_64-unknown-linux-gnu
  506. ac_cv_c_compiler_gnu=yes
  507. ac_cv_env_CC_set=
  508. ac_cv_env_CC_value=
  509. ac_cv_env_CFLAGS_set=
  510. ac_cv_env_CFLAGS_value=
  511. ac_cv_env_CPPFLAGS_set=
  512. ac_cv_env_CPPFLAGS_value=
  513. ac_cv_env_CPP_set=
  514. ac_cv_env_CPP_value=
  515. ac_cv_env_LDFLAGS_set=set
  516. ac_cv_env_LDFLAGS_value=-ldl
  517. ac_cv_env_LIBS_set=
  518. ac_cv_env_LIBS_value=
  519. ac_cv_env_build_alias_set=
  520. ac_cv_env_build_alias_value=
  521. ac_cv_env_host_alias_set=
  522. ac_cv_env_host_alias_value=
  523. ac_cv_env_target_alias_set=
  524. ac_cv_env_target_alias_value=
  525. ac_cv_host=x86_64-unknown-linux-gnu
  526. ac_cv_objext=o
  527. ac_cv_path_EGREP='/bin/grep -E'
  528. ac_cv_path_FGREP='/bin/grep -F'
  529. ac_cv_path_GREP=/bin/grep
  530. ac_cv_path_PG_CONFIG=/usr/bin/pg_config
  531. ac_cv_path_SED=/bin/sed
  532. ac_cv_path_install='/usr/bin/install -c'
  533. ac_cv_path_mkdir=/bin/mkdir
  534. ac_cv_prog_AWK=gawk
  535. ac_cv_prog_CPP=/lib/cpp
  536. ac_cv_prog_PROVE=prove
  537. ac_cv_prog_ac_ct_AR=ar
  538. ac_cv_prog_ac_ct_CC=gcc
  539. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  540. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  541. ac_cv_prog_ac_ct_OBJDUMP=objdump
  542. ac_cv_prog_ac_ct_RANLIB=ranlib
  543. ac_cv_prog_ac_ct_STRIP=strip
  544. ac_cv_prog_cc_c89=
  545. ac_cv_prog_cc_g=yes
  546. ac_cv_prog_make_make_set=yes
  547. am_cv_CC_dependencies_compiler_type=gcc3
  548. am_cv_make_support_nested_variables=yes
  549. am_cv_prog_cc_c_o=yes
  550. lt_cv_ar_at_file=no
  551. lt_cv_deplibs_check_method=pass_all
  552. lt_cv_file_magic_cmd='$MAGIC_CMD'
  553. lt_cv_file_magic_test_file=
  554. lt_cv_ld_reload_flag=-r
  555. lt_cv_nm_interface='BSD nm'
  556. lt_cv_path_LD=/usr/bin/ld
  557. lt_cv_path_NM='/usr/bin/nm -B'
  558. lt_cv_path_mainfest_tool=no
  559. lt_cv_prog_gnu_ld=yes
  560. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  561. lt_cv_sys_global_symbol_pipe=
  562. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  563. 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'\'''
  564. lt_cv_sys_global_symbol_to_cdecl=
  565. lt_cv_sys_max_cmd_len=1572864
  566. lt_cv_to_host_file_cmd=func_convert_file_noop
  567. lt_cv_to_tool_file_cmd=func_convert_file_noop
  568.  
  569. ## ----------------- ##
  570. ## Output variables. ##
  571. ## ----------------- ##
  572.  
  573. ACLOCAL='${SHELL} /usr/local/src/psqlodbc-09.06.0500/config/missing aclocal-1.15'
  574. AMDEPBACKSLASH='\'
  575. AMDEP_FALSE='#'
  576. AMDEP_TRUE=''
  577. AMTAR='$${TAR-tar}'
  578. AM_BACKSLASH='\'
  579. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  580. AM_DEFAULT_VERBOSITY='1'
  581. AM_V='$(V)'
  582. AR='ar'
  583. AS='as'
  584. AUTOCONF='${SHELL} /usr/local/src/psqlodbc-09.06.0500/config/missing autoconf'
  585. AUTOHEADER='${SHELL} /usr/local/src/psqlodbc-09.06.0500/config/missing autoheader'
  586. AUTOMAKE='${SHELL} /usr/local/src/psqlodbc-09.06.0500/config/missing automake-1.15'
  587. AWK='gawk'
  588. CC='gcc'
  589. CCDEPMODE='depmode=gcc3'
  590. CFLAGS='-g -O2 -Wall'
  591. CPP='/lib/cpp'
  592. CPPFLAGS=' -IunixODBC 2.3.4 -I -I/internal'
  593. CYGPATH_W='echo'
  594. DEFS=''
  595. DEPDIR='.deps'
  596. DLLTOOL='dlltool'
  597. DSYMUTIL=''
  598. DUMPBIN=''
  599. ECHO_C=''
  600. ECHO_N='-n'
  601. ECHO_T=''
  602. EGREP='/bin/grep -E'
  603. EXEEXT=''
  604. FGREP='/bin/grep -F'
  605. GCC_FALSE='#'
  606. GCC_TRUE=''
  607. GREP='/bin/grep'
  608. INSTALL_DATA='${INSTALL} -m 644'
  609. INSTALL_PROGRAM='${INSTALL}'
  610. INSTALL_SCRIPT='${INSTALL}'
  611. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  612. LD='/usr/bin/ld'
  613. LDFLAGS='-ldl -LunixODBC 2.3.4 -L'
  614. LIBOBJS=''
  615. LIBS=''
  616. LIBTOOL=''
  617. LIPO=''
  618. LN_S='ln -s'
  619. LTLIBOBJS=''
  620. MAINT='#'
  621. MAINTAINER_MODE_FALSE=''
  622. MAINTAINER_MODE_TRUE='#'
  623. MAKEINFO='${SHELL} /usr/local/src/psqlodbc-09.06.0500/config/missing makeinfo'
  624. MANIFEST_TOOL=':'
  625. MKDIR_P='/bin/mkdir -p'
  626. NM='/usr/bin/nm -B'
  627. NMEDIT=''
  628. OBJDUMP='objdump'
  629. OBJEXT='o'
  630. ODBC_CONFIG='/usr/bin/odbcinst'
  631. OTOOL64=''
  632. OTOOL=''
  633. PACKAGE='psqlodbc'
  634. PACKAGE_BUGREPORT='pgsql-odbc@postgresql.org'
  635. PACKAGE_NAME='psqlodbc'
  636. PACKAGE_STRING='psqlodbc 09.06.0500'
  637. PACKAGE_TARNAME='psqlodbc'
  638. PACKAGE_URL=''
  639. PACKAGE_VERSION='09.06.0500'
  640. PATH_SEPARATOR=':'
  641. PG_CONFIG='/usr/bin/pg_config'
  642. PROVE='prove'
  643. RANLIB='ranlib'
  644. SED='/bin/sed'
  645. SET_MAKE=''
  646. SHELL='/bin/bash'
  647. STRIP='strip'
  648. VERSION='09.06.0500'
  649. ac_ct_AR='ar'
  650. ac_ct_CC='gcc'
  651. ac_ct_DUMPBIN=''
  652. am__EXEEXT_FALSE=''
  653. am__EXEEXT_TRUE=''
  654. am__fastdepCC_FALSE='#'
  655. am__fastdepCC_TRUE=''
  656. am__include='include'
  657. am__isrc=''
  658. am__leading_dot='.'
  659. am__nodep='_no'
  660. am__quote=''
  661. am__tar='$${TAR-tar} chof - "$$tardir"'
  662. am__untar='$${TAR-tar} xf -'
  663. bindir='${exec_prefix}/bin'
  664. build='x86_64-unknown-linux-gnu'
  665. build_alias=''
  666. build_cpu='x86_64'
  667. build_os='linux-gnu'
  668. build_vendor='unknown'
  669. datadir='${datarootdir}'
  670. datarootdir='${prefix}/share'
  671. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  672. dvidir='${docdir}'
  673. exec_prefix='NONE'
  674. host='x86_64-unknown-linux-gnu'
  675. host_alias=''
  676. host_cpu='x86_64'
  677. host_os='linux-gnu'
  678. host_vendor='unknown'
  679. htmldir='${docdir}'
  680. includedir='${prefix}/include'
  681. infodir='${datarootdir}/info'
  682. install_sh='${SHELL} /usr/local/src/psqlodbc-09.06.0500/config/install-sh'
  683. libdir='${exec_prefix}/lib'
  684. libexecdir='${exec_prefix}/libexec'
  685. localedir='${datarootdir}/locale'
  686. localstatedir='${prefix}/var'
  687. mandir='${datarootdir}/man'
  688. mkdir_p='$(MKDIR_P)'
  689. oldincludedir='/usr/include'
  690. pdfdir='${docdir}'
  691. prefix='NONE'
  692. program_transform_name='s,x,x,'
  693. psdir='${docdir}'
  694. runstatedir='${localstatedir}/run'
  695. sbindir='${exec_prefix}/sbin'
  696. sharedstatedir='${prefix}/com'
  697. sysconfdir='${prefix}/etc'
  698. target_alias=''
  699.  
  700. ## ----------- ##
  701. ## confdefs.h. ##
  702. ## ----------- ##
  703.  
  704. /* confdefs.h */
  705. #define PACKAGE_NAME "psqlodbc"
  706. #define PACKAGE_TARNAME "psqlodbc"
  707. #define PACKAGE_VERSION "09.06.0500"
  708. #define PACKAGE_STRING "psqlodbc 09.06.0500"
  709. #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
  710. #define PACKAGE_URL ""
  711. #define PACKAGE "psqlodbc"
  712. #define VERSION "09.06.0500"
  713. #define WITH_UNIXODBC 1
  714. #define POSIX_MULTITHREAD_SUPPORT 1
  715. #define _REENTRANT 1
  716.  
  717. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement