From: "J. L." Newsgroups: comp.os.msdos.djgpp Subject: Re: trouble running djgpp compiler Date: Fri, 6 Dec 2002 17:27:26 -0600 Lines: 27 Message-ID: References: <001f01c29d81$8a8e2a70$22b2020a AT intracefet> NNTP-Posting-Host: 200.34.143.17 X-Trace: fu-berlin.de 1039217347 31944008 200.34.143.17 (16 [143309]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Elias Ramos de Souza" wrote in message news:001f01c29d81$8a8e2a70$22b2020a AT intracefet... >Hello Djgpp team, >When I run the compiler it compains that it can not find a file or directory in accordance with the command line and message that follow. >Thank you, >Elias >E:\DJGPP\bin>gcc c:\elias\eletr\ele2_100.c -o :\elias\eletr\ele2_100.exe -lm >In file included from c:/elias/eletr/ele2_100.c:16: >e:/djgpp/lib/gcc-lib/djgpp/3.2/include/limits.h:11:23: syslimits.h: No such file > or directory (ENOENT) See FAQ, Question 8.2, GCC cant' find headers or libraries. http://www.delorie.com/djgpp/v2faq/faq8_2.html And please don't post HTML. HTH