On Tuesday, 4 of October 2005 11:10, Pooly wrote: > Is it possible to use g++-3.4 with sarge ? Currently it's g++-3.3, but > if I install g++-3.4 and then remove g++-3.3, it remove the package > g++ as well (and then g++ is not found, I guess it's just a simlink, > but I don't want to do any mistake). What should I do ?
g++ package creates 'g++' symlink, but it's available only with 3.3 and 4.0 versions. You should install g++-3.4 and either use 'g++-3.4' name when calling g++ or make symlink yourself. You can get detailed explanation here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=115353 -- Jerzy Kozera [ jerzy.kozera at gmail.com :: jabber: nordom at chrome.pl ] "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." - Albert Einstein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

