- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed fortran v 11.0 in fedora9 successfully .
But when i am compiling a "Hello World " program by the command "ifort hello.f" it gives the following erros :
ifort hello.f
/opt/Fortran/bin/ia32/fortcom: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by /opt/Fortran/bin/ia32/fortcom)
/opt/Fortran/bin/ia32/fortcom: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by /opt/Fortran/bin/ia32/fortcom)
compilation aborted for hello.f (code 1)
Please suggest , how to solve this issue .
But when i am compiling a "Hello World " program by the command "ifort hello.f" it gives the following erros :
ifort hello.f
/opt/Fortran/bin/ia32/fortcom: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by /opt/Fortran/bin/ia32/fortcom)
/opt/Fortran/bin/ia32/fortcom: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by /opt/Fortran/bin/ia32/fortcom)
compilation aborted for hello.f (code 1)
Please suggest , how to solve this issue .
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks like the libstdc++ you installed doesn't match the glibc and g++ which are active. Did you follow the Fedora installation instruction which Ron put at the top of this forum?

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