> > I was trying to build fltk under Mac OS X, the building process didn't give > > any error. > > > > Have you actually installed the fltk libs? i.e. run "make install" once the > build of the lib completed succesfully? > > This has worked in the past, so should work now (but for the record, I > usually static link my fltk apps, since the lib is so compact that the > overhead is minimal - arguably less than using the shared libs because you > don't have to resolve the likage dynamically at runtime.) > >
Yes, I already ran "make install", which installed all the dylib into /usr/local/lib. Anyway, static linking solve the problem, thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

