Shridhar Raju wrote:

> Hi,

> As per the User Guide I gave following commands

> #> ./configure --disable-docs --enable-localtime --enable-start-stop-daemon
> #> make
> #> make bindir=/usr/local/sbin install

> Do I need to give compiler flags as descibed in User Guide, please let me
> know the proper procedure of compiling

No, you don't have to give compiler any flags for compiling the Kannel 
for installation. The developers use them though since they spot errors 
and give out warnings and ignoring them might lead to bugs in the 
program. To give them, use configure script like this:

CFLAGS='-Wall -O2 -g -Wbad-function-cast -Wcast-align -Wsign-compare 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations' 
./configure --disable-docs --enable-localtime --enable-start-stop-daemon

All written or cut&pasted on one line, of course.


-- 
Tuomas Luttinen
     Application Developer -- Reach U
         **************


Reply via email to