From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | chris(at)vote4ad(dot)com |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: HowTo configure and compile with openssl and jdbc on |
Date: | 2004-01-23 07:01:59 |
Message-ID: | 25009.1074841319@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
chris(at)vote4ad(dot)com writes:
> Eh, unfortunately no. The error is not thrown by the compiler but the
> configure script. So there's nothing in the config.log about this.
I assure you there is something relevant in config.log. For example,
I get the following trace for <dld.h>, which doesn't exist here:
configure:7040: checking dld.h usability
configure:7049: gcc -c -O2 -fno-strict-aliasing -g -D_XOPEN_SOURCE_EXTENDED conftest.c >&5
configure:7077: dld.h: No such file or directory
configure:7052: $? = 1
configure: failed program was:
#line 7042 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <dld.h>
configure:7067: result: no
configure:7071: checking dld.h presence
configure:7078: gcc -E -D_XOPEN_SOURCE_EXTENDED conftest.c
configure:7074: dld.h: No such file or directory
configure:7084: $? = 1
configure: failed program was:
#line 7073 "configure"
#include "confdefs.h"
#include <dld.h>
configure:7102: result: no
configure:7120: checking for dld.h
configure:7127: result: no
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Poecher | 2004-01-23 09:01:37 | Problem with initdb. Locale? |
Previous Message | Bill Moseley | 2004-01-23 06:57:09 | Re: Hierarchal data |