Trouble compiling on Ubuntu

BlitzMax Forums/BlitzMax Programming/Trouble compiling on Ubuntu

Pineapple(Posted 2012) [#1]
I built my modules fine and was able to run one simple program, but in most cases I get the following compile error:

/usr/bin/ld: cannot find -lX11
/usr/bin/ld: cannot find -lXxf86vm
/usr/bin/ld: cannot find -lGL
/usr/bin/ld: cannot find -lGLU
/usr/bin/ld: cannot find -lX11
/usr/bin/ld: cannot find -lXxf86vm
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status


What runs:

Framework brl.standardio
Print "test"


Commenting out the framework line causes it to not compile.

Help?


Muttley(Posted 2012) [#2]
You're probably missing some libraries. Check this thread: http://www.blitzbasic.com/Community/posts.php?topic=88613


Pineapple(Posted 2012) [#3]
Already did, this is after running that script.