On Saturday 29 April 2006 16:13, David Akbari wrote: > Fix -> csound5gui_src directory exists two levels down from the csound5 > source tree I did mention that in another post. > Fix -> added -lsndfile to LIBS That should be OK on the other platforms as well, even if not required. > 3) If I could only figure out what library these symbols belong to, I'd > be in business! > > __ZN2Fl4lockEv > __ZN2Fl6unlockEv These symbols can be found in a version of the FLTK library that was compiled with --enable-threads. > 4) Needs to add the commandline for Rez after successful compilation > (I'm not there yet) how to add this commandline to the Makefile ? > Usually I just run it after successful compilation but ideally on an OS > X makefile it would have it right in there. > > /Developer/Tools/Rez -i APPL -o [app-name] ../../cs5.r