On Tue, Aug 24, 1999 at 11:00:35AM -0700, Emile Snyder wrote: > Hrm. I went and got my system all messed up messing with stuff that I > shouldn't have, and now I'm trying to recover. I can't seem to get gcc > and g++ environments to play nice. > > Does anyone have any pointers as to where to go with this? Why does > libc6-dev_2.1.2-0pre7.deb conflict with libstdc++2.9-dev_2.91.60-5.deb? > But then when I try to remove libc6-dev first, and install libstdc++-dev, > it says it depends on libc6-dev! Ack.
The newest g++ (from gcc2.95) requires libstdc++2.10-dev, install that instead (it's ok for libstdc++2.9 to stay, just not the -dev package). Ben

