Richard Spillane
2010-Oct-27 17:36 UTC
[LLVMdev] llvm can't use headers from gcc 4.4 on centos Linux x86
Tried building a simple cout << "Hello!" << endl program using <iostream> and failed while trying to compile the iostream headers and their dependencies. The errors effected gcc 4.4 on x86_64 Centos Linux. -- Richard P. Spillane File Systems and Storage Lab Stony Brook University necro351 at gmail.com
Garrison Venn
2010-Oct-27 18:24 UTC
[LLVMdev] llvm can't use headers from gcc 4.4 on centos Linux x86
Hi Richard, Was this intended for the clang list (cfe-dev at cs.uiuc.edu)? If so, could you provide some error output when re-sending to that list. I'm assuming you modified Clang to find the correct c++ libraries. See note #5 of http://clang.llvm.org/get_started.html for trunk version if this applies. Garrison On Oct 27, 2010, at 13:36, Richard Spillane wrote:> Tried building a simple cout << "Hello!" << endl program using > <iostream> and failed while trying to compile the iostream headers and > their dependencies. The errors effected gcc 4.4 on x86_64 Centos > Linux. > > -- > Richard P. Spillane > File Systems and Storage Lab > Stony Brook University > necro351 at gmail.com > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Duncan Sands
2010-Oct-27 18:30 UTC
[LLVMdev] llvm can't use headers from gcc 4.4 on centos Linux x86
Hi Richard,> Tried building a simple cout<< "Hello!"<< endl program using > <iostream> and failed while trying to compile the iostream headers and > their dependencies. The errors effected gcc 4.4 on x86_64 Centos > Linux.presumably this is about clang? If so, please write to the clang mailing list instead (cfe-dev at cs.uiuc.edu). Ciao, Duncan.