OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: -DHAS_MYSQL \ -DUSE_SASL_AUTH

From: Rob Foehl (rwfloonybin.net)
Date: Tue Apr 06 2004 - 10:05:37 CDT


On Tue, 6 Apr 2004, markus wrote:

> thanks, rob - it works - the make command finish without error (fehler)
> but in the 'make' log i have a lot of lines like following:
>
> ---
> gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
> -I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH
> -I/usr/local/include/sasl -I/usr/local/bdb/include -g -O -I.
> -I../../include -DLINUX2 -c virtual.c
> ---
> can i ignore this 'gcc-Wmissing-prototypes'

Yes, it's just a compiler flag to enable certain warnings. If 'make'
finishes without any errors, you probably have a working build.. I won't
make any promises regarding BDB, though.

-Rob