From owner-freebsd-current Sun Apr 4 14:10:30 1999 Delivered-To: freebsd-current@freebsd.org Received: from jumping-spider.aracnet.com (jumping-spider.aracnet.com [205.159.88.14]) by hub.freebsd.org (Postfix) with ESMTP id 06619152FA for ; Sun, 4 Apr 1999 14:10:28 -0700 (PDT) (envelope-from ctapang@aracnet.com) Received: from apex (216-99-199-225.cust.aracnet.com [216.99.199.225]) by jumping-spider.aracnet.com (8.9.1/8.9.0) with SMTP id OAA12533; Sun, 4 Apr 1999 14:08:24 -0700 Message-ID: <041a01be7edf$84fe7cf0$0d787880@apex.tapang> From: "Carlos C. Tapang" To: , Subject: Re: Linuxthreads & /usr/src/include/pthread/uthread/pthread.h Date: Sun, 4 Apr 1999 14:10:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 To: 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 majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message