Re: problems with building log4cxx-0-10.0. in threadcxx.cpp

2008-07-02 Thread lakshmikanth
Curt Arnold-3 wrote: > > > Or possibly the calling convention > (LOG4CXX_THREAD_FUNC in log4cxx/thread.h) is slightly different than > in the APR header. > > Don't have that MinGW environment handy, so can't give you a quick > workaround. > > The above is the reason why its happening,

RE: MAKE error : While compiling trivial.cpp:Urgent

2008-07-02 Thread srkraju
Dear curt, I tried to commented the calls and getting the following error while I try to compile on Redhat Linux AS4(g++3.4.3). Kindly assist me to solve this issue. thanks& regards srkraju ~-Original Message- ~From: Curt Arnold [mailto:[EMAIL PROTECTED] ~Sent: Saturday, June 21, 2008 2:19

Re: MAKE error : While compiling trivial.cpp:Urgent

2008-07-02 Thread Curt Arnold
On Jul 2, 2008, at 11:02 PM, srkraju wrote: Dear curt, I tried to commented the calls and getting the following error while I try to compile on Redhat Linux AS4(g++3.4.3). Kindly assist me to solve this issue. thanks& regards srkraju From my previous message: ~ ~I've set up a virtual m

RE: MAKE error : While compiling trivial.cpp:Urgent

2008-07-02 Thread srkraju
When I give the ./configure command in apache-0.10.0 directory. It is giving following error: configure: error: APR could not be located. Please use the --with-apr option. What may the problem? Is with-apr option is required or can we skip that from compiling. thanks& rega