Summary: | dev-lang/icc-9.0.021 uses gcc's C++ include files instead of its own | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Peter Simons <simons> |
Component: | New packages | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Peter Simons
2005-09-09 04:16:07 UTC
A very simple (albeit somewhat unsatisfying) fix is: # cd /opt/intel/compiler90/substitute_headers # ln -s ../include/c++ Another option to solve this problem is to use ICC with the following flags: CFLAGS="-no-gcc" CXXFLAGS="-no-gcc -cxxlib-icc" LDFLAGS="-cxxlib-icc" ICC's -help output claims "-cxxlib-icc" would be a _linker_ flag, but in fact it changes the definition of the include search path too. The only version left in the tree is 9.1.045; reopen if it's still a problem there. |