Date: Sat, 01 Mar 2014 10:52:22 +0100 From: Oliver Lehmann <lehmann@ans-netz.de> To: ports@freebsd.org Subject: problems linking a gcc port with a clang lib Message-ID: <20140301105222.Horde.ybdBKsbNkj29G4A3p7ZFUw2@avocado.salatschuessel.net>
next in thread | raw e-mail | index | archive | help
Hi, I guess I need some help to get x11-toolkits/gigi to compile on FreeBSD 10 and higher. It always stops with Linking CXX executable ../AdamParser-test ../libGiGi.so: undefined reference to `boost::filesystem::path_traits::dispatch(boost::filesystem::directory_entry const&, std::string&, std::codecvt<wchar_t, char, __mbstate_t> const&)' ../libGiGi.so: undefined reference to `boost::filesystem::native(std::string const&)' Since this error does not occur on FreeBSD 9: It might be related to the fact that on 10 boost is compiled with clang and gigi is being compiled with g++ 4.7. Any advices how to solve this?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140301105222.Horde.ybdBKsbNkj29G4A3p7ZFUw2>