RE: resolving _glgetstr...@4 by linking to _glGetString

2010-07-12 Thread Jay K
  > Not so much of an issue any more (still a bit curious about it, but). I soon   > found that providing a '-lopengl32' link instead of   > '/cygdrive/c/Windows/System32/opengl32.dll' fixed the problem. Linking to /cygdrive/c/windows/system32/whatever is "never" right. It is not easy to e

Re: resolving _glgetstr...@4 by linking to _glGetString

2010-07-11 Thread Sisyphus
- Original Message - From: "Sisyphus" How do I get gcc-3.4.4 to apply those fixups that gcc-4.3.4 applied ? Not so much of an issue any more (still a bit curious about it, but). I soon found that providing a '-lopengl32' link instead of '/cygdrive/c/Windows/System32/opengl32.dll'

resolving _glgetstr...@4 by linking to _glGetString

2010-07-10 Thread Sisyphus
Hi, When building the perl extension OpenGL-0.62 on Cygwin-1.7.5, gcc-4.3.4 I get the warning: Warning: resolving _glgetstr...@4 by linking to _glGetString Use --enable-stdcall-fixup to disable these warnings Use --disable-stdcall-fixup to disable these fixups That's exactly what nee