X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: BillLee20018 AT WRLee DOT com (Bill Lee) Newsgroups: comp.os.msdos.djgpp Subject: djgpp cross from Linux to DOS Date: 11 Sep 2003 20:39:50 -0700 Organization: http://groups.google.com/ Lines: 18 Message-ID: <4e5f6418.0309111939.66559c17@posting.google.com> NNTP-Posting-Host: 63.167.164.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1063337991 4968 127.0.0.1 (12 Sep 2003 03:39:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 12 Sep 2003 03:39:51 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Trying to build a djgpp environment on a Linux (RH 7.1) system to develop code to run under DOS. Heva downloaded all of the various pieces and am trying to compile the gcc stuff and am encountering an error while compiling libgcc2.c The error message is cc1: ../include/sys/version.h: No such file or directory Looking through the various include directories I found only one place where there is a sys/ directory and it indeed contains a version.h. But it is obviously not the one that is needed since munging a link to it casues the compiler to go completely bereserk with other errors. Any ideas what I need to do to satisfy the #include for the sys/version.h?? Thanks, Bill Lee