[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mail scripts
MDM <mdm@xxxxxxxxxxxxxxx> wrote:
> >>
> >>/usr/include/errno.h
> >
> It now fails w/
> iftocc.c:48: warning: return type of `main' is not `int'
That's not a failure; that's awarning.
> make: *** [iftocc.o] Error 1
That is an error, but you didn't show us the actual error you saw.
> This is the contents of my /mess822-0.58/conf-cc file
>
> gcc /usr/include/errno.h
That's not right; I believe you want the .h file to be a value to an -i
option, like:
gcc -i /usr/include/errno.h -O2
The errno issue is well documented and easily solved; Googling for "qmail
errno" should lead you to dozens of instances of the answer.
Charles
--
--------------------------------------------------------------------------
Charles Cazabon <qmail@xxxxxxxxxxxxxxxxxxxx>
Read http://pyropus.ca/personal/writings/12-steps-to-qmail-list-bliss.html
My services include qmail consulting. See http://pyropus.ca/ for details.
--------------------------------------------------------------------------