[Haskell] GHC and GLUT
Wolfgang Jeltsch
wolfgang at jeltsch.net
Fri Jan 6 16:12:34 EST 2006
Am Freitag, 6. Januar 2006 21:24 schrieb Mark T.B. Carroll:
> Does installing the libsm-dev package help?
>
> -- Mark
Thank you, Mark and Jared.
Installing the libsm-dev package resulted in ld outputting a similar error
message for -lXmu. After also installing libxmu-dev, linking was possible.
Are libsm-dev and/or libxmu-dev needed for every Haskell GLUT application or
just for certain examples? If they are always needed, some package has not
declared all its dependencies. In this case, which package is the one with
the dependency declaration bug?
Best wishes,
Wolfgang
More information about the Haskell
mailing list