crow icon indicating copy to clipboard operation
crow copied to clipboard

weak document

Open arashackdev opened this issue 8 years ago • 4 comments

I tried to run a test on this but kept getting errors like below

arashackdev avatar Feb 20 '18 07:02 arashackdev

/usr/bin/ld: /tmp/cckM146m.o: undefined reference to symbol 'pthread_sigmask@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

arashackdev avatar Feb 20 '18 07:02 arashackdev

is anybody making a proper document for this repo?

arashackdev avatar Feb 20 '18 07:02 arashackdev

It means you have to link it against pthread. And it should be after all object files on the linker command btw.

netromdk avatar Feb 21 '18 00:02 netromdk

@jimist Add:find_package(Threads) and link against pthread

zhongchengyong avatar Mar 15 '18 09:03 zhongchengyong