From owner-freebsd-questions@FreeBSD.ORG Thu Mar 19 05:56:07 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 85BB231C for ; Thu, 19 Mar 2015 05:56:07 +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 DC9189F6 for ; Thu, 19 Mar 2015 05:56:06 +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 t2J5u3kp075030; Thu, 19 Mar 2015 06:56:03 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <550A64F3.7000300@bananmonarki.se> Date: Thu, 19 Mar 2015 06:56:03 +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:56:07 -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 Same error as before. ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc48/libgfortran.so.3 not found