community,
I downloaded the Log4cpp source package form http://log4cpp.sourceforge.net/ and have problems building this library. To do it, I opened my cygwin-bash.exe, navigated to the root of the source package and typed ./configure. I get a lot of output, but it ends with
configure: error: unable to find pthreads, currently this is required
Now, I have downloaded POSIX pthreads from https://www.sourceware.org/pthreads-win32/ and pasted all dll's into the bin-Folder of MinGW, all headers into the include-Folder of MingGW on all .lib's to the lib-Folder of MinGW, but it still doesn't work.
Can anyone help me? I would appreciate help a lot.