<br><br><div><span class="gmail_quote">On 11/21/05, <b class="gmail_sendername">Mark Jordan</b> <<a href="mailto:mark.theexile@gmail.com">mark.theexile@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hey guys (and gals)<br><br>I was trying to install kdewebdevs and quanta+ when the configure<br>script said that my version of gcc was blacklisted as it compiled<br>kdewebdev wrongly. How can i go about removing my current version of
<br>gcc, and where is it stored? many thanks as the gcc docs are very<br>confusing.<br><br>Mark<br><br></blockquote></div><br>
Are you certain that you need a newer version of gcc? It is possible
that you have the latest released version and that you need to install
an older version in order to compile these applications. Running the
following from the command line will tell you what you currently have
installed:<br>
<br>
$ rpm -qa | grep gcc<br>
<br>
Once you know search for how to install two concurrent versions of gcc.<br>
<br>
<br>