On 04.07.2011 00:01, brosnan wrote:
> I am using Linux and trying to link the include files and libraries. How do I 
> do this is code blocks?

I can't help you with code blocks, but why do you want to use
FLTK 2 ? FLTK 2 is experimental only, never released, and will
probably never be.

However, if you need the parameters to link, the best way is to
use the commandline tools: autogen, configure (,make...). After
you ran configure, you can use fltk-config (or fltk2-config for
FLTK 2) to show the needed arguments, e.g.

./fltk-config --cxxflags --ldflags

See --help for more options.

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to