Sumith Ail wrote:
>
> Dear All,
>
> When I tried to compile Autoresponder on my RH 6.2 box
> ..I've got the following errors ....any suggestions
> would be appreciated.
>
> Thanx
> Sumith
>
> [root@tech /root]# gcc -Wall -o autorespond
> autorespond.c
> autorespond.c: In function send_message':
> autorespond.c:212: warning: long unsigned int format,
> unsigned int arg (arg
> 10)
> autorespond.c: In function main':
> autorespond.c:398: warning: long unsigned int format,
> unsigned int arg (arg
> 3)
> [root@tech /root]#
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
Those are warnings, not errors. You should have
a file named autorespond that is the compiled binary.
Ken Jones