Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 14:19:02 +0100 (BST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        toolchain@freebsd.org
Subject:   /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found
Message-ID:  <201404091319.s39DJ2To028755@mech-cluster241.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help

I haven't tried gfortran on amd64 for a long time,
so I'm probably doing something wrong:

On ia64 11-current:

$ cat z.f90 
end
$ gfortran47 z.f90 
$ ./a.out 
$ 

On amd64 11-current:

$ cat z.f90 
end
$ gfortran47 z.f90 
$ ./a.out 
/lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found
$ 
$ gfortran48 z.f90
$ ./a.out
/lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found
$ gfortran49 z.f90
$ ./a.out
/lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found
$ 

On both systems gcc ports are installed
via pkg - the official packages on amd64,
and my own packages on ia64.

Am I missing on some compiler/linker options?
Or did gcc packages did not istall correctly
on amd64?

Thanks

Anton




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