This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: OpenGL 1.1


>> "Suhaib" == Suhaib Siddiqi <ssiddiqi@ipass.net> writes:

Suhaib> No one can help you if you do not post the undefined symbols.

Thanks for your response. The problem I am having is not with any one
specific function per se, rather all 1.1 spec functions. For example:

#include <windows.h>
#include <GL/gl.h>

int main()
{
  glEnd();
  glBindTexture(GL_TEXTURE_2D, 1);
}

compiled with "gcc xxx.c -lopengl32" fails to link with "undefined
reference to glBindTexture@8". If I remove the glBindTexture call it
links OK. The same problem occurs if I use any other 1.1 spec
function, such as glArrayElement. Obviously, I dont expect this code
to make a sensible executable, but it shows the linking problem.

Cheers,
Jon



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]