Steve Bennett wrote:
> So, following Greg's suggestion, I turned off .SILENT and checked the command
> line output. There were a few irrelevant differences, but the one which
> really stood out was that the fact that the test folder version was linking
> statically and directly to "../lib/libfltk.a" while my version was linking
> dynamically with "-lfltk".
>
> I changed my makefile to link using "-l:libfltk.a" which forces a static link
> to the library,
> and it now works. Why that should have made any difference, however, is
> another question entirely.
Check the date stamps on the dynamic lib vs. the static lib.
Sounds like maybe one was built at a different time, possibly
with different build flags that had xft turned off.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk