Re: Installing Activemq-cpp in HP-UX

2010-01-26 Thread Ivan Pechorin
One of possible reasons of crash in __pthread_startup could be "-mt" flag missing in LDFLAGS... I've seen this few months ago on HP-UX 11i v2 (11.23) on IA64 platform with latest version of HP aCC compiler. Not sure if it is applicable to GCC build. -- View this message in context: http://old.na

Re: Installing Activemq-cpp in HP-UX

2009-11-04 Thread Timothy Bish
Is it possible for you to build with debug information turned on? Without the full stack trace from the crash its not clear where or why this would be happening. if you are building with GCC then you can try this when you run configure ./configure --enable-shared=no CXXFLAGS="-g -O0" This wil

Re: Installing Activemq-cpp in HP-UX

2009-10-29 Thread Radha Manickam
Hi, We did the same thing and got installed the activemq-cpp. But when tried to compile the example program(main.cpp) that is given in the activemq-cpp/examples, we got the error as follows: # ./main Memory fault(coredump) This is the trace that i got for the core created. # gdb ./main core H

Re: Installing Activemq-cpp in HP-UX

2009-10-28 Thread Timothy Bish
On Mon, 2009-10-26 at 22:37 -0700, Radha Manickam wrote: > Hi Tim, > > I have attached the config.log. > > Radha. >From what I've read about the HP UX pthreads impl it sounds as if there's some problems with the way they've defined the pthread_create which break autoconfs tests. You could modif

Re: Installing Activemq-cpp in HP-UX

2009-10-26 Thread Radha Manickam
Hi Tim, I have attached the config.log. Radha. Timothy Bish wrote: > > On Thu, 2009-10-22 at 22:22 -0700, Radha Manickam wrote: >> Hi, >> >> I am using Actimemq-cpp version 3.0. >> Autoconf ==> 2.64 >> Automake ==> 1.11 >> libtool ==> 2.2.6 >> gcc ==> 4.2.3 >> >> I have installed all the d

Re: Installing Activemq-cpp in HP-UX

2009-10-23 Thread Timothy Bish
On Thu, 2009-10-22 at 22:22 -0700, Radha Manickam wrote: > Hi, > > I am using Actimemq-cpp version 3.0. > Autoconf ==> 2.64 > Automake ==> 1.11 > libtool ==> 2.2.6 > gcc ==> 4.2.3 > > I have installed all the dependencies. > I am able to install Apr and apr-util without any error. > But not able

Re: Installing Activemq-cpp in HP-UX

2009-10-22 Thread Radha Manickam
Hi, I am using Actimemq-cpp version 3.0. Autoconf ==> 2.64 Automake ==> 1.11 libtool ==> 2.2.6 gcc ==> 4.2.3 I have installed all the dependencies. I am able to install Apr and apr-util without any error. But not able to compile activemq-cpp. Thanks. Radha. -- View this message in context: h

Re: Installing Activemq-cpp in HP-UX

2009-10-22 Thread Timothy Bish
On Thu, 2009-10-22 at 04:29 -0700, Radha Manickam wrote: > Hi Tim, > > > I have libpthread installed in /usr/lib/. > > I added the path in SHLIB_PATH. > > Even though i got the same error. > > I am compiling using gcc. > Which version of ActiveMQ-CPP are you using? What versions do you have

Re: Installing Activemq-cpp in HP-UX

2009-10-22 Thread Radha Manickam
Hi Tim, I have libpthread installed in /usr/lib/. I added the path in SHLIB_PATH. Even though i got the same error. I am compiling using gcc. Radha. Timothy Bish wrote: > > On Thu, 2009-10-22 at 02:47 -0700, Radha Manickam wrote: >> Can anyone help on how to install activemq-cpp in hp-ux

Re: Installing Activemq-cpp in HP-UX

2009-10-22 Thread Timothy Bish
On Thu, 2009-10-22 at 02:47 -0700, Radha Manickam wrote: > Can anyone help on how to install activemq-cpp in hp-ux. > I am using 3.0 version of activemq-cpp. > > When i tried to configure, i got the following error message. > > > checking for time... yes > > checking for ftime... yes > > chec