On Sunday 22 September 2002 12:19, Philipp Thomas wrote:
It seems it can't find libGLw, but without seeing the Makefile or at least the complete command line I can't help more.
I'm using KDevelop which seems to have a lot of makefiles for the project. As I'm still very new to Linux programming can you tell me which of these you need to see. Also when I try to compile / Build under KDevelop I get an error about an undefined reference to glwMdrawingAreaWidgetClass. I got the error about being unable to find -lGLw when I tried from the command line. The command I used was : cd /home/stewart/projects/graphics cc -o glw_paperplane /home/stewart/projects/graphics/graphics/main.c -lGLw -lGL -lXm -lXt -lX11 -lm This is how it's stated in the example modified for the location of the source file. Hope this helps. Stewart