praveen wrote:
> I got many undefined reference errors starting from undefined reference to
> `Fl::visual(int)'. May i know how to solve this errors?

        Sounds like you're not linking in libfltk.a.

        Try looking at the basic flags FLTK wants you to link with by running:

                fltk-config --ldflags

        ..and if your program is making use of opengl, then look at:

                fltk-config --ldflags --use-gl

        For more info on compile/link flags see 'fltk-config -help',
        and the link Duncan mentioned:
        http://www.fltk.org/doc-1.1/basics.html#basics
        ..in particular the 'Compiling Programs with Standard Compilers' 
section.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to