Re: Debian&HOpenGL, undefined symbol: glPixelStorei
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Marc A. Ziegert wrote:
> second patch:
>
> the package named "GLUT" contains
>
> extra_ld_opts =
> ["",
> "-L/usr/X11R6/lib",
> "-lSM",
>
> but it has to contain
>
> extra_ld_opts =
> ["",
> "-L/usr/X11R6/lib",
> "-lglut",
> "-lSM",
Hmmm, this means that configure couldn't find a usable GLUT library. Could you
send me the config.log and a transcript of your shell session?
Cheers,
S.