Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.43 KB | None | 0 0
  1. ./configure --prefix=/opt/pgsql/9.0.4 --enable-dtrace --with-libxml \
  2. CC=/opt/SUNWspro/bin/cc CFLAGS="-m64 -fast" LDFLAGS=-m64
  3.  
  4. LOG:
  5.  
  6.  
  7. This file contains any messages produced by compilers while
  8. running configure, to aid debugging if configure makes a mistake.
  9.  
  10. It was created by PostgreSQL configure 9.0.4, which was
  11. generated by GNU Autoconf 2.63. Invocation command line was
  12.  
  13. $ ./configure --prefix=/opt/pgsql/9.0.4 --enable-dtrace --with-libxml CC=/opt/SUNWspro/bin/cc CFLAGS=-m64 -fast LDFLAGS=-m64
  14.  
  15. ## --------- ##
  16. ## Platform. ##
  17. ## --------- ##
  18.  
  19. hostname = linus
  20. uname -m = i86pc
  21. uname -r = 5.11
  22. uname -s = SunOS
  23. uname -v = oi_148b
  24.  
  25. /usr/bin/uname -p = i386
  26. /bin/uname -X = System = SunOS
  27. Node = linus
  28. Release = 5.11
  29. KernelID = oi_148b
  30. Machine = i86pc
  31. BusType = <unknown>
  32. Serial = <unknown>
  33. Users = <unknown>
  34. OEM# = 0
  35. Origin# = 1
  36. NumCPU = 8
  37.  
  38. /bin/arch = i86pc
  39. /usr/bin/arch -k = i86pc
  40. /usr/convex/getsysinfo = unknown
  41. /usr/bin/hostinfo = unknown
  42. /bin/machine = unknown
  43. /usr/bin/oslevel = unknown
  44. /bin/universe = unknown
  45.  
  46. PATH: /usr/gnu/bin
  47. PATH: /usr/bin
  48. PATH: /usr/sbin
  49. PATH: /sbin
  50. PATH: /lib
  51.  
  52.  
  53. ## ----------- ##
  54. ## Core tests. ##
  55. ## ----------- ##
  56.  
  57. configure:2069: checking build system type
  58. configure:2087: result: i386-pc-solaris2.11
  59. configure:2109: checking host system type
  60. configure:2124: result: i386-pc-solaris2.11
  61. configure:2148: checking which template to use
  62. configure:2247: result: solaris
  63. configure:2354: checking whether to build with 64-bit integer date/time support
  64. configure:2389: result: yes
  65. configure:2396: checking whether NLS is wanted
  66. configure:2430: result: no
  67. configure:2438: checking for default port number
  68. configure:2467: result: 5432
  69. configure:2820: checking for dtrace
  70. configure:2836: found /usr/sbin/dtrace
  71. configure:2847: result: dtrace
  72. configure:2886: checking for block size
  73. configure:2926: result: 8kB
  74. configure:2938: checking for segment size
  75. configure:2971: result: 1GB
  76. configure:2983: checking for WAL block size
  77. configure:3024: result: 8kB
  78. configure:3036: checking for WAL segment size
  79. configure:3077: result: 16MB
  80. configure:3240: checking for C compiler version
  81. configure:3248: /opt/SUNWspro/bin/cc --version >&5
  82. cc: Warning: option -- passed to ld
  83. usage: cc [ options] files. Use 'cc -flags' for details
  84. configure:3252: $? = 1
  85. configure:3259: /opt/SUNWspro/bin/cc -v >&5
  86. usage: cc [ options] files. Use 'cc -flags' for details
  87. configure:3263: $? = 1
  88. configure:3270: /opt/SUNWspro/bin/cc -V >&5
  89. cc: Sun C 5.9 SunOS_i386 Patch 124868-10 2009/04/30
  90. usage: cc [ options] files. Use 'cc -flags' for details
  91. configure:3274: $? = 1
  92. configure:3297: checking for C compiler default output file name
  93. configure:3319: /opt/SUNWspro/bin/cc -m64 -fast -m64 conftest.c >&5
  94. configure:3323: $? = 0
  95. configure:3361: result: a.out
  96. configure:3380: checking whether the C compiler works
  97. configure:3390: ./a.out
  98. configure:3394: $? = 0
  99. configure:3413: result: yes
  100. configure:3420: checking whether we are cross compiling
  101. configure:3422: result: no
  102. configure:3425: checking for suffix of executables
  103. configure:3432: /opt/SUNWspro/bin/cc -o conftest -m64 -fast -m64 conftest.c >&5
  104. configure:3436: $? = 0
  105. configure:3462: result:
  106. configure:3468: checking for suffix of object files
  107. configure:3494: /opt/SUNWspro/bin/cc -c -m64 -fast conftest.c >&5
  108. configure:3498: $? = 0
  109. configure:3523: result: o
  110. configure:3527: checking whether we are using the GNU C compiler
  111. configure:3556: /opt/SUNWspro/bin/cc -c -m64 -fast conftest.c >&5
  112. "conftest.c", line 23: undefined symbol: choke
  113. "conftest.c", line 23: syntax error before or at: me
  114. cc: acomp failed for conftest.c
  115. configure:3563: $? = 2
  116. configure: failed program was:
  117. | /* confdefs.h. */
  118. | #define PACKAGE_NAME "PostgreSQL"
  119. | #define PACKAGE_TARNAME "postgresql"
  120. | #define PACKAGE_VERSION "9.0.4"
  121. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  122. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  123. | #define PG_VERSION "9.0.4"
  124. | #define PG_MAJORVERSION "9.0"
  125. | #define USE_INTEGER_DATETIMES 1
  126. | #define DEF_PGPORT 5432
  127. | #define DEF_PGPORT_STR "5432"
  128. | #define ENABLE_DTRACE 1
  129. | #define BLCKSZ 8192
  130. | #define RELSEG_SIZE 131072
  131. | #define XLOG_BLCKSZ 8192
  132. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  133. | /* end confdefs.h. */
  134. |
  135. | int
  136. | main ()
  137. | {
  138. | #ifndef __GNUC__
  139. | choke me
  140. | #endif
  141. |
  142. | ;
  143. | return 0;
  144. | }
  145. configure:3580: result: no
  146. configure:3589: checking whether /opt/SUNWspro/bin/cc accepts -g
  147. configure:3619: /opt/SUNWspro/bin/cc -c -g conftest.c >&5
  148. configure:3626: $? = 0
  149. configure:3727: result: yes
  150. configure:3744: checking for /opt/SUNWspro/bin/cc option to accept ISO C89
  151. configure:3818: /opt/SUNWspro/bin/cc -c -m64 -fast conftest.c >&5
  152. "conftest.c", line 18: cannot find include file: <stdarg.h>
  153. "conftest.c", line 19: cannot find include file: <stdio.h>
  154. "conftest.c", line 20: cannot find include file: <sys/types.h>
  155. "conftest.c", line 21: cannot find include file: <sys/stat.h>
  156. "conftest.c", line 24: warning: old-style declaration or incorrect type for: FILE
  157. "conftest.c", line 24: syntax error before or at: *
  158. "conftest.c", line 24: warning: dubious tag declaration: struct stat
  159. "conftest.c", line 24: warning: old-style declaration or incorrect type for: rcsopen
  160. "conftest.c", line 34: undefined symbol: va_list
  161. "conftest.c", line 34: syntax error before or at: v
  162. "conftest.c", line 35: warning: implicit function declaration: va_start
  163. "conftest.c", line 35: undefined symbol: v
  164. "conftest.c", line 36: warning: implicit function declaration: va_arg
  165. "conftest.c", line 36: syntax error before or at: int
  166. "conftest.c", line 37: warning: implicit function declaration: va_end
  167. "conftest.c", line 58: syntax error before or at: FILE
  168. "conftest.c", line 58: warning: undefined or missing type for: FILE
  169. "conftest.c", line 58: warning: dubious tag declaration: struct stat
  170. "conftest.c", line 58: function cannot return function or array
  171. "conftest.c", line 58: syntax error before or at: int
  172. "conftest.c", line 58: warning: syntax error: empty declaration
  173. "conftest.c", line 66: warning: statement not reached
  174. cc: acomp failed for conftest.c
  175. configure:3825: $? = 2
  176. configure: failed program was:
  177. | /* confdefs.h. */
  178. | #define PACKAGE_NAME "PostgreSQL"
  179. | #define PACKAGE_TARNAME "postgresql"
  180. | #define PACKAGE_VERSION "9.0.4"
  181. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  182. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  183. | #define PG_VERSION "9.0.4"
  184. | #define PG_MAJORVERSION "9.0"
  185. | #define USE_INTEGER_DATETIMES 1
  186. | #define DEF_PGPORT 5432
  187. | #define DEF_PGPORT_STR "5432"
  188. | #define ENABLE_DTRACE 1
  189. | #define BLCKSZ 8192
  190. | #define RELSEG_SIZE 131072
  191. | #define XLOG_BLCKSZ 8192
  192. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  193. | /* end confdefs.h. */
  194. | #include <stdarg.h>
  195. | #include <stdio.h>
  196. | #include <sys/types.h>
  197. | #include <sys/stat.h>
  198. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  199. | struct buf { int x; };
  200. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  201. | static char *e (p, i)
  202. | char **p;
  203. | int i;
  204. | {
  205. | return p[i];
  206. | }
  207. | static char *f (char * (*g) (char **, int), char **p, ...)
  208. | {
  209. | char *s;
  210. | va_list v;
  211. | va_start (v,p);
  212. | s = g (p, va_arg (v,int));
  213. | va_end (v);
  214. | return s;
  215. | }
  216. |
  217. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  218. | function prototypes and stuff, but not '\xHH' hex character constants.
  219. | These don't provoke an error unfortunately, instead are silently treated
  220. | as 'x'. The following induces an error, until -std is added to get
  221. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  222. | array size at least. It's necessary to write '\x00'==0 to get something
  223. | that's true only with -std. */
  224. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  225. |
  226. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  227. | inside strings and character constants. */
  228. | #define FOO(x) 'x'
  229. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  230. |
  231. | int test (int i, double x);
  232. | struct s1 {int (*f) (int a);};
  233. | struct s2 {int (*f) (double a);};
  234. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  235. | int argc;
  236. | char **argv;
  237. | int
  238. | main ()
  239. | {
  240. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  241. | ;
  242. | return 0;
  243. | }
  244. configure:3818: /opt/SUNWspro/bin/cc -qlanglvl=extc89 -c -m64 -fast conftest.c >&5
  245. cc: illegal option -qlanglvl=extc89
  246. configure:3825: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h. */
  249. | #define PACKAGE_NAME "PostgreSQL"
  250. | #define PACKAGE_TARNAME "postgresql"
  251. | #define PACKAGE_VERSION "9.0.4"
  252. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  253. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  254. | #define PG_VERSION "9.0.4"
  255. | #define PG_MAJORVERSION "9.0"
  256. | #define USE_INTEGER_DATETIMES 1
  257. | #define DEF_PGPORT 5432
  258. | #define DEF_PGPORT_STR "5432"
  259. | #define ENABLE_DTRACE 1
  260. | #define BLCKSZ 8192
  261. | #define RELSEG_SIZE 131072
  262. | #define XLOG_BLCKSZ 8192
  263. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  264. | /* end confdefs.h. */
  265. | #include <stdarg.h>
  266. | #include <stdio.h>
  267. | #include <sys/types.h>
  268. | #include <sys/stat.h>
  269. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  270. | struct buf { int x; };
  271. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  272. | static char *e (p, i)
  273. | char **p;
  274. | int i;
  275. | {
  276. | return p[i];
  277. | }
  278. | static char *f (char * (*g) (char **, int), char **p, ...)
  279. | {
  280. | char *s;
  281. | va_list v;
  282. | va_start (v,p);
  283. | s = g (p, va_arg (v,int));
  284. | va_end (v);
  285. | return s;
  286. | }
  287. |
  288. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  289. | function prototypes and stuff, but not '\xHH' hex character constants.
  290. | These don't provoke an error unfortunately, instead are silently treated
  291. | as 'x'. The following induces an error, until -std is added to get
  292. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  293. | array size at least. It's necessary to write '\x00'==0 to get something
  294. | that's true only with -std. */
  295. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  296. |
  297. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  298. | inside strings and character constants. */
  299. | #define FOO(x) 'x'
  300. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  301. |
  302. | int test (int i, double x);
  303. | struct s1 {int (*f) (int a);};
  304. | struct s2 {int (*f) (double a);};
  305. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  306. | int argc;
  307. | char **argv;
  308. | int
  309. | main ()
  310. | {
  311. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  312. | ;
  313. | return 0;
  314. | }
  315. configure:3818: /opt/SUNWspro/bin/cc -qlanglvl=ansi -c -m64 -fast conftest.c >&5
  316. cc: illegal option -qlanglvl=ansi
  317. configure:3825: $? = 1
  318. configure: failed program was:
  319. | /* confdefs.h. */
  320. | #define PACKAGE_NAME "PostgreSQL"
  321. | #define PACKAGE_TARNAME "postgresql"
  322. | #define PACKAGE_VERSION "9.0.4"
  323. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  324. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  325. | #define PG_VERSION "9.0.4"
  326. | #define PG_MAJORVERSION "9.0"
  327. | #define USE_INTEGER_DATETIMES 1
  328. | #define DEF_PGPORT 5432
  329. | #define DEF_PGPORT_STR "5432"
  330. | #define ENABLE_DTRACE 1
  331. | #define BLCKSZ 8192
  332. | #define RELSEG_SIZE 131072
  333. | #define XLOG_BLCKSZ 8192
  334. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  335. | /* end confdefs.h. */
  336. | #include <stdarg.h>
  337. | #include <stdio.h>
  338. | #include <sys/types.h>
  339. | #include <sys/stat.h>
  340. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  341. | struct buf { int x; };
  342. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  343. | static char *e (p, i)
  344. | char **p;
  345. | int i;
  346. | {
  347. | return p[i];
  348. | }
  349. | static char *f (char * (*g) (char **, int), char **p, ...)
  350. | {
  351. | char *s;
  352. | va_list v;
  353. | va_start (v,p);
  354. | s = g (p, va_arg (v,int));
  355. | va_end (v);
  356. | return s;
  357. | }
  358. |
  359. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  360. | function prototypes and stuff, but not '\xHH' hex character constants.
  361. | These don't provoke an error unfortunately, instead are silently treated
  362. | as 'x'. The following induces an error, until -std is added to get
  363. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  364. | array size at least. It's necessary to write '\x00'==0 to get something
  365. | that's true only with -std. */
  366. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  367. |
  368. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  369. | inside strings and character constants. */
  370. | #define FOO(x) 'x'
  371. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  372. |
  373. | int test (int i, double x);
  374. | struct s1 {int (*f) (int a);};
  375. | struct s2 {int (*f) (double a);};
  376. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  377. | int argc;
  378. | char **argv;
  379. | int
  380. | main ()
  381. | {
  382. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  383. | ;
  384. | return 0;
  385. | }
  386. configure:3818: /opt/SUNWspro/bin/cc -std -c -m64 -fast conftest.c >&5
  387. cc: Warning: illegal option -d
  388. "conftest.c", line 18: cannot find include file: <stdarg.h>
  389. "conftest.c", line 19: cannot find include file: <stdio.h>
  390. "conftest.c", line 20: cannot find include file: <sys/types.h>
  391. "conftest.c", line 21: cannot find include file: <sys/stat.h>
  392. "conftest.c", line 24: warning: old-style declaration or incorrect type for: FILE
  393. "conftest.c", line 24: syntax error before or at: *
  394. "conftest.c", line 24: warning: dubious tag declaration: struct stat
  395. "conftest.c", line 24: warning: old-style declaration or incorrect type for: rcsopen
  396. "conftest.c", line 34: undefined symbol: va_list
  397. "conftest.c", line 34: syntax error before or at: v
  398. "conftest.c", line 35: warning: implicit function declaration: va_start
  399. "conftest.c", line 35: undefined symbol: v
  400. "conftest.c", line 36: warning: implicit function declaration: va_arg
  401. "conftest.c", line 36: syntax error before or at: int
  402. "conftest.c", line 37: warning: implicit function declaration: va_end
  403. "conftest.c", line 58: syntax error before or at: FILE
  404. "conftest.c", line 58: warning: undefined or missing type for: FILE
  405. "conftest.c", line 58: warning: dubious tag declaration: struct stat
  406. "conftest.c", line 58: function cannot return function or array
  407. "conftest.c", line 58: syntax error before or at: int
  408. "conftest.c", line 58: warning: syntax error: empty declaration
  409. "conftest.c", line 66: warning: statement not reached
  410. cc: acomp failed for conftest.c
  411. configure:3825: $? = 2
  412. configure: failed program was:
  413. | /* confdefs.h. */
  414. | #define PACKAGE_NAME "PostgreSQL"
  415. | #define PACKAGE_TARNAME "postgresql"
  416. | #define PACKAGE_VERSION "9.0.4"
  417. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  418. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  419. | #define PG_VERSION "9.0.4"
  420. | #define PG_MAJORVERSION "9.0"
  421. | #define USE_INTEGER_DATETIMES 1
  422. | #define DEF_PGPORT 5432
  423. | #define DEF_PGPORT_STR "5432"
  424. | #define ENABLE_DTRACE 1
  425. | #define BLCKSZ 8192
  426. | #define RELSEG_SIZE 131072
  427. | #define XLOG_BLCKSZ 8192
  428. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  429. | /* end confdefs.h. */
  430. | #include <stdarg.h>
  431. | #include <stdio.h>
  432. | #include <sys/types.h>
  433. | #include <sys/stat.h>
  434. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  435. | struct buf { int x; };
  436. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  437. | static char *e (p, i)
  438. | char **p;
  439. | int i;
  440. | {
  441. | return p[i];
  442. | }
  443. | static char *f (char * (*g) (char **, int), char **p, ...)
  444. | {
  445. | char *s;
  446. | va_list v;
  447. | va_start (v,p);
  448. | s = g (p, va_arg (v,int));
  449. | va_end (v);
  450. | return s;
  451. | }
  452. |
  453. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  454. | function prototypes and stuff, but not '\xHH' hex character constants.
  455. | These don't provoke an error unfortunately, instead are silently treated
  456. | as 'x'. The following induces an error, until -std is added to get
  457. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  458. | array size at least. It's necessary to write '\x00'==0 to get something
  459. | that's true only with -std. */
  460. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  461. |
  462. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  463. | inside strings and character constants. */
  464. | #define FOO(x) 'x'
  465. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  466. |
  467. | int test (int i, double x);
  468. | struct s1 {int (*f) (int a);};
  469. | struct s2 {int (*f) (double a);};
  470. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  471. | int argc;
  472. | char **argv;
  473. | int
  474. | main ()
  475. | {
  476. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  477. | ;
  478. | return 0;
  479. | }
  480. configure:3818: /opt/SUNWspro/bin/cc -Ae -c -m64 -fast conftest.c >&5
  481. "conftest.c", line 18: cannot find include file: <stdarg.h>
  482. "conftest.c", line 19: cannot find include file: <stdio.h>
  483. "conftest.c", line 20: cannot find include file: <sys/types.h>
  484. "conftest.c", line 21: cannot find include file: <sys/stat.h>
  485. "conftest.c", line 24: warning: old-style declaration or incorrect type for: FILE
  486. "conftest.c", line 24: syntax error before or at: *
  487. "conftest.c", line 24: warning: dubious tag declaration: struct stat
  488. "conftest.c", line 24: warning: old-style declaration or incorrect type for: rcsopen
  489. "conftest.c", line 34: undefined symbol: va_list
  490. "conftest.c", line 34: syntax error before or at: v
  491. "conftest.c", line 35: warning: implicit function declaration: va_start
  492. "conftest.c", line 35: undefined symbol: v
  493. "conftest.c", line 36: warning: implicit function declaration: va_arg
  494. "conftest.c", line 36: syntax error before or at: int
  495. "conftest.c", line 37: warning: implicit function declaration: va_end
  496. "conftest.c", line 58: syntax error before or at: FILE
  497. "conftest.c", line 58: warning: undefined or missing type for: FILE
  498. "conftest.c", line 58: warning: dubious tag declaration: struct stat
  499. "conftest.c", line 58: function cannot return function or array
  500. "conftest.c", line 58: syntax error before or at: int
  501. "conftest.c", line 58: warning: syntax error: empty declaration
  502. "conftest.c", line 66: warning: statement not reached
  503. cc: acomp failed for conftest.c
  504. configure:3825: $? = 2
  505. configure: failed program was:
  506. | /* confdefs.h. */
  507. | #define PACKAGE_NAME "PostgreSQL"
  508. | #define PACKAGE_TARNAME "postgresql"
  509. | #define PACKAGE_VERSION "9.0.4"
  510. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  511. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  512. | #define PG_VERSION "9.0.4"
  513. | #define PG_MAJORVERSION "9.0"
  514. | #define USE_INTEGER_DATETIMES 1
  515. | #define DEF_PGPORT 5432
  516. | #define DEF_PGPORT_STR "5432"
  517. | #define ENABLE_DTRACE 1
  518. | #define BLCKSZ 8192
  519. | #define RELSEG_SIZE 131072
  520. | #define XLOG_BLCKSZ 8192
  521. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  522. | /* end confdefs.h. */
  523. | #include <stdarg.h>
  524. | #include <stdio.h>
  525. | #include <sys/types.h>
  526. | #include <sys/stat.h>
  527. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  528. | struct buf { int x; };
  529. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  530. | static char *e (p, i)
  531. | char **p;
  532. | int i;
  533. | {
  534. | return p[i];
  535. | }
  536. | static char *f (char * (*g) (char **, int), char **p, ...)
  537. | {
  538. | char *s;
  539. | va_list v;
  540. | va_start (v,p);
  541. | s = g (p, va_arg (v,int));
  542. | va_end (v);
  543. | return s;
  544. | }
  545. |
  546. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  547. | function prototypes and stuff, but not '\xHH' hex character constants.
  548. | These don't provoke an error unfortunately, instead are silently treated
  549. | as 'x'. The following induces an error, until -std is added to get
  550. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  551. | array size at least. It's necessary to write '\x00'==0 to get something
  552. | that's true only with -std. */
  553. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  554. |
  555. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  556. | inside strings and character constants. */
  557. | #define FOO(x) 'x'
  558. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  559. |
  560. | int test (int i, double x);
  561. | struct s1 {int (*f) (int a);};
  562. | struct s2 {int (*f) (double a);};
  563. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  564. | int argc;
  565. | char **argv;
  566. | int
  567. | main ()
  568. | {
  569. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  570. | ;
  571. | return 0;
  572. | }
  573. configure:3818: /opt/SUNWspro/bin/cc -Aa -D_HPUX_SOURCE -c -m64 -fast conftest.c >&5
  574. "conftest.c", line 18: cannot find include file: <stdarg.h>
  575. "conftest.c", line 19: cannot find include file: <stdio.h>
  576. "conftest.c", line 20: cannot find include file: <sys/types.h>
  577. "conftest.c", line 21: cannot find include file: <sys/stat.h>
  578. "conftest.c", line 24: warning: old-style declaration or incorrect type for: FILE
  579. "conftest.c", line 24: syntax error before or at: *
  580. "conftest.c", line 24: warning: dubious tag declaration: struct stat
  581. "conftest.c", line 24: warning: old-style declaration or incorrect type for: rcsopen
  582. "conftest.c", line 34: undefined symbol: va_list
  583. "conftest.c", line 34: syntax error before or at: v
  584. "conftest.c", line 35: warning: implicit function declaration: va_start
  585. "conftest.c", line 35: undefined symbol: v
  586. "conftest.c", line 36: warning: implicit function declaration: va_arg
  587. "conftest.c", line 36: syntax error before or at: int
  588. "conftest.c", line 37: warning: implicit function declaration: va_end
  589. "conftest.c", line 58: syntax error before or at: FILE
  590. "conftest.c", line 58: warning: undefined or missing type for: FILE
  591. "conftest.c", line 58: warning: dubious tag declaration: struct stat
  592. "conftest.c", line 58: function cannot return function or array
  593. "conftest.c", line 58: syntax error before or at: int
  594. "conftest.c", line 58: warning: syntax error: empty declaration
  595. "conftest.c", line 66: warning: statement not reached
  596. cc: acomp failed for conftest.c
  597. configure:3825: $? = 2
  598. configure: failed program was:
  599. | /* confdefs.h. */
  600. | #define PACKAGE_NAME "PostgreSQL"
  601. | #define PACKAGE_TARNAME "postgresql"
  602. | #define PACKAGE_VERSION "9.0.4"
  603. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  604. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  605. | #define PG_VERSION "9.0.4"
  606. | #define PG_MAJORVERSION "9.0"
  607. | #define USE_INTEGER_DATETIMES 1
  608. | #define DEF_PGPORT 5432
  609. | #define DEF_PGPORT_STR "5432"
  610. | #define ENABLE_DTRACE 1
  611. | #define BLCKSZ 8192
  612. | #define RELSEG_SIZE 131072
  613. | #define XLOG_BLCKSZ 8192
  614. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  615. | /* end confdefs.h. */
  616. | #include <stdarg.h>
  617. | #include <stdio.h>
  618. | #include <sys/types.h>
  619. | #include <sys/stat.h>
  620. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  621. | struct buf { int x; };
  622. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  623. | static char *e (p, i)
  624. | char **p;
  625. | int i;
  626. | {
  627. | return p[i];
  628. | }
  629. | static char *f (char * (*g) (char **, int), char **p, ...)
  630. | {
  631. | char *s;
  632. | va_list v;
  633. | va_start (v,p);
  634. | s = g (p, va_arg (v,int));
  635. | va_end (v);
  636. | return s;
  637. | }
  638. |
  639. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  640. | function prototypes and stuff, but not '\xHH' hex character constants.
  641. | These don't provoke an error unfortunately, instead are silently treated
  642. | as 'x'. The following induces an error, until -std is added to get
  643. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  644. | array size at least. It's necessary to write '\x00'==0 to get something
  645. | that's true only with -std. */
  646. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  647. |
  648. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  649. | inside strings and character constants. */
  650. | #define FOO(x) 'x'
  651. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  652. |
  653. | int test (int i, double x);
  654. | struct s1 {int (*f) (int a);};
  655. | struct s2 {int (*f) (double a);};
  656. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  657. | int argc;
  658. | char **argv;
  659. | int
  660. | main ()
  661. | {
  662. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  663. | ;
  664. | return 0;
  665. | }
  666. configure:3818: /opt/SUNWspro/bin/cc -Xc -D__EXTENSIONS__ -c -m64 -fast conftest.c >&5
  667. "conftest.c", line 18: cannot find include file: <stdarg.h>
  668. "conftest.c", line 19: cannot find include file: <stdio.h>
  669. "conftest.c", line 20: cannot find include file: <sys/types.h>
  670. "conftest.c", line 21: cannot find include file: <sys/stat.h>
  671. "conftest.c", line 24: warning: old-style declaration or incorrect type for: FILE
  672. "conftest.c", line 24: syntax error before or at: *
  673. "conftest.c", line 24: warning: dubious tag declaration: struct stat
  674. "conftest.c", line 24: warning: old-style declaration or incorrect type for: rcsopen
  675. "conftest.c", line 34: undefined symbol: va_list
  676. "conftest.c", line 34: syntax error before or at: v
  677. "conftest.c", line 35: warning: implicit function declaration: va_start
  678. "conftest.c", line 35: undefined symbol: v
  679. "conftest.c", line 36: warning: implicit function declaration: va_arg
  680. "conftest.c", line 36: syntax error before or at: int
  681. "conftest.c", line 37: warning: implicit function declaration: va_end
  682. "conftest.c", line 58: syntax error before or at: FILE
  683. "conftest.c", line 58: warning: undefined or missing type for: FILE
  684. "conftest.c", line 58: warning: dubious tag declaration: struct stat
  685. "conftest.c", line 58: function cannot return function or array
  686. "conftest.c", line 58: syntax error before or at: int
  687. "conftest.c", line 58: warning: syntax error: empty declaration
  688. "conftest.c", line 66: warning: statement not reached
  689. cc: acomp failed for conftest.c
  690. configure:3825: $? = 2
  691. configure: failed program was:
  692. | /* confdefs.h. */
  693. | #define PACKAGE_NAME "PostgreSQL"
  694. | #define PACKAGE_TARNAME "postgresql"
  695. | #define PACKAGE_VERSION "9.0.4"
  696. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  697. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  698. | #define PG_VERSION "9.0.4"
  699. | #define PG_MAJORVERSION "9.0"
  700. | #define USE_INTEGER_DATETIMES 1
  701. | #define DEF_PGPORT 5432
  702. | #define DEF_PGPORT_STR "5432"
  703. | #define ENABLE_DTRACE 1
  704. | #define BLCKSZ 8192
  705. | #define RELSEG_SIZE 131072
  706. | #define XLOG_BLCKSZ 8192
  707. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  708. | /* end confdefs.h. */
  709. | #include <stdarg.h>
  710. | #include <stdio.h>
  711. | #include <sys/types.h>
  712. | #include <sys/stat.h>
  713. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  714. | struct buf { int x; };
  715. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  716. | static char *e (p, i)
  717. | char **p;
  718. | int i;
  719. | {
  720. | return p[i];
  721. | }
  722. | static char *f (char * (*g) (char **, int), char **p, ...)
  723. | {
  724. | char *s;
  725. | va_list v;
  726. | va_start (v,p);
  727. | s = g (p, va_arg (v,int));
  728. | va_end (v);
  729. | return s;
  730. | }
  731. |
  732. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  733. | function prototypes and stuff, but not '\xHH' hex character constants.
  734. | These don't provoke an error unfortunately, instead are silently treated
  735. | as 'x'. The following induces an error, until -std is added to get
  736. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  737. | array size at least. It's necessary to write '\x00'==0 to get something
  738. | that's true only with -std. */
  739. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  740. |
  741. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  742. | inside strings and character constants. */
  743. | #define FOO(x) 'x'
  744. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  745. |
  746. | int test (int i, double x);
  747. | struct s1 {int (*f) (int a);};
  748. | struct s2 {int (*f) (double a);};
  749. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  750. | int argc;
  751. | char **argv;
  752. | int
  753. | main ()
  754. | {
  755. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  756. | ;
  757. | return 0;
  758. | }
  759. configure:3851: result: unsupported
  760. configure:3894: /opt/SUNWspro/bin/cc -c -m64 -fast conftest.c >&5
  761. "conftest.c", line 23: undefined symbol: choke
  762. "conftest.c", line 23: syntax error before or at: me
  763. cc: acomp failed for conftest.c
  764. configure:3901: $? = 2
  765. configure: failed program was:
  766. | /* confdefs.h. */
  767. | #define PACKAGE_NAME "PostgreSQL"
  768. | #define PACKAGE_TARNAME "postgresql"
  769. | #define PACKAGE_VERSION "9.0.4"
  770. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  771. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  772. | #define PG_VERSION "9.0.4"
  773. | #define PG_MAJORVERSION "9.0"
  774. | #define USE_INTEGER_DATETIMES 1
  775. | #define DEF_PGPORT 5432
  776. | #define DEF_PGPORT_STR "5432"
  777. | #define ENABLE_DTRACE 1
  778. | #define BLCKSZ 8192
  779. | #define RELSEG_SIZE 131072
  780. | #define XLOG_BLCKSZ 8192
  781. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  782. | /* end confdefs.h. */
  783. |
  784. | int
  785. | main ()
  786. | {
  787. | #ifndef __INTEL_COMPILER
  788. | choke me
  789. | #endif
  790. | ;
  791. | return 0;
  792. | }
  793. configure:3941: /opt/SUNWspro/bin/cc -c -m64 -fast conftest.c >&5
  794. configure:3948: $? = 0
  795. configure:4400: checking whether the C compiler still works
  796. configure:4423: /opt/SUNWspro/bin/cc -Xa -o conftest -m64 -fast -m64 conftest.c >&5
  797. "conftest.c", line 24: warning: statement not reached
  798. configure:4430: $? = 0
  799. configure:4438: result: yes
  800. configure:4510: checking how to run the C preprocessor
  801. configure:4628: result: cc
  802. configure:4657: cc conftest.c
  803. ./configure[4659]: eval[1]: cc: not found [No such file or directory]
  804. configure:4664: $? = 127
  805. configure: failed program was:
  806. | /* confdefs.h. */
  807. | #define PACKAGE_NAME "PostgreSQL"
  808. | #define PACKAGE_TARNAME "postgresql"
  809. | #define PACKAGE_VERSION "9.0.4"
  810. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  811. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  812. | #define PG_VERSION "9.0.4"
  813. | #define PG_MAJORVERSION "9.0"
  814. | #define USE_INTEGER_DATETIMES 1
  815. | #define DEF_PGPORT 5432
  816. | #define DEF_PGPORT_STR "5432"
  817. | #define ENABLE_DTRACE 1
  818. | #define BLCKSZ 8192
  819. | #define RELSEG_SIZE 131072
  820. | #define XLOG_BLCKSZ 8192
  821. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  822. | /* end confdefs.h. */
  823. | #ifdef __STDC__
  824. | # include <limits.h>
  825. | #else
  826. | # include <assert.h>
  827. | #endif
  828. | Syntax error
  829. configure:4657: cc conftest.c
  830. ./configure[4659]: eval[1]: cc: not found [No such file or directory]
  831. configure:4664: $? = 127
  832. configure: failed program was:
  833. | /* confdefs.h. */
  834. | #define PACKAGE_NAME "PostgreSQL"
  835. | #define PACKAGE_TARNAME "postgresql"
  836. | #define PACKAGE_VERSION "9.0.4"
  837. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  838. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  839. | #define PG_VERSION "9.0.4"
  840. | #define PG_MAJORVERSION "9.0"
  841. | #define USE_INTEGER_DATETIMES 1
  842. | #define DEF_PGPORT 5432
  843. | #define DEF_PGPORT_STR "5432"
  844. | #define ENABLE_DTRACE 1
  845. | #define BLCKSZ 8192
  846. | #define RELSEG_SIZE 131072
  847. | #define XLOG_BLCKSZ 8192
  848. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  849. | /* end confdefs.h. */
  850. | #ifdef __STDC__
  851. | # include <limits.h>
  852. | #else
  853. | # include <assert.h>
  854. | #endif
  855. | Syntax error
  856. configure:4726: error: in `/home/drlou/Downloads/postgresql-9.0.4':
  857. configure:4728: error: C preprocessor "cc" fails sanity check
  858. See `config.log' for more details.
  859.  
  860. ## ---------------- ##
  861. ## Cache variables. ##
  862. ## ---------------- ##
  863.  
  864. ac_cv_build=i386-pc-solaris2.11
  865. ac_cv_c_compiler_gnu=no
  866. ac_cv_env_CC_set=set
  867. ac_cv_env_CC_value=/opt/SUNWspro/bin/cc
  868. ac_cv_env_CFLAGS_set=set
  869. ac_cv_env_CFLAGS_value='-m64 -fast'
  870. ac_cv_env_CPPFLAGS_set=''
  871. ac_cv_env_CPPFLAGS_value=''
  872. ac_cv_env_CPP_set=set
  873. ac_cv_env_CPP_value=cc
  874. ac_cv_env_DOCBOOKSTYLE_set=''
  875. ac_cv_env_DOCBOOKSTYLE_value=''
  876. ac_cv_env_LDFLAGS_EX_set=''
  877. ac_cv_env_LDFLAGS_EX_value=''
  878. ac_cv_env_LDFLAGS_SL_set=''
  879. ac_cv_env_LDFLAGS_SL_value=''
  880. ac_cv_env_LDFLAGS_set=set
  881. ac_cv_env_LDFLAGS_value=-m64
  882. ac_cv_env_LIBS_set=''
  883. ac_cv_env_LIBS_value=''
  884. ac_cv_env_build_alias_set=''
  885. ac_cv_env_build_alias_value=''
  886. ac_cv_env_host_alias_set=''
  887. ac_cv_env_host_alias_value=''
  888. ac_cv_env_target_alias_set=''
  889. ac_cv_env_target_alias_value=''
  890. ac_cv_host=i386-pc-solaris2.11
  891. ac_cv_objext=o
  892. ac_cv_prog_CPP=cc
  893. ac_cv_prog_DTRACE=dtrace
  894. ac_cv_prog_cc_c89=no
  895. ac_cv_prog_cc_g=yes
  896.  
  897. ## ----------------- ##
  898. ## Output variables. ##
  899. ## ----------------- ##
  900.  
  901. AR=''
  902. AWK=''
  903. BISON=''
  904. BISONFLAGS=''
  905. CC='/opt/SUNWspro/bin/cc -Xa'
  906. CFLAGS='-m64 -fast'
  907. COLLATEINDEX=''
  908. CPP='cc'
  909. CPPFLAGS=''
  910. DEFS=''
  911. DLLTOOL=''
  912. DLLWRAP=''
  913. DOCBOOKSTYLE=''
  914. DTRACE='dtrace'
  915. DTRACEFLAGS=''
  916. ECHO_C='\c'
  917. ECHO_N=''
  918. ECHO_T=''
  919. EGREP=''
  920. ELF_SYS=''
  921. EXEEXT=''
  922. FLEX=''
  923. FLEXFLAGS=''
  924. GCC=''
  925. GCOV=''
  926. GENHTML=''
  927. GREP=''
  928. HAVE_IPV6=''
  929. HAVE_POSIX_SIGNALS=''
  930. INCLUDES=''
  931. JADE=''
  932. LCOV=''
  933. LD=''
  934. LDAP_LIBS_BE=''
  935. LDAP_LIBS_FE=''
  936. LDFLAGS='-m64'
  937. LDFLAGS_EX=''
  938. LDFLAGS_SL=''
  939. LIBOBJS=''
  940. LIBS=''
  941. LN_S=''
  942. LTLIBOBJS=''
  943. MKDIR_P=''
  944. MSGFMT=''
  945. MSGMERGE=''
  946. NSGMLS=''
  947. OBJEXT='o'
  948. OSSP_UUID_LIBS=''
  949. OSX=''
  950. PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
  951. PACKAGE_NAME='PostgreSQL'
  952. PACKAGE_STRING='PostgreSQL 9.0.4'
  953. PACKAGE_TARNAME='postgresql'
  954. PACKAGE_VERSION='9.0.4'
  955. PATH_SEPARATOR=':'
  956. PERL=''
  957. PG_MAJORVERSION='9.0'
  958. PORTNAME='solaris'
  959. PTHREAD_CC=''
  960. PTHREAD_CFLAGS=''
  961. PTHREAD_LIBS=''
  962. PYTHON=''
  963. RANLIB=''
  964. SHELL='/bin/sh'
  965. STRIP=''
  966. STRIP_SHARED_LIB=''
  967. STRIP_STATIC_LIB=''
  968. SUN_STUDIO_CC='yes'
  969. TAR=''
  970. TAS=''
  971. TCLSH=''
  972. TCL_CONFIG_SH=''
  973. TCL_INCLUDE_SPEC=''
  974. TCL_LIBS=''
  975. TCL_LIB_FILE=''
  976. TCL_LIB_SPEC=''
  977. TCL_SHARED_BUILD=''
  978. TCL_SHLIB_LD_LIBS=''
  979. WANTED_LANGUAGES=''
  980. WINDRES=''
  981. XGETTEXT=''
  982. XML2_CONFIG=''
  983. XSLTPROC=''
  984. ZIC=''
  985. ac_ct_CC=''
  986. acx_pthread_config=''
  987. autodepend=''
  988. bindir='${exec_prefix}/bin'
  989. build='i386-pc-solaris2.11'
  990. build_alias=''
  991. build_cpu='i386'
  992. build_os='solaris2.11'
  993. build_vendor='pc'
  994. configure_args=' '\''--prefix=/opt/pgsql/9.0.4'\'' '\''--enable-dtrace'\'' '\''--with-libxml'\'' '\''CC=/opt/SUNWspro/bin/cc'\'' '\''CFLAGS=-m64 -fast'\'' '\''LDFLAGS=-m64'\'' '\''CPP=cc'\'''
  995. datadir='${datarootdir}'
  996. datarootdir='${prefix}/share'
  997. default_port='5432'
  998. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  999. dvidir='${docdir}'
  1000. enable_coverage='no'
  1001. enable_debug='no'
  1002. enable_dtrace='yes'
  1003. enable_nls='no'
  1004. enable_profiling='no'
  1005. enable_rpath='yes'
  1006. enable_shared='yes'
  1007. enable_thread_safety=''
  1008. exec_prefix='NONE'
  1009. have_docbook=''
  1010. host='i386-pc-solaris2.11'
  1011. host_alias=''
  1012. host_cpu='i386'
  1013. host_os='solaris2.11'
  1014. host_vendor='pc'
  1015. htmldir='${docdir}'
  1016. includedir='${prefix}/include'
  1017. infodir='${datarootdir}/info'
  1018. krb_srvtab=''
  1019. ld_R_works=''
  1020. libdir='${exec_prefix}/lib'
  1021. libexecdir='${exec_prefix}/libexec'
  1022. localedir='${datarootdir}/locale'
  1023. localstatedir='${prefix}/var'
  1024. mandir='${datarootdir}/man'
  1025. oldincludedir='/usr/include'
  1026. pdfdir='${docdir}'
  1027. perl_archlibexp=''
  1028. perl_embed_ldflags=''
  1029. perl_privlibexp=''
  1030. perl_useshrplib=''
  1031. prefix='/opt/pgsql/9.0.4'
  1032. program_transform_name='s,x,x,'
  1033. psdir='${docdir}'
  1034. python_additional_libs=''
  1035. python_configdir=''
  1036. python_includespec=''
  1037. python_libdir=''
  1038. python_libspec=''
  1039. python_majorversion=''
  1040. python_version=''
  1041. sbindir='${exec_prefix}/sbin'
  1042. sharedstatedir='${prefix}/com'
  1043. sysconfdir='${prefix}/etc'
  1044. target_alias=''
  1045. vpath_build=''
  1046. with_bonjour=''
  1047. with_gnu_ld=''
  1048. with_gssapi=''
  1049. with_krb5=''
  1050. with_ldap=''
  1051. with_libxml='yes'
  1052. with_libxslt=''
  1053. with_openssl=''
  1054. with_ossp_uuid=''
  1055. with_pam=''
  1056. with_perl=''
  1057. with_python=''
  1058. with_system_tzdata=''
  1059. with_tcl=''
  1060. with_zlib=''
  1061.  
  1062. ## ----------- ##
  1063. ## confdefs.h. ##
  1064. ## ----------- ##
  1065.  
  1066. #define PACKAGE_NAME "PostgreSQL"
  1067. #define PACKAGE_TARNAME "postgresql"
  1068. #define PACKAGE_VERSION "9.0.4"
  1069. #define PACKAGE_STRING "PostgreSQL 9.0.4"
  1070. #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1071. #define PG_VERSION "9.0.4"
  1072. #define PG_MAJORVERSION "9.0"
  1073. #define USE_INTEGER_DATETIMES 1
  1074. #define DEF_PGPORT 5432
  1075. #define DEF_PGPORT_STR "5432"
  1076. #define ENABLE_DTRACE 1
  1077. #define BLCKSZ 8192
  1078. #define RELSEG_SIZE 131072
  1079. #define XLOG_BLCKSZ 8192
  1080. #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1081.  
  1082. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement