Suse 10.2 and gcc 3.3

Archives Forums/Linux Discussion/Suse 10.2 and gcc 3.3

JoeRetro(Posted 2006) [#1]
I currently have gcc 4.1 installed. Anyone know how to install an older version of gcc? I did a search using YaST but gcc 3.3 is not available.

Thanks in advance!


JoeRetro(Posted 2006) [#2]
For anyone who is interested I found a simple work around. I simply made a copy of gcc-4.1, g++-4.1 and renamed them accordingly (gcc-3.3, g++-3.3). BlitzMax appears to be quite happy with it. Kool!


Ratchet(Posted 2007) [#3]
The better way is to make a link:

cd /usr/bin
ln ./g++-4.1 g++-3.3


Ticha(Posted 2007) [#4]
I have the same problem. I use Suse 10.2 with g++-4.1, but i couldn't find the gcc-3.3 for Suse just for Ubuntu

when I link the g++-4.1 to g++-3.3 I receive followed error from BM

Building firepaint
Compiling:color.bmx
flat assembler version 1.64
4 passes, 25513 bytes.
Compiling:firepaint.bmx
flat assembler version 1.64
4 passes, 34360 bytes.
Linking:firepaint.debug
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
Build Error: Failed to link /home/ticha/BlitzMax/samples/firepaint/firepaint.debug
Process complete


someone can help me?


Brucey(Posted 2007) [#5]
Ticha, looks like you need some more packages installed.
Check out http://blitzmax.com/Community/posts.php?topic=59889 for links to posts that list the required packages.

One of these packages might help, perhaps :

xlibmesa-gl-dev
xlibmesa-glu-dev