tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: USE_PKGSRC_GCC_RUNTIME



> How are you setting the pkgsrc compiler to be used?
Via the patch to compiler/gcc.mk I posted yesterday.
It amounts to setting _GCC_REQD to 6.0 instead of _GCC_STRICTEST_REQD.

I'm currently seing an even weirder problem. I stage-installed devel/gmp 
and ldd of libgmpxx.so.4.5.2 in DESTDIR reveals
/var/work/pkgsrc/devel/gmp/work/.destdir/usr/pkg/lib/libgmpxx.so.4.5.2:
[...]
        -lgcc_s.1 => /lib/libgcc_s.so.1
[...]
        -lgcc_s.1 => /usr/pkg/gcc6//lib/./libgcc_s.so.1
        -lgcc_s.1 => /usr/pkg/gcc6/x86_64--netbsd/lib/./libgcc_s.so.1

I can understand the /lib one, but the second-to-bottom is owned by 
gcc6, not gcc6-libs? Any idea where that's from? Do I need to re-build 
gcc6 itself with USE_PKGSRC_GCC_RUNTIME?


Home | Main Index | Thread Index | Old Index