Date: Sun, 1 Apr 2001 10:44:41 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: jb cc: djgpp AT delorie DOT com Subject: Re: dotstat & pwdstat In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 1 Apr 2001, jb wrote: > I was trying to compile a program recently, and it was going fine when > the compiler stopped and stated: 'size of dotstat & pwdstat is not > known error -1'. I have looked through all sites I can find on gcc, > and there is no information on what the definition (or size) of > dotstat & pwdstat are supposed to be. This is something specific to the code you were compiling. It's impossible to know exactly what's wrong without seeing the code, but my guess would be that some header files which define these structures are somehow missing.