Re: Linking error with OpenGL and GNUstep on windows

2009-01-17 Thread peter.vullings
Hi all, got it to compile by adding the following line to the GNUmakefile: HelloWorld_TOOL_LIBS += -lopengl32 Follow on question - is there something similar to libopengl32 for OpenGL|ES 1.1? peter.vullings wrote: > > I assume i have to specify the OpenGL library in the makefile s

Linking error with OpenGL and GNUstep on windows

2009-01-17 Thread peter.vullings
Hi all, Please be patient with me :) I have done a lot of windows programming in the past in a variety of IDEs and languages, however I am fairly new to the command line way of doing things (gcc, makefiles etc). I have just installed GNUstep and have it running under windows. I have created my