texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] libstdc++ problem on FreeBSD


From: Kostas Oikonomou
Subject: [Texmacs-dev] libstdc++ problem on FreeBSD
Date: Sat, 2 Dec 2017 12:32:54 -0500
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]