On Tuesday 23 May 2006 12:39, Victor Lazzarini wrote: > So what does the scons noFLTKThreads=1 do now? How > should we build the binaries (currently I use =1 on the > Mac and it works for all front-ends)? noFLTKThreads=1 is now only needed if you have an FLTK library that was not compiled with --enable-threads. Otherwise, the correct threading mode is selected at run-time.