This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
error in loading rpm compiled with gcc 4.5
- From: Preeti Sharma <pritis at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 23 Jul 2010 21:43:58 -0700
- Subject: error in loading rpm compiled with gcc 4.5
I compiled our application with gcc 4.5 and now when I load the rpm I
get the following error:
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.14) is needed by ........
It was using gcc 4.1 before.
Any pointers on what path/links need to be fixed to get over this.
Thanks
Preeti