From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: I downloaded your compiler and.... it isn't working Date: Tue, 7 Nov 2000 14:53:27 -0500 Organization: MindSpring Enterprises Lines: 49 Message-ID: <8u9mjk$9kr$1@slb1.atl.mindspring.net> References: <20001107192025 DOT E1225C44F3 AT creon DOT profinet DOT sk> NNTP-Posting-Host: 04.30.99.74 X-Server-Date: 7 Nov 2000 19:53:24 GMT X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "HalfHuman" wrote in message news:20001107192025 DOT E1225C44F3 AT creon DOT profinet DOT sk... > Hello..... > I'm a very unlucky user of your DJGPP: You're unlucky to have a problem, not unlucky to be a user. > > I tried to complie this program: > int main(void){return 0;} > > with this command line: > gcc a.c (a.c was the name of my lovely program) This should be more like this: gcc a.c -o a.exe > > and I get this message from gcc: > c:/djgpp/tmp\ccaomA6h.s: Assembler messages: > c:/djgpp/tmp\ccaomA6h.s:12: Error: Rest of line ignored. First > ignored character is `,'. You might be mixing incompatable versions of older packages. See below... > > I'm using win98 on Celeron 466. My paths and DJGPP variable are set > (exactly as in your docs). I downloaded (and unpacked) these files: > djdev201.zip, bnu27b.zip, gcc2721.zip, cwsdpmi4b.zip, mak375b.zip, > faq210b.zip,rhide14b.zip (i don't know if this helps you :) These files are outdated by at least a year. Get the latest files from a simtel mirror. You can find a list of simetel mirrors and lots of other information at http://www.delorie.com/djgpp/ I recomend that you try using the zip picker on that site. > > I tried everything and you're my last hope... PLEASE HELP ME !!!!!! > Do what I suggested and post here if you still have problems that you couldn't solve after reading the readme.1st file (included in djdev203.zip) and the djgpp faq. Hope this helps. Marp