On 14.01.2011, at 18:01, Paul R wrote:

> Well here is an excerpt from the log now
> it is 14 errors in total, all almost the same..all about png and i have
> added every library now..so it is linking order or something??
> 
> .\fltk13rc2\lib\libfltk_png.a(pngread.o):pngread.c|| undefined reference to 
> `inflateInit_'|
> .\fltk13rc2\lib\libfltk_png.a(pngread.o):pngread.c||

lbfltk_png is just the interface between fltk and png, You still have to link 
with libpng. png then again depends on zlib, so you have to link that as well. 
And while you are at it, ling libjpeg as well.

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

Reply via email to