- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed ifc 11.0 version 083 on a linux workstation running rhel 5.3 I64 bits.
The installation seems to be ok. But when I try to compile a program, an error occured:
ifort hello.f -o hello.o
ifort: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC
Can you help me please.
gcc --version
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)
g++ --version
g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
Thanks and regards.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - florence.hagenepfl.ch
ifort hello.f -o hello.o
ifort: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC
gcc --version
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)
g++ --version
g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
We experienced a similar report. It appears to be a symptom of a problem with your g++ installation. Possibly, the mis-match between your gcc and g++ installations may indicate a problem. I would suggest upgrading the g++ to make it consistent with gcc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - florence.hagenepfl.ch
You're right! Everything is now ok. Thanks.
How did you solve your problem ?
Can you please give me steps to resolve this error ?
I'm also getting same error for icc .
icc MatMul2D.cpp
icc: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC
Following are my gcc and g++ version , but the versions are same so who to fix this error.
gcc --version
gcc (GCC) 4.2.4
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (GCC) 4.2.4
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Thankin you,
Regards,
Digambar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Dny
icc: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC
g++ --version
g++ (GCC) 4.2.4

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