addition, you might need to use additional compiler command-line
options when you compile your application code. Refer to your
system's documentation for information about how to build
-thread-enabled applications.
+thread-enabled applications, or look in
+src/Makefile.global for PTHREAD_CFLAGS>
+and PTHREAD_LIBS>.
SIGPIPE> signal. This function is available in both
thread-safe and non-thread-safe versions of
libpq>.
+
+If you experience problems with threaded applications, run
+the program in src/tools/thread> to see if your
+platform has thread-unsafe functions. This program is run
+by configure, but for binary distributions
+your library might not match the library used to build the binaries.
+