On 05/08/2013 01:44 PM, Florian Paul Schmidt wrote:
Hi Jeremy, I'm a fan of yoshimi, but sadly the
build fails (ubuntu 13.04
- 64 bit desktop):
Linking CXX executable yoshimi
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libfltk.a(Fl_Preferences.o):
undefined reference to symbol 'dlopen@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlopen@@GLIBC_2.2.5' is defined in DSO
/lib/x86_64-linux-gnu/libdl.so.2 so try adding it to the linker command
line
/lib/x86_64-linux-gnu/libdl.so.2: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [yoshimi] Error 1
make[1]: *** [CMakeFiles/yoshimi.dir/all] Error 2
make: *** [all] Error 2
Quick workaround:
CMakeLists.txt:362
target_link_libraries (yoshimi ${ExternLibraries} -ldl)
Regards,
Flo
Hello Flo,
That's weird, in a raring chroot yoshimi builds fine. I don't have a
physical machine with 13.04 so I can't test at the moment.
Regards,
Jeremy