close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Last modified 13 years ago

#1253 accepted defect

stdlibc++ version requiremen in TolPackage

Reported by: Jorge Owned by: Jorge
Priority: highest Milestone: TOL Packages
Component: Kernel Version: 2.0.1
Severity: blocker Keywords:
Cc: Humberto Carralero, apalonso

Description

On Linux, we have found that some binary packages depends on some specific version of stdlibc++. This is the case of IpoptCore with depends on GLIBCXX_3.4.9. Whe we try to load that package we get a message like this:

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found

in order to solve that we need to remove that constraint or to depends on a lower version.

Change History (8)

comment:1 Changed 14 years ago by Jorge

Status: newaccepted

it seems that using -fabi-version with g++ we can control de version requirement

comment:4 Changed 14 years ago by Jorge

(In [3631]) refs #1253, recompiling shared libs in order to depends on GLIBCXX_3.4.9, for that the compilation was done with gcc version 4.1.2 20080704 (Red Hat 4.1.2-46) on a CentOS 5.3

comment:5 Changed 14 years ago by Jorge

(In [3638]) refs #1253, recompiling shared libs in order to depends on GLIBCXX_3.4, for that, the compilation was done with gcc version 4.1.2 20080704 (Red Hat 4.1.2-46) on a CentOS 5.3

comment:7 Changed 13 years ago by Jorge

(In [4464]) refs #1253, depend on GLIBCXX_3.4 and not GLIBCXX_3.4.9

comment:8 Changed 13 years ago by Jorge

(In [4465]) refs #1253, depend on GLIBCXX_3.4 and not GLIBCXX_3.4.9, also porting fix to porting fix to #1492

Note: See TracTickets for help on using tickets.