On Sun, Feb 01, 2004 at 11:33:34PM +0100, Paweł Sikora wrote: > --enable-posixmutexes (domyslnie ./configure nie wlacza tej opcji) > > To force Berkeley DB to use the POSIX pthread mutex interfaces for underlying > mutex support, enter --enable-posixmutexes as an argument to configure. > This is rarely necessary: POSIX mutexes will be selected automatically > on systems where they are the preferred implementation. > > The --enable-posixmutexes configuration argument is normally used in two ways: > First, when there are multiple mutex implementations available and the POSIX > mutex implementation is not the preferred one (for example, on Solaris where > the LWP mutexes are used by default). Second, by default the Berkeley DB > library will only select the POSIX mutex implementation if it supports mutexes > shared between multiple processes, as described for the > pthread_condattr_setpshared and pthread_mutexattr_setpshared interfaces.
O, a te są obsługiwane tylko w nptl (w linuxthreads dla PTHREAD_PROCESS_SHARED zwracają ENOSYS). -- Jakub Bogusz http://cyber.cs.net.pl/~qboosh/ __________________________________________________________ nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles
