HELP!!! GLW Problems

I cant compile any code on my SG which uses
the -lGLw compile flag.
The machine has all the glw header files.
What else am I missing ???

Hope somebody can help

Thanks

Mark

You need to have gl_dev.sw.widget installed.

This is on the Irix 6.5 development libraries CD.

What is your compile line ?

libGLw.a is a statically compiled only libaray, i.e. there’s no DSO.

Do you use -Bdynamic on your compile line ? Here’s a working compile line from one of my programs…

cc -n32 -mips4 cmap.c -o cmap -lGLw -lGL -lGLU -lXm -lXt -lXext -lX11

If it’s none of the above, please post more details.