From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP can't work Date: Sat, 01 Apr 2000 15:35:48 +0200 Organization: NetVision Israel Lines: 21 Message-ID: <38E5FB34.2CF885BE@is.elta.co.il> References: <9714 DOT 000331 AT km169 DOT net> NNTP-Posting-Host: ras1-p110.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 954596054 1440 62.0.172.112 (1 Apr 2000 13:34:14 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 1 Apr 2000 13:34:14 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Shixi Liu wrote: > > Dear Sir, > > I download "DJGPP V2 Development Kit and Runtime" and gcc.2.95.2, > then I unzip all zipped files (djdev203.zip, gcc2952b.zip, > g772952b.zip, gpp2952b.zip, lgp2952b.zip, and objc2952.zip) to > c:\djgpp and set the environment variables. I try to compile a > test file of C and a test file of FORTRAN, but I failed and got > the following message: > > for a c file the error is; > c:/djgpp/tmp\ccZThnbb.s: Assembler messages: > c:/djgpp/tmp\ccZThnbb.s: 19: Error: Rest of line ignored. First > ignored character is `,'. You didn't say what version of Binutils (bnuNNNb.zip) did you download. Be sure to download the latest bnu2951b.zip. If this doesn't help, run the compiler with -v switch and post here everything it prints.