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
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
comment:6 Changed 13 years ago by
(In [3834]) refs #1253 and https://trac.localbayes.es/bptp/ticket/6
comment:7 Changed 13 years ago by
comment:8 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
it seems that using -fabi-version with g++ we can control de version requirement