[EMAIL PROTECTED] wrote:
> Hi,
> 
> When I use fltk under Windows I link the following libraries in my makefile:
> LIBS =  -mwindows -lfltk -lole32 -luuid -lcomctl32 -lwsock32
> 
> But under Linux, what are the libraries I must linked in my makefile in order 
> to run a basic fltk application ?

        It depends on the build environment.

        I'd suggest you edit the makeinclude file in the fltk directory,
        comment out the .SILENT line, and rebuild one of the example apps
        in the test directory (cd test; rm buttons buttons.o; make buttons),
        and grab the list of libs from the link line.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to