From: Todd C. Miller Date: Mon, 15 Jan 1996 01:32:10 +0000 (+0000) Subject: added entry for anal ansi compilers X-Git-Tag: SUDO_1_4_0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2b93bc0e007a248aaf803ce309eff7418051efa;p=sudo added entry for anal ansi compilers --- diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 45471675a..3eb45d0e5 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -85,3 +85,11 @@ A) The simplest thing to do is "rm -f lex.yy.c ; ln sudo-lex.yy.c lex.yy.c" which will set you back up with a pre-flexed lex.yy.c. If you want to hack on the lexer you should get a copy of flex from ftp.ee.lbl.gov + +Q) My C compiler complains about: + "./options.h", line xx "/*" detected in comment + Should I be worried? +A) No, this is due to the way options are commented out in options.h. + Some ANSI compilers are just a bit too protective. + If anyone have a better way to that is just as easy to uncomment + and that doesn't produce a similar warning, please let me know.