Re: [PORTS] How to make Fedora4 build threadsafe?
Tom Lane <[email protected]> Wed, 01 Mar 2006 10:34:51 -0500
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
Matt England <[email protected]> writes: > I experienced this error while running this ./configure: > ./configure --enable-thread-safety --prefix=/cgrid/local/postgresql > on FedoraCore4: > checking thread safety of required library functions... no Hmm, it works fine for me on FC4. I wonder if you are missing the glibc-devel RPM? The part of config.log that matters is the part after "checking thread safety of required library functions", not the part that is checking to see which thread library you've got. FWIW, the thread library check goes like this for me: checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... yes checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for the pthreads library -lpthreadGC2... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org