Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2009-07-07 Thread Dejan Bosanac
Hi, sudo apt-get install build-essential should solve this problem (hopefully) Cheers Dejan Timothy Bish wrote: > > There could have been some issue introduced in the configure files when > we converted everything over to using the APR libraries. At least on > all the systems that we are a

Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-05 Thread Timothy Bish
There could have been some issue introduced in the configure files when we converted everything over to using the APR libraries. At least on all the systems that we are able to access, the library builds fine. You may need to compare the previous configure.ac file to the new one and see if you can

Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-04 Thread oliverw
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: #inc

Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-04 Thread oliverw
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:

Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-04 Thread Bruce Snyder
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