| Subject: Re: FreeBSD version |
Author: Xavier Roche |
Date: 01/22/2003 20:17 |
| | Can you edit the src/htsglobal.h file?
After the line:
// use pthreads.h
Just insert these lines:
#ifndef THREADS
#define HTS_DO_NOT_USE_PTHREAD
#endif
And then redo:
make distclean
./configure
make
This should work! | |
|
|
|
|
3
Created with FORUM 2.0.11