By the way. The older version ActiveMQ-CPP 2.1.3 does not suffer from the same problem. Configure at least completes without errors - stating libpthread is installed so it must be something with ActiveMQ-CPP 2.2. But I had to fix a whole bunch of compile errors. All of them missing includes:
#include <string.h> was missing in: /main/activemq/io/DataInputStream.cpp /main/activemq/io/BufferedInputStream.cpp /main/activemq/io/BufferedOutputStream.cpp /main/activemq/connector/stomp/commands/CommandConstants.cpp /main/activemq/util/Guid.cpp #include <stdlib.h> was missing in: /main/activemq/connector/stomp/StompCommandReader.cpp oliverw wrote: > > The latest version of libc6-dev is installed. AFAIK glibc-devel does not > exist in Debian. > > > bsnyder wrote: >> >> On Mon, Aug 4, 2008 at 10:08 AM, oliverw <[EMAIL PROTECTED]> wrote: >>> >>> ./configure fails for activemq-cpp-2.2 under Debian 4.0 etch using the >>> latest >>> packages from /testing with: >>> >>> checking for pthread_create in -lpthread... no >>> configure: error: libpthread not found! >>> >>> Installing libpthread-stubs0-dev did not solve the problem. Suggestions? >> >> Do you have the glibc-devel or libc6-dev packages installed? >> >> Bruce >> -- >> perl -e 'print >> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" >> );' >> >> Apache ActiveMQ - http://activemq.org/ >> Apache Camel - http://activemq.org/camel/ >> Apache ServiceMix - http://servicemix.org/ >> >> Blog: http://bruceblog.org/ >> >> > > -- View this message in context: http://www.nabble.com/Compiling-ActiveMQ-CPP-fails-under-Debian-4.0-tp18814306p18822375.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.