From: "Kenton W. Mellott" Newsgroups: comp.os.msdos.djgpp References: <1rFWa.25348$vx3 DOT 6833245 AT kent DOT svc DOT tds DOT net> Subject: Re: Double Newbie troubles Lines: 52 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.1165 Message-ID: Date: Mon, 04 Aug 2003 00:56:46 GMT NNTP-Posting-Host: 69.21.9.116 X-Complaints-To: abuse AT tds DOT net (TDS.NET Help Desk 1-888-815-5992) X-Trace: kent.svc.tds.net 1059958606 69.21.9.116 (Sun, 03 Aug 2003 19:56:46 CDT) NNTP-Posting-Date: Sun, 03 Aug 2003 19:56:46 CDT Organization: TDS.NET Internet Services www.tds.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Just using gcc in the DOS window worked fine. Rhine apparently is having trouble the way I have it configured, or not configured. Will try to work with anyone wishing to get me straight on that. Sincerely, Gregory D. MELLOTT, agent for Paonia Cemetery District and Kenton W. MELLOTT's computer endeavors. "Kenton W. Mellott" wrote in message news:1rFWa.25348$vx3 DOT 6833245 AT kent DOT svc DOT tds DOT net... > Trying to learn C and get DJGPP to work > > Short program: > > /* #include */ > > #include > > > main() > { > printf("Testing for Coprocessor \n"); > /* if (_detect_80387()) > { > printf("You have a coprocessor\n"); > } > */ > } > > > gives this message when trying to compile. > > Compiling: TEST.c > Command line too long. > There were some errors > > Help appreciated. > > Sincerely, > > Gregory D. MELLOTT > > >