Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Aug. 25 2008,13:03 |
|
Did you use only "./configure" or did you pass some options like "./configure --prefix=/usr --enable-languages=c,c++" etc?
You don't neccessarily need to uninstall the other version of gcc, you can have, for example, one in /usr and one in /opt/gcc-3.4 and then oblige your machine to use one or the other by something like "CC="gcc -B/opt/gcc-3.4/bin/" ./configure ..."
As regards ndiswrapper, if you install the new version to the same location as the old version, it will get overwritten.
|