From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: Writing recipe for Crypto++, and getting build errors Date: Thu, 22 Sep 2016 11:22:52 +1000 Message-ID: References: <1474471440.5872.41.camel@adfeno-VPCEG17FB> <4a5b1e1e-9889-0859-8d4d-7524212f10ec@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmsj7-0007L6-6z for guix-devel@gnu.org; Wed, 21 Sep 2016 21:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmsj4-0004MI-1K for guix-devel@gnu.org; Wed, 21 Sep 2016 21:23:01 -0400 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:49158 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmsj3-0004Lg-ER for guix-devel@gnu.org; Wed, 21 Sep 2016 21:22:57 -0400 In-Reply-To: <4a5b1e1e-9889-0859-8d4d-7524212f10ec@uq.edu.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Adonay Felipe Nogueira , guix-devel@gnu.org On 09/22/2016 11:18 AM, Ben Woodcroft wrote: > Welcome Adoney, Also, I forgot to say, make sure to remove the "-mtune=native" flag from the gcc calls, and there is no need to set 'gcc' as an input if you are using the gnu-build-system. ben