Ubuntu - g++: error: unrecognized option

Archives Forums/Linux Discussion/Ubuntu - g++: error: unrecognized option

AvestheFox(Posted 2012) [#1]
I had Blitz Max working just fine when I was using on Ubuntu months ago on this computer. but now when I try to compile some code I get this error:

g++: error: unrecognized option

and then the process terminates.

I'm going to assume it has something to do with the Ubuntu update.

Also today I installed MiniB3D to the modules... that probably had something to do with it also.... c.c

any ideas?


AvestheFox(Posted 2012) [#2]
uh..... hello?


*(Posted 2012) [#3]
Well I have ubuntu 11.10 on my netbook and after following the tuts for Linux on this forum I got it working fine!


Arska(Posted 2012) [#4]
Are you sure all these packages are installed?


32bit Ubuntu
libglu1-mesa-dev x11proto-core-dev x11proto-gl-dev x11proto-kb-dev libxxf86vm-dev libasound2-dev 
libfreetype6-dev libxpm-dev libxft-dev gcc libxxf86vm-dev libglu1-mesa-dev build-essential 
libxft-dev ia32-libs gcc-multilib g++-multilib libxxf86vm-dev libglu1-mesa-dev libxft-dev x11proto-xext-dev


64bit Ubuntu
libglu1-mesa-dev x11proto-core-dev x11proto-gl-dev x11proto-kb-dev libxxf86vm-dev libasound2-dev 
libfreetype6-dev libxpm-dev libxft-dev ia32-apt-get ia32-libs-tools ia32-archive ia32-libs
gcc-multilib g++-multilib libxxf86vm-dev libglu1-mesa-dev libxft-dev x11proto-xext-dev



With those MaxGUI should work too.

When i was installing Blitzmax i used this tutorial:
http://www.blitzbasic.com/Community/posts.php?topic=95679

Something was still wrong so i used this tutorial too:
http://www.blitzmax.com/Community/posts.php?topic=84385

And now it works. :)

Sorry for slow answer. I should start reading this forum more because there is lack of Linux knowledge. :/ (or very few Linux users)

Last edited 2012