> Yes, my app was linked to the fink packages 1.1.7 dynamic libraries. Oh, I'd generally caution against using the dylibs for now, as we (on another project) have had a world of pain getting things to work consistently as Apple transition through the whole ppc/x86 and 32/64 thing... It works fine on the dev boxes but deploying to other boxes has been "interesting".
Also, there's no benefit to using the dylibs unless an awful lot of your system is also using them (and barely even then.) If your program is the only thing on the box using fltk, then the footprint of code+dylibs is much bigger than the footprint of the same code linked static anyway. And of course the static code will run "anywhere" with no dependency issues. So all-in-all, a much better bet. > I tried compiling 1.1.10 with --enable-shared, but it crashed partway. Hmm, odd. I think that ought to work - though if you are on a recent x86-64 box, there may be issues... But see my "observations" above about static linking anyway! > So I bit the bullet and started fiddling with my makefile > until I could link > statically and without fink. (I use a bunch of other fink stuff.) > > At long last, I got it working. It now obtains 8+8+8 bitplanes, > and it runs great. Hoorah! > I can't thank you enough for your help - both > you and Greg. On the off-chance you might be curious to know > what my program should look like, I've posted a screenshot at: > http://graphics.stanford.edu/~levoy/sap-screenshot.jpg Cool. I like screenshots. > It's related to work my lab has been doing on photographs you > can refocus after taking the shot. Oh, that's interesting. > Thanks again for your help. No worries. SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

