- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since upgrading to Fedora Core 4, gcc 4.0.2
and Intel Fortran 9.0 I am not able to compile
anything: I keep getting something like:
"/usr/include/c++/4.0.2/cmath(364): error: identifier
"__builtin_powil" is undefined..."
and similar messages for other flavors of pow.
Is there anything I could do?
Cheers
Tomek
and Intel Fortran 9.0 I am not able to compile
anything: I keep getting something like:
"/usr/include/c++/4.0.2/cmath(364): error: identifier
"__builtin_powil" is undefined..."
and similar messages for other flavors of pow.
Is there anything I could do?
Cheers
Tomek
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Early versions of ifort and icc 9.0 aren't compatible with gcc-4.x, and should throw a failure message about the incompatibility. Other than that, I don't see how this could be a Fortran problem. Such a problem is more likely to occur when you compile C++ code with icpc, using g++ 4.x headers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply. Of course I messed something up - my original message *was* about C++, not Fortran. Anyway, I installed icc today (most recent version) and the problem persists... Cheers, Tomek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I added the option '-cxxlib-icc' and it works now. Sorry for putting all this at the Fortran forum (instead of C++ one). Tomek

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page