MacArthur, Ian (SELEX) (UK) wrote: > >> You can't use --enable-localzlib on Mac OS X - the system zlib is >> too tightly bound to the various frameworks we depend on... :( > > Well, I think you can *if you are linking static* (I'm fairly sure this > is what I usually do, actually, but I'm likely wrong...), but Torsten > seems to be getting the dynamic lib despite *not* having set > --enable-shared in configure. > Seems odd, because I don't think I see this effect.
The frameworks you link to are also linked to the dynamic zlib that is part of every Mac system. So, while FLTK is statically compiled/linked, the system libraries are not. -- ______________________________________________________________________ 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
