Samples compilation problem on Linux
Posted: Fri Sep 23, 2005 07:09
I have followed the installation instructions and successfully installed CEGUI on my Linux machine - at least it seems to have, however when I try to compile a sample from the /Samples folder it fails. Here's what I do:
- Open a terminal window and go to the sample I'm going to compile's directory.
- type make
It starts, but then dies at this:
/usr/bin/ld: cannot find -lCEGUISampleHelper
collect2: ld returned 1 exit status
make[1]: *** [FirstWindow] Error 1
make[1]: Leaving directory `/home/s/cegui/cegui_mk2/Samples/FirstWindow/src'
make: *** [all-recursive] Error 1
I'm very new to working on Linux, so sorry for any stupidity in advance.
- Open a terminal window and go to the sample I'm going to compile's directory.
- type make
It starts, but then dies at this:
/usr/bin/ld: cannot find -lCEGUISampleHelper
collect2: ld returned 1 exit status
make[1]: *** [FirstWindow] Error 1
make[1]: Leaving directory `/home/s/cegui/cegui_mk2/Samples/FirstWindow/src'
make: *** [all-recursive] Error 1
I'm very new to working on Linux, so sorry for any stupidity in advance.