> The only conclusion at the moment is that the problem is related to the > linking of libraries. However, exactly what the problem is remains a mystery. > > Thanks for the help. If/when a conclusion is made, I'll report back.
The problem turns out to be rather simple. If I use Apple variant of gcc that is bundled with Xcode, then I have no trouble with FLTK. Unfortunately, I need a fortram compiler and had planned to use the gfortran from gcc-4.4 which is conveniently packaged by both the MacPorts of Fink package managers. My solution was to use a gcc-4.2 gfortran patched to work with Apple's variant of gcc 4.2. It is available at the link below. http://r.research.att.com/tools/ Using Apple's gcc 4.2 with the patched gfortran solved my problem. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

