Sorry for my ignorance, i had some spare time and wanted to play a bit with glut, but i have some troubles getting things right. I got neko_glut3.7 and seems it installed ok. I also have mipspro c++ 7.4 installed fine. I copyed the source for the hello program to some dir of my choice and symbolic linked the needed GL dir, but seems is not enough. Im not an supacompile guru, so i'm wondering how to set the header paths and environment. I know that specifiying headers in quotes means that the header is residing in the same dir as the source, but when the header is inside < and > symbols it means that the compiler/linker will look for it in system wide predefined libraries ? paths. Eg: #include "mysource.h" and #include <GL/GLwMDrawA.h> ....
-----------------