On 29 Jun 2007, at 5:18, gga wrote: > cmake build works fine, but only builds static libs.
I'm not sure if the cmake files are maintained or not? The build works fine for me with the regular make files... If you want to submit patches for the cmake files I'm sure they would be welcome. > autoconf is broken. Hmmm, it seems to work fine for me... or do you mean it is broken with cmake? Anyway, I just ran a build from fresh on my test box using the "traditional" autoconf / configure / make sequence and all seems fine. > Compilation: > > Linking fluid... > ../src/libfltk.so: undefined reference to `Fl::awake(void*)' This is a manifestation of STR 1715 I think. In short, with the current 1.1.8, if you compile for shared objects on linux, you also have to enable thread support. Vedran proposed a patch in his STR that should allow compiling shared without threads enabled, but my personal take on this is that enabling thread support is basically a Good Thing anyway! -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

