| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Andrew Hammond <andrew(dot)george(dot)hammond(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: FreeBSD 6.2 ./configure plays oddly when building 8.2.2 from tarball |
| Date: | 2007-02-08 18:59:01 |
| Message-ID: | 45CB72F5.6090009@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
--enable-thread-saftey is surely misspelled.
not sure about the rest.
cheers
andrew
Andrew Hammond wrote:
> I'm trying to build PostgreSQL 8.2.2 outside the ports system on a
> FreeBSD 6.2 amd64 box. The databases/postgresql81-server port builds
> 8.1.7 just fine on the same box. My configure fails. I'm new to
> FreeBSD so I expect I'm missing something pretty obvious. config.log
> follows. Line 2212 is very odd since it appears to be giving gcc the
> library prefix as a file name.
>
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by PostgreSQL configure 8.2.2, which was
> generated by GNU Autoconf 2.59. Invocation command line was
>
> $ ./configure --prefix=/usr/local/pgsql822_sl126_amd64_FreeBSD62
> --with-includes=/usr/local/include --with-libs=/usr/local/lib
> --enable-thread-saftey --with-openssl --enable-debug CC=gcc CFLAGS=-O3
> -funroll-loops -m64
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Wieck | 2007-02-08 19:14:18 | Re: Proposal: Commit timestamp |
| Previous Message | Tom Lane | 2007-02-08 18:54:13 | Re: Chatter on DROP SOMETHING IF EXISTS |