[cfe-dev] Re clang finds errors in its own header files

paul via cfe-dev cfe-dev at lists.llvm.org
Fri Dec 23 21:43:23 PST 2016


Thanks to everyone who contributed suggestions to solve my problem.

my problem was solved with this command line:

clang  `llvm-config --cxxflags --libs` -lc++ -lncurses -O0 -o test main.cpp

Who would have thought that ncurses was needed for such a basic program 
as "hello world"!!

Again, many thanks


-- 

Paul




More information about the cfe-dev mailing list