From owner-freebsd-ports Mon Apr 1 0:54:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id B9A1437B400; Mon, 1 Apr 2002 00:49:50 -0800 (PST) Received: from fwd06.sul.t-online.de by mailout03.sul.t-online.com with smtp id 16rxVZ-0007cC-08; Mon, 01 Apr 2002 10:49:45 +0200 Received: from Magelan.Leidinger.net (520065502893-0001@[217.229.208.87]) by fmrl06.sul.t-online.com with esmtp id 16rxVT-10BnmKC; Mon, 1 Apr 2002 10:49:39 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.2/8.12.2) with ESMTP id g318nO9X000572; Mon, 1 Apr 2002 10:49:28 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200204010849.g318nO9X000572@Magelan.Leidinger.net> Date: Mon, 1 Apr 2002 10:49:24 +0200 (CEST) From: Alexander Leidinger Subject: Re: lang/icc doesn't compile c++ sources To: tlambert2@mindspring.com Cc: nick-lists@netability.ie, hackers@FreeBSD.ORG, ports@FreeBSD.ORG, cy@FreeBSD.ORG, "Simon 'corecode' Schubert" In-Reply-To: <3CA78237.7576200C@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Sender: 520065502893-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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-ports" in the body of the message