On 26/10/15 12:50, Tim Niemueller wrote:

- the driver works only with software which is built for the same ABI,
it is one of the cases where things break immediately otherwise

You need to be very clear what you mean here. Do you mean built with -std=c++11 or built with -D_GLIBCXX_USE_CXX11_ABI=1?

The latter is, as I understand it, unacceptable in Fedora. In any event it's unlikely to even build and link because all the other libraries are not built with that so if it tries to link to any C++ libraries other than libstdc++ then the link will likely fail.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to