Hi All I'm just working through Mark Kilgards OpenGl Programming for the X window system and when I try to compile some of the examples I get the following message. unable to find -lGLw, does anyone know how to resolve this please. TIA Stewart
Stewart Taylor <sa.taylor@btinternet.com> [22 Sep 2002 07:10:52]:
system and when I try to compile some of the examples I get the following message. unable to find -lGLw, does anyone know how to resolve this please.
It seems it can't find libGLw, but without seeing the Makefile or at least the complete command line I can't help more. Philipp -- Philipp Thomas work: pthomas@suse.de Development SuSE Linux AG private: pth@t-link.de
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
I think you need to install Mesa and Mesa-devel packages. I have never tried this, but it ougta work. Salman On Sunday 22 September 2002 00:10, Stewart Taylor wrote:
Hi All
I'm just working through Mark Kilgards OpenGl Programming for the X window system and when I try to compile some of the examples I get the following message. unable to find -lGLw, does anyone know how to resolve this please.
TIA Stewart
On Sunday 22 September 2002 19:27, Salman Khilji wrote:
I think you need to install Mesa and Mesa-devel packages. I have never tried this, but it ougta work.
I have boith o these packages installed and they seem to be working ok for other examples. Thanks Stewart
participants (3)
-
Philipp Thomas
-
Salman Khilji
-
Stewart Taylor