Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 23:54:10 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Cc:        hackers@freebsd.org
Subject:   Re: lang/icc doesn't compile c++ sources
Message-ID:  <3CA6C0A2.1F109D04@mindspring.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CA6C0A2.1F109D04>