> Hi, > === making glut === > Compiling glpuzzle.cxx... > Linking glpuzzle... > glpuzzle.o: In function `Reshape(int, int)': `glutSwapBuffers()' > collect2: ld returned 1 exit status
> What could be the reason for this errors? You don't have OpenGL / GLUT installed (devel libs) *BUT* this is NOT a problem. The library builded fine, the thing that failed was just a test program. You had successfully builded FLTK library (but in version without GL support) and you an now make install it. To have full version, find libs like lib*-dev where * will be gl, glut, opengl or something similar (search), install that, and re-run ./configure then make _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
