Re: "--enable-thread-safety" fails on snapshot version

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "George Sakkis" <george(dot)sakkis(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: "--enable-thread-safety" fails on snapshot version
Date: 2007-06-11 17:12:00
Message-ID: 17532.1181581920@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"George Sakkis" <george(dot)sakkis(at)gmail(dot)com> writes:
> After digging in config.log, the error turns out to be the lack of the
> a test file:

> conftest.c:144:43: ./src/test/thread/thread_test.c: No such file or directory

> Actually the whole src/test directory is missing from the snapshot
> versions.

It's there AFAICS:

$ tar tfz postgresql-snapshot.tar.gz | grep src/test/thread
postgresql-snapshot/src/test/thread
postgresql-snapshot/src/test/thread/Makefile
postgresql-snapshot/src/test/thread/README
postgresql-snapshot/src/test/thread/thread_test.c
$

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message George Sakkis 2007-06-11 17:42:24 Re: "--enable-thread-safety" fails on snapshot version
Previous Message George Sakkis 2007-06-11 16:59:20 "--enable-thread-safety" fails on snapshot version