[EMAIL PROTECTED] writes: > Hi. My "dpkg -S cc1plus" returns that it is owned by g++, (Of which I have > version 2.90.28-0.1. ), and that it lives in > /usr/lib/gcc-lib/i486-linux/egcs-2.90.28/ .... I don't have any of the others > though. > ("apt-get install g++272" says it can't find a package with that name. :(.) > Thanks for noticing the reply to addr. :). > > Any ideas what to do now?
Did you try something like this? [EMAIL PROTECTED] type g++ g++ is /usr/bin/g++ Also, maybe when you're compiling, gcc is being used and is expecting the g++272 to be installed; it is oblivious to the existence of g++. So you should either ensure that egcc is the compiler that is being used so that it will use the g++ you have installed, or ftp the latest g++272 (g++272_2.7.2.3-4.2.deb) from some place such as ftp://ftp.debian.org/pub/debian/dists/slink/main/binary-i386/devel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]