Mail Archives: djgpp/1993/10/28/10:23:50
Jan Ulrich Jensen writes:
>
> I have made a minimum installation by unzipping djdev110, djgas138 and=20
> djgcc222.
>
> Unfortunately I am now stuck:
>
> ------------------------------------------------
> c:\djgpp>gcc test.c
>
> No 80387 has been detected. (4 times)
> Bad command or file name
> ------------------------------------------------
>
> I have no clue what or which files are missing. How do I check this?
>
To check, use: gcc -v test.c ('-v' is the verbose flag)
You're probably missing 'ld.exe'. Get 'bnu22bn.zip' as well.
You're also missing a coprocessor, it seems...
Use the emulator which comes with DJGPP.
Put in your AUTOEXEC.BAT the line: (See README.DJ for details !)
SET GO32=ANSI EMU C:\DJGPP\EMU387\EMU387 (check if this PATH is ok)
Success. Pieter Kunst (kunst AT prl DOT philips DOT nl)
- Raw text -