[Insight-developers] FLTK and gcc3.0

Luis Ibanez luis.ibanez@kitware.com
Thu, 25 Apr 2002 14:29:54 -0400


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