Removal of ICC (intel compiler) bits from mk

Dimitry Andric dimitry at andric.com
Wed Aug 18 17:56:45 UTC 2010


On 2010-08-18 19:37, Rui Paulo wrote:
> I really don't know how compatible is the latest icc because no one
> ever updated the ports version. This is actually a hint that no one
> really uses this anymore.

I recently installed the port, which has icc 8.1, but it fails to
compile even simple C++ programs, because it cannot cope with the
libstdc++ headers from g++ 4.2.1.

You have to do all kinds of tricks, such as installing the gcc 3.4.x
port, and pointing the Intel compiler to its libstdc++ headers and
libraries, or nothing will work.

Updating that port to icc 11.1 is probably not a trivial task, and
making sure it compiles programs properly is even trickier... :)


More information about the freebsd-current mailing list