Try doing a "make buildworld". The .if statement in the linuxthreads
Makefile prevents people from using the wrong version of pthread.h. There is
another pthread.h that pertains to using the Posix threads library.
Carlos C. Tapang
http://www.genericwindows.com

-----Original Message-----
From: Roland Jesse <je...@prinz-atm.cs.uni-magdeburg.de>
To: freebsd-current@FreeBSD.ORG <freebsd-current@FreeBSD.ORG>
Date: Sunday, April 04, 1999 10:32 AM
Subject: Linuxthreads & /usr/src/include/pthread/uthread/pthread.h


>Hi,
>
>Linuxthreads (http://lt.tar.com/) is supposed to "compile cleanly
>against 4.0-current after March 22." (quote from the mentioned web
>page)
>
>However, I cvsuped -current on March 31. As the Makefile for the
>linuxthreads port contains:
>
>.if !exists(${SRC_BASE}/include/pthread/uthread/pthread.h)
>BROKEN= "requires pthread.h from /usr/src/include/pthread/uthread"
>.endif
>
>and this file does not exist, it failed to do a 'make' in
>/usr/ports/devel/linuxthreads.
>
>In case it matters: I am actually running 3.1-stable (as of March 25)
>and only cvsuped the -current source without making the world. (I do
>not really want to switch over to -current if I don't really have to.)
>
>Any ideas about what I am missing here?
>
> Roland
>
>
>To Unsubscribe: send mail to majord...@freebsd.org
>with "unsubscribe freebsd-current" in the body of the message
>



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to