:-(
Linking CXX executable yoshimi
CMakeFiles/yoshimi.dir/Misc/SynthEngine.cpp.o: In function
`SynthEngine::MasterAudio(float*, float*)':
SynthEngine.cpp:(.text+0x1483): undefined reference to `__sync_add_and_fetch_4'
CMakeFiles/yoshimi.dir/Misc/SynthEngine.cpp.o: In function
`SynthEngine::NoteOn(unsigned char, unsigned char, unsigned char)':
SynthEngine.cpp:(.text+0x2eaa): undefined reference to `__sync_add_and_fetch_4'
CMakeFiles/yoshimi.dir/Misc/Part.cpp.o: In function `Part::ComputePartSmps()':
Part.cpp:(.text+0x111f): undefined reference to `__sync_add_and_fetch_4'
collect2: ld returned 1 exit status
make[2]: *** [yoshimi] Error 1
make[1]: *** [CMakeFiles/yoshimi.dir/all] Error 2
make: *** [all] Error 2
yoshimi-0.058.1 compiled fine on the same host. How can I investigate
further?
Details: Linux From Scratch, kernel 2.6.38.2, gcc 4.4.1, ftlk-1.1.10 .
Regards, and thanks for your work,
Jeremy Henty