pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc-2017Q3 fallout on NetBSD/amd64 8.0_BETA
...and octave fails to build with:
libtool-fortran: link: c++ -std=gnu++11 -fPIC -pthread -fopenmp -Wall...
...
/usr/lib/libstdc++.so: undefined reference to `_Unwind_GetIPInfo@GCC_4.2.0'
...
There's an _Unwind_GetIPInfo (without the suffix) in libgcc_s.so,
and that's also a dependency of libstdc++.so according to 'ldd':
d3: {91} nm -op /usr/lib/lib*so | grep _Unwind_GetIPInfo
/usr/lib/libgcc_s.so:0000000000009a18 T _Unwind_GetIPInfo
/usr/lib/libstdc++.so: U _Unwind_GetIPInfo@@GCC_4.2.0
d3: {92}
d3: {92} ldd /usr/lib/libstdc++.so
/usr/lib/libstdc++.so:
-lm.0 => /usr/lib/libm.so.0
-lc.12 => /usr/lib/libc.so.12
-lgcc_s.1 => /usr/lib/libgcc_s.so.1
d3: {93}
I don't quite understand what's going on here. Anyone able to
explain?
Regards,
- Håvard
Home |
Main Index |
Thread Index |
Old Index