On 2012-07-18 17:46, Robert Huff wrote: ... > FreeBSD 10.0-CURRENT #0: Wed Jul 18 08:15:22 EDT 2012 amd64 > > and system clang (3.1), libreoffice 3.5.5 gets stuck at: ... > Making: libuno_sal.so.3 > : ERROR: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by > ../unxfbsd.pro/lib/check_libuno_sal.so.3 not found > dmake: Error code 1, while making '../unxfbsd.pro/lib/libuno_sal.so.3'
It seems check_libuno_sal.so.3 is linked to a newer version of libstdc++ than the one in /usr/lib. Do you by any chance have one of lang/gcc46, lang/gcc47 or lang/gcc48 installed? If that is the case, something in LibreOffice's build script is picking up the wrong one. Please look carefully at the generated Makefiles. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"