From owner-freebsd-hackers Sat Mar 30 23:54:42 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 1B6D437B405 for ; Sat, 30 Mar 2002 23:54:40 -0800 (PST) Received: from pool0142.cvx22-bradley.dialup.earthlink.net ([209.179.198.142] helo=mindspring.com) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16raAd-0001uc-00; Sat, 30 Mar 2002 23:54:36 -0800 Message-ID: <3CA6C0A2.1F109D04@mindspring.com> Date: Sat, 30 Mar 2002 23:54:10 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Simon 'corecode' Schubert Cc: hackers@freebsd.org Subject: Re: lang/icc doesn't compile c++ sources References: <20020330130126.161bd651.corecode@corecode.ath.cx> <3CA5BAB6.141A1CE0@mindspring.com> <20020330144555.4e4f06a4.corecode@corecode.ath.cx> <3CA61D4D.8A0D125A@mindspring.com> <20020331072429.6cadf301.corecode@corecode.ath.cx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Simon 'corecode' Schubert wrote: > but that's not the point ;] icc will desperately fail on this because > the header files don't fit. > the headers coming with icc fit icc very well (of course) but don't fit > our system headers and the libs (some functions are being used in > templates which are not [yet?] implemented in our libc) > on the other hand, when i try using the g++ headers, icc will fail on > most gcc'isms that it doesn't understand. > > i'm lost, really. which headers should i begin with and patch? Perhaps you should install *ONLY* the compiler, and *NOT* install header files for an OS other than FreeBSD, expecting them to work? There was a thread on -current, where a home page of a patch set was posted several times over for getting FreeBSD to compile all of user space with ICC. The user space compilation includes the tiny amount of C++ code actually used in FreeBSD proper. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message