pawel wrote:
> 
> What do I need to do to bring those libs in?  (Sorry I know this is giving 
> away how green i am but please bare with me.)

You wrote in your first post that you're using Code::Blocks.
I'm sorry, I can't help with this. Maybe someone else can
help you with this.

If you can try to compile and link with the commandline version
of gcc/g++, then you should try the following:

after unpacking the source tree (obviously you did this already,
or do you use pre-installed packages only), you should do:

autoconf
./configure    [maybe with options, use ./configure --help]
make

optional:
sudo make install

./configure will output a summary at the end of the run. If anything
fails, please post this summary and your error messages here.
If it works, please tell us as well ;-)

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

Reply via email to