From owner-freebsd-questions@FreeBSD.ORG Thu Mar 19 05:32:20 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31295F0 for ; Thu, 19 Mar 2015 05:32:20 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88697842 for ; Thu, 19 Mar 2015 05:32:18 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t2J5W7jK074675; Thu, 19 Mar 2015 06:32:08 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <550A5F57.5010402@bananmonarki.se> Date: Thu, 19 Mar 2015 06:32:07 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: bob carr Subject: Re: What does this error mean. Python and GCC References: <55074389.8040300@bananmonarki.se> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freeBSD Mailing List 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: Thu, 19 Mar 2015 05:32:20 -0000 On 2015-03-18 17:59, bob carr wrote: > Are you building math/py-numpy from Ports? If so, you might resolve the > error by modifying the Makefile - adding to the LDFLAGS+= entry the > string '-Wl,-rpath=/usr/local/lib/gcc48'. > > *Before edit:* LDFLAGS+= -shared > > ​*After edit:* ​LDFLAGS+= -shared -Wl,-rpath=/usr/local/lib/gcc48 Thank you. I'll try that. Yes. Building from ports.