<div dir="ltr">Hello Brandon and Haskell-cafe,<br><br>(Sorry for the delayed reply...)<br>These seem to be the relevant lines from &quot;configure&quot; of OpenGL package.<br><br>checking GL/gl.h usability... yes<br>checking GL/gl.h presence... yes<br>

checking for GL/gl.h... yes<br>checking OpenGL/gl.h usability... no<br>checking OpenGL/gl.h presence... no<br>checking for OpenGL/gl.h... no<br>checking GL/glu.h usability... yes<br>checking GL/glu.h presence... yes<br>checking for GL/glu.h... yes<br>

checking OpenGL/glu.h usability... no<br>checking OpenGL/glu.h presence... no<br>checking for OpenGL/glu.h... no<br><br>
That looks like to me that the gl.h and glu.h header files were found
and are usable (in some cases).&nbsp; I am able to build and install OpenGL
and GLUT packages for Haskell, but many errors occur as seen below
during linking.&nbsp; I still can&#39;t seem to figure out what is causing these linker errors...<br>Any other ideas?&nbsp; :/<br><br>Thank you.<br>__<br>Donnie<br><br><div class="gmail_quote">On Fri, Sep 12, 2008 at 12:48 AM, Brandon S. Allbery KF8NH <span dir="ltr">&lt;<a href="mailto:allbery@ece.cmu.edu">allbery@ece.cmu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><div class="Ih2E3d"><div>On 2008 Sep 12, at 0:24, Donnie Jones wrote:</div>
<blockquote type="cite"><div dir="ltr">I am trying to test do some OpenGL / GLUT programming in Haskell, but I had linker issues testing the &#39;Hello World&#39; OpenGL Haskell program.&nbsp; I believe the linker issues were caused because the Haskell GLUT package couldn&#39;t find the GLUT C libraries that were installed with Debian packages.&nbsp; I have tested that my OpenGL install does work with&nbsp;</div>
</blockquote></div>(...)</div><div><div class="Ih2E3d"><blockquote type="cite"><div dir="ltr">checking for GLUT library... no</div></blockquote><div><br></div></div><div>You need to check config.log from the Haskell GLUT build to see why it couldn&#39;t find (or possibly couldn&#39;t link with) the GLUT library.</div>
<div><br></div></div><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div>
<font face="Monaco"><span style="font-family: Monaco;"><span style="font-family: Monaco;">--&nbsp;</span></span></font></div><div><font face="Monaco"><span style="font-family: Monaco;"><span style="font-family: Monaco;">brandon s. allbery [solaris,freebsd,perl,pugs,haskell] <a href="mailto:allbery@kf8nh.com" target="_blank">allbery@kf8nh.com</a></span></span></font></div>
<div><font face="Monaco"><span style="font-family: Monaco;"><span style="font-family: Monaco;">system administrator [openafs,heimdal,too many hats] <a href="mailto:allbery@ece.cmu.edu" target="_blank">allbery@ece.cmu.edu</a></span></span></font></div>
<div><font face="Monaco"><span style="font-family: Monaco;"><span style="font-family: Monaco;">electrical and computer engineering, carnegie mellon university &nbsp; &nbsp;KF8NH</span></span></font></div><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br>
</span></span></span></div></span> </div><br></div></blockquote></div><br></div>