From owner-freebsd-questions@FreeBSD.ORG Sat Mar 31 10:32:12 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76CCA106564A for ; Sat, 31 Mar 2012 10:32:12 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id E85AE8FC08 for ; Sat, 31 Mar 2012 10:32:11 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 036585C22 for ; Sat, 31 Mar 2012 20:45:39 +1000 (EST) Message-ID: <4F76DD24.4060104@herveybayaustralia.com.au> Date: Sat, 31 Mar 2012 20:32:04 +1000 From: R Skinner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ps, clang and make variables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2012 10:32:12 -0000 Stupid question, but I need to clarify and make sure I'm right here: what should I see as the running process if clang is compiling? ATM I see cc1plus. I'm trying to set CC and friends make variables to clang for a build, but it doesn't appear to be 'sticking'. It seems to change the shell env to bash, but that shouldn't be the problem. So I'm trying to work out whats up. FWIW I'm trying to build libreoffice with clang as it doesn't build, or more accurately doesn't build and test correctly. It doesn't appear to honor the CC variables (CC, CXX, CPP, etc). Worth a shot anyway :) Cheers