Shane.Hill.dsto.defence.gov wrote:
> I just did a usual update to my Cygwin distribution and now I can't seem
> to be able to link any of my Fltk code and the Fltk source itself. 
>  undefined reference to `_IID_IUnknown'
>  undefined reference to `_IID_IDropTarget'
> [..]
> 
> Most unusual. I have not found many references to these items on the web. Any 
> thoughts?

        Which version of FLTK is this? 1.1.9, 1.1.10, 1.3.x..?
        If 1.3.x, which SVN version or tar snapshot?

        Sounds like the microsoft uuid.lib is not being linked in during
        the linking of fluid. FLTK libs built OK though.

        The fact the FLTK default makefile is not including this makes me think
        either something's wrong with the cygwin makefiles, or possibly you 
might
        have a mixed codebase somehow.

        To see what FLTK's link line looks like (since it's hidden by default),
        try commenting out the .SILENT line from the fltk makeinclude file, and
        then run 'make' again, and it should show the link line that's failing.

        From that we can probably tell what's missing.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to