Jason W
Group: Members
Posts: 260
Joined: Nov. 2006 |
|
Posted: June 11 2008,16:48 |
|
In other distros it is common to have libstdc++5 and libstdc++6 living happily together. Libstdc++5 is usually available for backward compatibility. One thing I was concerned about here was libgcc being overwritten, but it does not seem to affect anything. The libgcc that gets installed with this extension goes along with the libc6, and libstdc++6 that comes with it. But libstdc++5 was already there in the system and not built along with those other two libraries, and I would think that it would be the one that would have problems if there were going to be any. So far it seems to work well, but I would like to hear if there are any issues.
|