Re: Specifying a different target directory for APXS

2007-12-14 Thread Subra A Narayanan
Hello folks, Has anyone come across a similar situation before? Can a target folder be specified or is that not possible? Any help is greatly appreciated. Subra On Dec 13, 2007 12:05 PM, Subra A Narayanan [EMAIL PROTECTED] wrote: Hello folks, I use the following command to compile my

Re: Specifying a different target directory for APXS

2007-12-14 Thread Subra A Narayanan
Joe, Thanks for ur reply. Let me clarify somethingWhen I said I didnt get any helpful responses, I meant I didn't get any answers as to what is wrong with gcc and why the module was behaving the way it was. Anywayspoint taken.will use apxs for compiling the module. Subra On Dec

Re: Specifying a different target directory for APXS

2007-12-14 Thread Ralf Mattes
On Fri, 2007-12-14 at 08:07 -0500, Subra A Narayanan wrote: Hello folks, Hello folk, your problem has nothing to do with apxs. The .libs directory is created by libtool. You might want to contact the helpful dwellers on the libtool mailing list. Has anyone come across a similar situation

Re: Specifying a different target directory for APXS

2007-12-14 Thread Ralf Mattes
On Fri, 2007-12-14 at 11:05 -0500, Subra A Narayanan wrote: Joe, Thanks for ur response. The reason I wanted to change the target directory was because my apache module is being compiled as one of the components of a much larger makefile. All the other shared libraries generated by this

Re: Specifying a different target directory for APXS

2007-12-14 Thread Subra A Narayanan
Ralf/Joe, Now I am trying to (just) compile my module using apxs and I see this warning *$ /usr/sbin/apxs -c -L /myprj/deps/axis2c/lib -L /myprj/lib/ -l axutil -l axis2_engine -l dl -l pthread -l client -l operations -c /myprj/obj/webservices/mod_my.o /myprj/obj/webservices/dispatcher.o

Re: Specifying a different target directory for APXS

2007-12-14 Thread Nick Kew
On Fri, 14 Dec 2007 16:57:28 -0500 Subra A Narayanan [EMAIL PROTECTED] wrote: PLEASE LEARN TO POST! In particular, don't append someone else's post to yours. Now I am trying to (just) compile my module using apxs and I see this warning *$ /usr/sbin/apxs -c -L /myprj/deps/axis2c/lib -L