From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 07:28:54 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDACBD9 for ; Wed, 18 Feb 2015 07:28:54 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BB5DBCF for ; Wed, 18 Feb 2015 07:28:54 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hi2so38873258wib.4 for ; Tue, 17 Feb 2015 23:28:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uiX/5GHtSy6TQofopZiwO/6Ir6T0EpRhKmbnOp0huT8=; b=m6+sm/LNExEs889x/6PgGHjkJrwR/M2ZW04D2o9R8GH2kiEiGBiem+Vm8H3GmlrC9H gBwl6RRpLc+SpLtoFHnI9y1+uyTxYoF8QG2D6q70R20ANoIdUB0l5YCqmn51ieKan8ZK PBceHPhqFWYFR9ZOfq7wTvkIfVq0m/4fbu7ZjsiQ4MJLXP5yxdYKZkUE5gOljSUdMHFp yKEX9y9HfJimMvXjIwTTbq/Z51qfmigH9aHpIlrYiP7fS4K0fRRGGyJU5jsQQh38WfX4 jIGTrZCXVewRDApVEn2iPfC/gmx1HhtNIvMEn28zo3IX1dms4ldqMDLJxNAL6a88bOPI 5Ylw== MIME-Version: 1.0 X-Received: by 10.180.189.203 with SMTP id gk11mr2124273wic.32.1424244049143; Tue, 17 Feb 2015 23:20:49 -0800 (PST) Received: by 10.27.94.66 with HTTP; Tue, 17 Feb 2015 23:20:49 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Feb 2015 01:20:49 -0600 Message-ID: Subject: Re: Golang and GUI toolkits on FreeBSD From: "Sam Fourman Jr." To: Waitman Gobble Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd general questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 07:28:54 -0000 Its curious that CXX is set to g++, but the c compiler is set to cc > defaulting to clang.. sounds yucky to me. > > is your include and lib path set right? > I am not sure how to find the path settings, what command would I run? -- Sam Fourman Jr.