hello, I compiled FLTK 1.3 on windows XP with this configure options (as 
suggested to me on STR #2622):
./configure --enable-localjpeg --enable-localpng --enable-localzlib 
--host=i686-w64-mingw32 --build=i686-w64-mingw32 CC=i686-w64-mingw32-gcc 
CXX=i686-w64-mingw32-g++ CFLAGS=-DMINGW_WINGDI_FIXED 
CXXFLAGS=-DMINGW_WINGDI_FIXED LDFLAGS="-static-libgcc -static-libstdc++"

everything eventually compiled and all the test programs run as they should.
now I have a vary basic question: all the files in the lib directory are *.a 
files (e.g. libfltk.a), unlike regular library files on windows which are *.lib 
(for static) or *.dll (for dynamic).  the FLTK libs on cygwin (which depend on 
X11) are dlls.
so is anything wrong here?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to