<br><div><span class="gmail_quote">On 9/10/05, <b class="gmail_sendername">sc0rpi0n</b> <<a href="mailto:ulist@gs1.ubuntuforums.org">ulist@gs1.ubuntuforums.org</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;">
<br>hi i downloaded ubuntu breezy preview release and installed it on my<br>system. I've got problems compiling drivers for my usb adsl modem. It<br>need gcc-3.4, while breezy includes gcc-4.0. In fact with hoary all<br>goes fine. How can i resolve? Tnx
<br><br><br>--<br>sc0rpi0n<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br></blockquote></div><br>
In a terminal<br>
<br>
CC=gcc-3.4<br>
export CC<br>
<br>
Try that.<br>