Mail Archives: djgpp/1996/08/28/02:17:23
On Wed, 28 Aug 1996, Potato Pigeon wrote:
> Does anybody know the reason for the following error:
>
> CC1.EXE: C:\CPROG\TMP/CCCAAAAA : IO ERROR
>
> It happens when i try to compile the demo.c file in the DEMO directory
> of djgpp (CPROG is my installation directory by the way).
>
> I try compiling the file by entering:
>
> GCC DEMO.C
Please invoke GCC like this:
redir -o script.txt -eo gcc -v demo.c
then post the contents of the file `script.txt' that gcc creates. This
will allow to diagnose your problem and help you solve it.
> Im not sure I need any command options on the above line because im
> new to djgpp.
Did you read the file `readme.1st' which is found in the DJGPP archives,
in the `v2' directory? If not, please read the section ``Getting
started'' there, it is highly recommended for new users.
> Also is there any documentation on the commands compatible with djgpp
> and how to use them??
It is not clear enough what do you mean by ``commands'' in this question.
- Raw text -