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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message