Fedora Problems fresh install blitzmax

Archives Forums/Linux Discussion/Fedora Problems fresh install blitzmax

Captain Wicker (crazy hillbilly)(Posted 2012) [#1]
Building breakout
Compiling:breakout.bmx
flat assembler version 1.68 (32768 kilobytes memory)
4 passes, 33521 bytes.
Linking:breakout.debug
/usr/bin/ld: cannot find -lX11
/usr/bin/ld: cannot find -lXxf86vm
/usr/bin/ld: cannot find -lfreetype
/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
Build Error: Failed to link /home/austin/BlitzMax/samples/breakout/breakout.debug
Process complete

Here is what I get when I compile things in BlitzMax Fedora Linux. What software packages are missing?


Captain Wicker (crazy hillbilly)(Posted 2012) [#2]
Nevermind, I'd rather just figure out why the sound doesn't work in Ubuntu


Htbaa(Posted 2012) [#3]
Again, the clue is in the lines of '/usr/bin/ld: cannot find'. Just search for the libraries it tells you to install.

sudo yum search X11

Then pick out the version that contains the development headers.