BlitzMax on a Ubuntu Linux

BlitzMax Forums/BlitzMax Beginners Area/BlitzMax on a Ubuntu Linux

vinians(Posted 2010) [#1]
Hello all!
Im trying to get my test compiled on a Linux (Ubuntu) and when I try to compile Im getting this error message:

/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/libstdc++.a when searching for -lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/libstdc++.so when searching for -lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/libstdc++.a when searching for -lstdc++
/usr/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status


obs: Im using a Ubuntu Linux on a AMD 64 Laptop
Any clue???


plash(Posted 2010) [#2]
See here.
In short: You're missing the libstdc++-dev package (and thus g++).


vinians(Posted 2010) [#3]
Still not working...
Im with all development package instaled but same error...
Whats wrong with my linux?
(EDIT) I found a solution on this thread:
http://www.blitzbasic.com/Community/posts.php?topic=88613
Thanks for try!