On 31 Mär, Terry Lambert wrote: > Probably this means you are still getting a mix of GNU and > ICC C++ header files, and need to carefully look at your > include paths.
Yes, it has ${LOCALBASE}/intel/compiler50/include/ in the include path. There are some intel specific includes. We don't have iostream in the base, we only have g++/iostream. If I remove intels includes (there are also some headers with instrinsics, e.g. emmintrin.h, mmintrin.h and xmmintrin.h) and use /usr/include/g++/ in the include path, my test case compiles fine. The question: should we keep them. If not: which ones should get removed (I don't want to remove every include in the intel directory, some of them may be useful). Bye, Alexander. -- Failure is not an option. It comes bundled with your Microsoft product. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message