monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pthreads and FreeBSD


From: Rory Toma
Subject: Re: pthreads and FreeBSD
Date: 13 Aug 2002 15:47:34 -0700

On Tue, 2002-08-13 at 15:17, Jan-Henrik Haukeland wrote:
> Rory Toma <address@hidden> writes:
> 
> > Either I'm doing something horribly wrong, or monit doesn't work on
> > FreeBSD at all. 
> 
> You must be doing something "horribly wrong". monit compiles and work
> on FreeBSD last I checked. (That is the released 2.5 version)
> 

Ah. I found the problem in configure.in:

elif test `uname` = "FreeBSD"
then
   ARCH="FREEBSD"


and later:

if test "$ARCH" = "FreeBSD"
then
        LIBS="-pthread $LIBS" 
fi

I'll check this in. Things work now.

-- 
Rory Toma               address@hidden
VP of Run Level 5       http://www.trs80.net
Digeo Digital           http://www.digeo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]