DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L1801
Version: 2.0-current


When compiling fltk-2.0.x-r5940 under MinGW/MSYS, There are Undefined
Reference Errors when it gets to compiling glpuzzle.cxx .

In a forum "http://www.mail-archive.com/[EMAIL PROTECTED]/msg01679.html" I
found that Ian the funkloard had a work around for this. 

In the ./glut/makefile at line 31 he made the following change:
DEMOS = \
        glpuzzle \
        fractals

to become:

DEMOS = \
        glpuzzle$(EXEEXT) \
        fractals$(EXEEXT)



I included the edited file ./glut/makefile with this post.


Link: http://www.fltk.org/str.php?L1801
Version: 2.0-current

Attachment: Makefile
Description: Binary data

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to