clang - Undefined reference to symbol __cxa_free_exception@@CXXABI_1.3 -


using clang link program fails:

/usr/bin/x86_64-pc-linux-gnu-ld: stackoverflow.o: undefined reference symbol '__cxa_free_exception@@cxxabi_1.3'

like gcc, have use clang++ link c++ programs


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -