On 02/03/15 19:01, Endre Bak wrote:
Hi,

I could compile ghdl with llvm backend on Fedora 20. Fedora 20 has no
libc++.so file, so I made a libc++.so symlink pointing to libstdc++.so,
it worked.
Could it be that on some distributions, the right linker flag is
-lstdc++ instead of -lc++?

That looks to be a good reason.  AFAIK, -lstdc++ is for gnu c++ library,
while -lc++ is for clang.

Great that you build ghdl!

Tristan.


_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to