Von:     Patric Schmitz <[EMAIL PROTECTED]>

> >>>I did that, now I get a different error message (as if glut were not
> >>>installed):
> >>>/usr/bin/ld: cannot find -lOSGWindowGLUT
> 
> This is not related to GLUT not being installed (compiling and 
> especially linking of OpenSG itself should have failed then), the linker 
> just cannot find the library. Try adding the correct folder to 
> LD_LIBRARY_PATH.
> using bash, for example:
> export LD_LIBRARY_PATH=/usr/local/lib/dbg:$LD_LIBRARY_PATH

Oh, I must have forgotten to do the export when I tried.

Now the tutorials finally compile!

However, I cannot execute them :(

# ./01hello
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
freeglut (./01hello): failed to open display ':0.0'

What could cause that?

TIA,
Monika.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to