From owner-freebsd-current@FreeBSD.ORG Sun Sep 14 06:07:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39ABA16A4BF for ; Sun, 14 Sep 2003 06:07:39 -0700 (PDT) Received: from mail.comita.spb.ru (mail.comita.spb.ru [213.182.169.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B78443F85 for ; Sun, 14 Sep 2003 06:07:38 -0700 (PDT) (envelope-from postfix@sendmail.ru) Received: by mail.comita.spb.ru (Postfix, from userid 1116) id F17161A87C; Sun, 14 Sep 2003 17:07:35 +0400 (MSD) Received: from karputer.toxa.lan (ppp-dialup-4.atcom.spb.ru [213.182.168.4]) by mail.comita.spb.ru (Postfix) with ESMTP id BFE9E1A81B for ; Sun, 14 Sep 2003 17:07:34 +0400 (MSD) From: tokza Organization: localhost To: freebsd-current@freebsd.org Date: Sun, 14 Sep 2003 17:07:43 +0400 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309141707.43684.postfix@sendmail.ru> Subject: -pthread is deprecated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 13:07:39 -0000 hello, as you know, there is no more -pthread gcc flag in -current. but many ports (kde3, for example) still wants it. So what should I do to compile kde3 succesfully? The one way I see now is to s/-pthread/-lc_r/g in Makefiles :-) maybe there is another way? Thank you.