Re: Freebsd410 and postgresql803: src/port compile error - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Freebsd410 and postgresql803: src/port compile error
Date
Msg-id 200508160035.j7G0Zjo26588@candle.pha.pa.us
Whole thread Raw
In response to Re: Freebsd410 and postgresql803: src/port compile error  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-bugs
Jim C. Nasby wrote:
> > it's missing a link to the threading libs -pthread
>
> http://lnk.nu/pgbuildfarm.org/3ks.pl
>
> Note that the build before (without --enable-thread-safety) at least
> made it through configure.

Well, configure never completed:

    checking thread safety of required library functions... no onfigure: error:
    *** Thread test program failed.  Your platform is not thread-safe.
    *** Check the file 'config.log'for the exact reason.
    ***
    *** You can use the configure option --enable-thread-safety-force
    *** to force threads to be enabled.  However, you must then run
    *** the program in src/tools/thread and add locking function calls
    *** to your applications to guarantee thread safety.

because the configure thread test failed.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Freebsd410 and postgresql803: src/port compile error
Next
From: "Lee Hyun soon"
Date:
Subject: BUG #1828: pgsql odbc & ADO.NET