Scott Rothgaber wrote:
Has anyone seen this? It built OK on the test machine but the production machine produces these errors. Both are 4.10-RELEASE with the same packages installed.

Thanks!
Scott


output.o: In function `logg_close':
output.o(.text+0x53): undefined reference to `pthread_mutex_lock'
output.o(.text+0x87): undefined reference to `pthread_mutex_unlock'
output.o: In function `logg':
output.o(.text+0xcb): undefined reference to `pthread_mutex_lock'
output.o(.text+0x11f): undefined reference to `pthread_mutex_unlock'
output.o(.text+0x1a3): undefined reference to `pthread_mutex_unlock'
output.o(.text+0x2fd): undefined reference to `pthread_mutex_unlock'
output.o(.text+0x3af): undefined reference to `pthread_mutex_unlock'
../libclamav/.libs/libclamav.so: undefined reference to `pthread_cleanup_pop'
../libclamav/.libs/libclamav.so: undefined reference to `pthread_cleanup_push'
*** Error code 1


_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Probably missing files related to pthreads.
Try configure --disable-pthreads is you wish or search what is missing.


Regards Boguslaw _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to