tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: USE_PKGSRC_GCC_RUNTIME
The problem seems to be that /usr/pkg/gcc6/x86_64--netbsd/lib/libstdc++.so.7 (libstd++ in gcc6-libs) itself references libgcc_s from gcc6:
/usr/pkg/gcc6/x86_64--netbsd/lib/libstdc++.so.7:
[...]
-lgcc_s.1 => /usr/pkg/gcc6//lib/./libgcc_s.so.1
I don't think this is the problem, but this line in mk/compiler/gcc.mk
. if empty(PKGPATH:Mdevel/libtool-base) && empty(PKGPATH:Mdevel/binutils) && empty(PKGPATH:Mlang/gcc??)
matches lanng/gcc48 and lang/gcc49, but not lang/gcc5 or lang/gcc6, no?
I added a gcc? expression and am now re-building gcc6 with USE_PKGSRC_GCC_RUNTIME=YES.
Home |
Main Index |
Thread Index |
Old Index