delorie.com/archives/browse.cgi | search |
Date: | Mon, 7 Aug 2000 10:27:34 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
cc: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
Subject: | Re: libc doesn't compile |
In-Reply-To: | <200008062007.WAA08703@father.ludd.luth.se> |
Message-ID: | <Pine.SUN.3.91.1000807102651.24013B-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, 6 Aug 2000, Martin Str|mberg wrote: > libc won't compile anymore: > make -C posix/sys/stat > gcc ... -c lstat.c > cc1.exe: warnings being treated as errors > lstat.c:861: warning: no previous prototype for `lstat' The prototype for lstat should be in <sys/stat.h>, and that header should be #include'd by lstat.c. Do these check out okay? If so, perhaps you didn't update sys/stat.h from CVS?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |