Mail Archives: djgpp/2000/11/07/15:00:49
"HalfHuman" <half AT host DOT sk> 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
- Raw text -