On Fri, 25 Jan 2002 08:22:18 +0100 "J.H.M. Dassen (Ray)" <[EMAIL PROTECTED]> wrote:
JD(> [Please do not use HTML in email. This is email, not the web] JD(> On Fri, Jan 25, 2002 at 16:57:10 +1300, Etienne Le Sueur wrote: >> I have recently tried to install g++, using dpkg. When I do so, dpkg >> reports a dependancy problem with libstdc++-dev. >> >> Ok, now when I go to install libstdc++-dev to stop the dependancy problem, >> dpkg reports a dependancy probem with g++ >> how do I get around this ? JD(> dpkg -i g++*deb libstdc++-dev*deb Or: dpkg -i g++*deb dpkg -i libstdc++*deb dpkg --configure --pending