[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mail scripts



MDM wrote:
Charles Cazabon wrote:

MDM <mdm@xxxxxxxxxxxxxxx> wrote:

After do a quick google search it looks like the problem can solved by adding the path to conf-cc along the lines of
gcc -02 -I/path/to/dir/containing/header


However, i am having so trouble figuring out the path?



/usr/include/errno.h


Charles




It now fails w/
iftocc.c:48: warning: return type of `main' is not `int'
make: *** [iftocc.o] Error 1

This is the contents of my /mess822-0.58/conf-cc file

gcc /usr/include/errno.h

I have also tried is w/gcc -002 -I /usr/include/errno.h