X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "James Calivar" Newsgroups: comp.os.msdos.djgpp Subject: Compile error: getopt.h Date: Thu, 8 Jan 2004 08:47:55 -0500 Organization: Texas Instruments Lines: 15 Message-ID: NNTP-Posting-Host: gtbfgdb21.telogy.design.ti.com X-Trace: home.itg.ti.com 1073569675 1449 158.218.103.160 (8 Jan 2004 13:47:55 GMT) X-Complaints-To: usenet AT news DOT ti DOT com NNTP-Posting-Date: 8 Jan 2004 13:47:55 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I get the following error when trying to compile some code for a project at work: main.c:33:20: getopt.h: No such file or directory (ENOENT) According to the DJGPP site, getopt is provided in libc.a, but I don't see it anywhere in my installation and it's obviously not being found. Anyone have any ideas? Thanks much J