"Andrew Whitlock" <[EMAIL PROTECTED]> writes: > I'm using Debian 2.1 (slink) and I have two packages I'm trying to install, > g++2.95.2-12 and libstdc++2.1-dev that seem to depend on each other. I have > them unpacked but can't configure them since they claim, correctly, that the > other is not configured. How can I get them to work?
Depends on what you're using, apt-get or dpkg, but the solution is to give them both on the command line, eg., dpkg -i g++2.95.2-12.deb libstdc++2.1-dev.deb or apt-get install g++2.95.2-12 libstdc++2.1-dev Gary