Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2012 17:19:08 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Cc:        Current FreeBSD <freebsd-current@freebsd.org>
Subject:   Re: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found
Message-ID:  <20121112011908.GB89105@troutmask.apl.washington.edu>
In-Reply-To: <50A01B95.5070904@zedat.fu-berlin.de>
References:  <50A01B95.5070904@zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 11, 2012 at 10:41:41PM +0100, O. Hartmann wrote:
> I replaced lang/gcc46 by lang/gcc47, since gcc46 doesn't build anymore
> on the FreeBSD 10.0-CURRENT in question.
> 
> I have a small f77 program, which built well with the autotools I used
> and ran for ages now. But I receive this error:
> 
> /lib/libgcc_s.so.1: version GCC_4.6.0 required by
> /usr/local/lib/gcc47/libgfortran.so.3 not found
> 
> when compiled with gfortran47.
> 

Add -rpath /usr/local/lib/gcc47 

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121112011908.GB89105>