libstdc++ problem on FreeBSD
Kostas Oikonomou <[email protected]>
| Newsgroups | gmane.editors.texmacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Can someone explain the rationale of introducing -stdlib=libstdc++ into
the compilation by clang++?
It causes problems, at least on FreeBSD. The file t.cpp
#include <string>
int main () {}
compiles fine with "clang++ t.c", but does not compile with "clang++
-stdlib=libstdc++":
fatal error: 'string' file not found
Kostas
_______________________________________________
Texmacs-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/texmacs-dev