[PlanetCCRMA] Re: reconfiguring FLTK

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon May 10 13:31:02 2004


> Here's the error point:
> 
> g++ -mwindows _CsoundVST.so -static -mwindows --subsystem:windows -o 
> CsoundVST frontends/CsoundVST/csoundvst_main.o -L. -L. -L. -L/usr/lib 
> -L/usr/local/lib -lstdc++ -lpthread -lm -ldl
> _CsoundVST.so: undefined reference to `Fl::lock()'
> _CsoundVST.so: undefined reference to `Fl::unlock()'
> collect2: ld returned 1 exit status
> scons: *** [CsoundVST] Error 1
> scons: building terminated because of errors.
>
> Michael Gogins suggested the FLTK thread solution, but I'm at sea here, 
> so let me know if any other solution comes to mind...

Obviously threads doe not seem to be enabled...
I'll build a threads enabled version and let you know when I have it. 
-- Fernando