This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> I'am afraid you are stumbling in the tricky situation above: some new > symbols are inadvertently matching old patterns in the linker > script... Right. When this happens, you'll see new incompatible sybols added, that have version labels "GLIBCXX_3.4." You want new symbols to end up in GLIBCXX_3.4.11 at this point. best, benjamin
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |