Date: Mon, 1 Apr 2002 10:49:24 +0200 (CEST) From: Alexander Leidinger <Alexander@Leidinger.net> To: tlambert2@mindspring.com Cc: nick-lists@netability.ie, hackers@FreeBSD.ORG, ports@FreeBSD.ORG, cy@FreeBSD.ORG, "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> Subject: Re: lang/icc doesn't compile c++ sources Message-ID: <200204010849.g318nO9X000572@Magelan.Leidinger.net> In-Reply-To: <3CA78237.7576200C@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204010849.g318nO9X000572>