Re: APT dependency question

2005-07-27 Thread Werner Mahr
Am Mittwoch, 27. Juli 2005 15:02 schrieb Mike: > Is there a way to force everything to depend on libstdc++6 so I don't > have duplicate garbage in the system? Sure, recompile all with the new version. -- MfG usw. Werner Mahr registered Linuxuser: 295882 pgptwXGkQCvI2.pgp Description: PGP sign

APT dependency question

2005-07-27 Thread Mike
I just installed Sarge, then gcc 3.4. gcc 3.4 requires libstdc++6 while a lot of the system requires libstdc++5.. Is there a way to force everything to depend on libstdc++6 so I don't have duplicate garbage in the system? The same with perl, I want 5.8.7 while some packages depend on much much olde