Title: RE: Module development - Makefile
Hi,
I�m trying to compile apache 2.0 with a simple module to learn how modules work.
When I make ./configure enabling the new module, I get this error....
 
>  make[2]: Entering directory `/home/esteban/httpd-2.0.43/modules/hw'
>  make[3]: Entering directory `/home/esteban/httpd-2.0.43/modules/hw'
>
>  make[3]: *** No rule to make target `mod_hw.lo', needed by `mod_hw.la'.
>  Stop.
I have seen that in each directory of the modules, there are a Makefile and other files (like config.m4), that define some things. Where can I get help of that kind of files???
Is the error that I get, the result of a bad Makefile define???
 
thank you!!
Esteban
 
 
----- Original Message -----
Sent: Monday, November 18, 2002 1:17 PM
Subject: RE: Module development - Makefile

apxs doesn't work with c++ modules :(

_________________________________________
Eider Oliveira - UOL
ICQ#: 116119057 * Work Tel#:  +55 11 3038-9492
________________________________________________
Um homem com um rel�gio sabe que horas s�o; um homem com
dois rel�gios nunca est� seguro. (Lei de Segal)


-----Original Message-----
From: Kris Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: segunda-feira, 18 de novembro de 2002 09:06
To: [EMAIL PROTECTED]
Subject: Re: Module development - Makefile


Esteban Pizzini wrote:
> I�m trying to develop a simple test module  to learn how module works (I�m
> newly on this), but I have some problems defining Makefile. Is there any
> reference to do that??

What exactly are you doing in the makefile?  It is probably easier to
use the 'apxs' script.   Just do

        apxs -c files...

--
ir. Kris Verbeeck
Development Engineer

Ubizen - Ubicenter - Philipssite 5 - 3001 Leuven - Belgium
T:  +32 16 28 70 64
F:  +32 16 28 70 77

Ubizen - We Secure e-business - www.ubizen.com

Reply via email to