/lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found

Steve Kargl sgk at troutmask.apl.washington.edu
Mon Nov 12 01:19:09 UTC 2012


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


More information about the freebsd-current mailing list