FreeCAD 0.17 && /lib//libgcc_s.so.1

Jan Beich jbeich at FreeBSD.org
Sun Feb 17 04:10:59 UTC 2019


"Russell L. Carter" <rcarter at pinyon.org> writes:

> /lib/libgcc_s.so.1 version GCC_4.8.0 required by
> /usr/local/lib/gcc8/libgfortran.so.5 not found
[...]
> Question to experienced porters, how is this best practice solved?

Try adding USES=fortran to freecad in order to propagate GCC LDFLAGS
as old libgcc_s.so maybe loaded *before* libmed.so sets RPATH.

Before Clang/libc++ became default (on x86) a similar conflict existed
between libstdc++.so from base system and libstdc++.so from lang/gcc*.


More information about the freebsd-ports mailing list