mavam / libbf

:dart: Bloom filters for C++11
http://mavam.github.io/libbf
BSD 3-Clause "New" or "Revised" License
356 stars 89 forks source link

pthread not required in ./configure #15

Closed lynxoid closed 8 years ago

lynxoid commented 8 years ago

Getting this error during make after configure succeeded:

Linking CXX executable bf-test
CMakeFiles/bf-test.dir/tests.cpp.o: In function `caf::test::watchdog::start(int)':
tests.cpp:(.text+0x5cd2): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status

(Travis CI Ubuntu/Linaro 4.6.3-1ubuntu5 w/ g++4.9)

mavam commented 8 years ago

I think I've fixed the issue. Let me know if this is not the case.

Unfortunately some unit tests still fail. I'm planning to rewrite major parts of the library soon. Stay tuned.