Torsten Giebl wrote: > Hello ! > > > When the latest FLTK-1.1 SVN under Mac OSX 10.3.9 i get this > error : > > autoconf > ./configure --enable-localjpeg --enable-localpng --enable-localzlib > make > > > === making jpeg === > === making zlib === > === making png === > === making src === > === making fluid === > === making test === > Linking sudoku... > ld: ../lib/libfltk_png.a(png.o) illegal reference to symbol: _crc32 > defined in indirectly referenced dynamic library /usr/lib/libz.1.dylib > make[1]: *** [sudoku] Error 1 > make: *** [all] Error 1
You can't use --enable-localzlib on Mac OS X - the system zlib is too tightly bound to the various frameworks we depend on... :( -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
