On Tue, Oct 22, 2002, Jeff Rhine wrote:

> I am attempting to compile a network monitoring software called ntop,  they
> say they support POSIX threads.
>
> After I compile and install pth , I see the pth.h and lib in my lib folders
> ,but even when I force the compile of this software
> to see the lib's I get alot of errors trying to compile the code.
>
> After posting in the support forums of ntop , they are saying due to the
> fact that gnu is not POSIX compliant it will have problems?
>
> Any body have any ideas?
>
> Trying to compile ntop with netbsd 1.5.x and pth for provide threads
> support ?

RTFM (see file INSTALL): you have to built GNU Pth with
--enable-pthread to get the Pthreads API.

|   --enable-pthread: build with pthread library (default=no)
|       This enables the building and installation of the
|       POSIX Threads ("pthread") emulation API for Pth.
|       This per default forces --enable-syscall-soft.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to