Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4AC8E370 for ; Tue, 12 Feb 2013 13:20:52 +0000 (UTC) Received: (qmail 84163 invoked by uid 500); 12 Feb 2013 13:20:52 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 80968 invoked by uid 500); 12 Feb 2013 13:20:48 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 80878 invoked by uid 99); 12 Feb 2013 13:20:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 13:20:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jesus@omniti.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 13:20:39 +0000 Received: by mail-wi0-f171.google.com with SMTP id hn17so4400805wib.4 for ; Tue, 12 Feb 2013 05:20:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=Q7HlKmCZlveaITge+g1fv13oYXLB2HM5JK1VCGreFK8=; b=SCv7YJkrcauNFhAG8QnxWjjx+Qsub19SOHbqgFnA/M61dnkIu3koXW26DJMYUEgdCq XB43HlSW126tD7ZlcXg9wS4NfXSygT3YOZ4QIKq1JWDFpln6jbUxG+2A7nHSUEI8xIw5 dxhh6Ayhk1MV9qcGCN7gREo8jU2zbhzW4nwPvK85KXHxGyRyrr+tRCi0HMJ52tVn0CZZ UTuDh0BHDcGQr+mq78SzNZT+dZgQuPKvoMQH227182N9RiCNS4pHlj3/aOGA0z6mYQRz fqWjluZv0M+iq69bEA9gX8GvcBHRkOOOO0OP0OmO1CZ58/dTnUUj5lpiAx/Agtuh0DL4 Kn8A== MIME-Version: 1.0 X-Received: by 10.180.73.212 with SMTP id n20mr3163233wiv.11.1360675217458; Tue, 12 Feb 2013 05:20:17 -0800 (PST) Received: by 10.227.11.10 with HTTP; Tue, 12 Feb 2013 05:20:17 -0800 (PST) Received: by 10.227.11.10 with HTTP; Tue, 12 Feb 2013 05:20:17 -0800 (PST) In-Reply-To: <6022843.kyhizIWQSp@tynix> References: <3329076.HGkrHOVFgG@tynix> <893F0892-A3F2-473A-B2DF-E12A5A029FD5@me.com> <6022843.kyhizIWQSp@tynix> Date: Tue, 12 Feb 2013 08:20:17 -0500 Message-ID: Subject: Re: clang build error with -pthread on Mac OS X From: Theo Schlossnagle To: dev@trafficserver.apache.org Content-Type: multipart/alternative; boundary=f46d0438ee61fdc5d204d586e201 X-Gm-Message-State: ALoCoQk6t5MyCZIW3pXsmzZ5XLIJEoXul+cm4DNuLYRRHG1infHd2Cbt79kZkNP0m3O6qlqf9peo X-Virus-Checked: Checked by ClamAV on apache.org --f46d0438ee61fdc5d204d586e201 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable As much as I dislike the big O, I'm not sure that removing Sol Studio support wins more than it loses. Compiling under another compiler provides nice insight into both code quality and portability. -1 On Feb 12, 2013 2:14 AM, "Igor Gali=C4=87" wrote: > On Tuesday, February 05, 2013 08:26:15 AM James Peach wrote: > > >> clang: error: argument unused during compilation: '-pthread' > > > > > > > > > > > > > > > On Solaris our buildsystem (not libtool, or pcre, or autoconf, our ow= n > > > configure.ac) always adds -mt to the the compiler options if it's > unable > > > to determine that the compiler is EXACTLY "gcc". > > > > I guess that we can remove this along with the SunPro support? > > +1 > --f46d0438ee61fdc5d204d586e201--