Re: ghc-6.2/opengl
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > [...] Undefined first referenced > symbol in file > glXGetProcAddressARB > /usr/local/share/ghc/lib/ghc-6.2/libHSOpenGL_cbits.a(HsOpenGL.o) Hmmm, it looks like I'll have to update the autoconf magic again: Since GLX 1.4, glXGetProcAddressARB is simply called glXGetProcAddress. Will be fixed in the repository soon... Cheers, S.