Hi Simon,
On Wed, 2005-08-24 at 17:40 -0700, Simon Su wrote:
> Hello,
>
> Just started on OpenSG and have a beginner question
> that I cannot seem to find a hint from the newsgroup
> archieve. I am compiling OpenSG 1.4.0 on SGI Prism
> running Redhat linux.
>
> I followed through the steps (./configure && make &&
> make install) ok until then I at the point to compile
> the Tutorials. First time typing make, resulted in
> glut not configured error message. So, edited
> osg-config file to change to have_glut=yes and
> glut_libs="-lglut". Then glut complian goes away.
You need to configure GLUT on the configure line, adding it to osg-
config won't help you as it doesn't create the actual libs.
A typical configure line looks like this:
configure --with-glut --with-qt=/usr/lib/qt-3.3 --with-tif --with-jpg --
with-png
To be on the safe side you should remove the Build directory before
reconfiguring. In most cases that's not necessary, but it's safer.
Hope it helps
Dirk
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users