]> granicus.if.org Git - sudo/commitdiff
Add section on "C compiler cannot create executables" errors.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Aug 2000 21:10:28 +0000 (21:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Aug 2000 21:10:28 +0000 (21:10 +0000)
TROUBLESHOOTING

index 627fa241a7a526a670da3f331e6c44c39a3dbfb0..8f1a23871a767d1f72be70cea5b0f2f1f2892cf5 100644 (file)
@@ -1,6 +1,13 @@
 FAQ and troubleshooting tips for Sudo
 =====================================
 
+Q) When I run configure, it says "C compiler cannot create executables".
+A) This usually means you either don't have a working compiler.  This
+   could be due to the lack of a license or that some component of the
+   compiler suite could not be found.  Check config.log for clues as
+   to why this is happening.  On many systems, compiler components live
+   in /usr/ccs/bin which may not be in your PATH environment variable.
+
 Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root."
    and sudo quits.
 A) Sudo must be setuid root to do its work.  You need to do something like