Although this is not a par2cmdline forum, I'm hoping that someone here will be able to help me out, and this topic won't get deleted.
Running ./configure works, but make fails with the following error
Code: Select all
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: par2creator.o: undefined reference to symbol 'aio_suspend@@GLIBC_2.2.5'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: note: 'aio_suspend@@GLIBC_2.2.5' is defined in DSO /lib64/librt.so.1 so try adding it to the linker command line
/lib64/librt.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [par2] Error 1My system is a 64bit openSuSE 12.1, and there are no precompiled packages for par2cmdline-tbb
you can find par2-tbb here.
