andrefaraujo / videosearch

Large-scale video retrieval using image queries.
289 stars 105 forks source link

Add -pthread to CPPFLAGS in the makefile #8

Closed pkdog closed 6 years ago

pkdog commented 6 years ago

I use videosearch in LUbuntu 17.10. When I executed the step 6 by the Quick Start, it occur errors that undefined reference to symbol 'pthread_create@@GLIBC_2.2.5.

I have to add -pthread to CPPFLAGS in the makefile then it could make successfully.

andrefaraujo commented 6 years ago

thanks @pkdog for reporting this here!

I will close this issue, but please feel free to reopen it if necessary