Obviously I am missing a package in the OS or something...
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lX11
/usr/bin/ld: cannot find -lXext
/usr/bin/ld: cannot find -lXft
/usr/bin/ld: cannot find -lfontconfig
colorwheel_test.lpr(27,1) Error: Error while linking
None of the examples compile, basically all saying they cannot link X11, Xext, etc. Does this mean I need to pull in the X11 dev package for Linux?
Obviously I am missing a package in the OS or something...
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lX11
/usr/bin/ld: cannot find -lXext
/usr/bin/ld: cannot find -lXft
/usr/bin/ld: cannot find -lfontconfig
colorwheel_test.lpr(27,1) Error: Error while linking
None of the examples compile, basically all saying they cannot link X11, Xext, etc. Does this mean I need to pull in the X11 dev package for Linux?