I have no idea about the FLTK link issues, although FLTK 1.1.6 and 1.1.7 are known to be problematic on OS X 10.4 (but I recall Victor Lazzarini getting 1.1.7 to work somehow). To debug the makedb issue, try running it directly from the command line: ./makedb strings/all_strings American If a crash occurs (at least I suspect the "Error -11" is signal 11, i.e. segmentation fault), run it in gdb, making sure that the program was built for debugging (-g -O0), and send the backtrace: gdb --args ./makedb strings/all_strings American run backtrace On Saturday 03 June 2006 20:14, matt ingalls wrote: > i have never been able to compile with useFLTK or generateXmg > [ i'm on MacOS 10.4 ] > > i tried installing a 1.1.7 & 1.1.6 versions of FLTK both get the same > link error: > > ld: Undefined symbols: > __ZN9Fl_Widget5labelEPKc > > anyone know why i'm getting this? > > and the generateXmg problem: > > ./makedb strings/all_strings American > scons: *** [American.xmg] Error -11 > scons: building terminated because of errors. > > Broadcast Message from root@laptop.local > (no tty) at 11:11 PDT... > > Jun 3 11:11:38 laptop crashdump[512]: Date/Time: 2006-06-03 > 11:11:37.770 > -0700 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net