Hi, Andy found the problem and a temporary solution: In FLTK's makeinclude file, line 41: CXX is being assigned as "gcc" instead of "g++" when you configure. Changing this assisnment to "g++" fix the problem and allow the links to pass smoothly. It seems to be caused by a bug in the configure file. Probably something to post to FLTK list... Luis