Mail Archives: djgpp/2000/04/03/21:04:21
Icehot skrev i meddelandet ...
>Hey, guys. I got a problem. I used to program a lot in DJGPP and it
>worked fine, both c and c++ programs. Over a period of ~5 months,
>I didn't have time and quit. Now I want to start again. I booted djgpp,
>typed in the Hello, World! program from my memory and it said the
>following:
>
>"
>Compiling: [the source program]
>Bad command or file name
>no errors
>"
>
>Thinking that it's something in the code, I opened up a previously
>made c program, tried to compile but I got the same message.
>
>I checked my autoexec, everything is there:
>
>"
>REM [DJGPP]
>SET PATH=C:\DJGPP\BIN;%PATH%
>SET DJGPP=C:\DJGPP\djgpp.env
>"
>
>Tried running autoexec and djgpp in the same DOS session, still
>didn't work. So, is there any way to fix this? It used to work
>before... I am aware that code seems to rot over time, but programs?
>Especially compilers? Doubt it. Thanks for all the help in advance...
>Happy codin'!
>
>
>--
>--
>
>Max Ivtchenko A.K.A. Dark_Angel5
>max133 AT chalktv DOT com
>ICQ# 20310828
>http://cockpits.sim-arena.com -- The largest collection of flightsim
>cockpits on the 'net!
>(unless you show me a site that has a larger collection, of course)
>
>--
>"The Yo-Yo is very difficult to explain. It was first perfected by the
>well-known
>Chinese fighter pilot Yo-Yo Noritake. He also found it difficult to
explain,
>being quite devoid of English"
>
> -Squadron Leader K.G. Holland, RAF
> Fighter Pilot
>
>
>#include<stdio.h> is a incorrect command line #include <stdio.h> is a
correct command line. check that
- Raw text -