Ryan K C Wong wrote:
I cannot get GPC working: it always reports missing files.
I use DJGPP 2.02 and GPC20BB for DOS with GO32V2 support (please see manifest below)
Thank you.
Description
The first file it says missing is the DJGPP.DJL the path of the file is C:\DJGPP\LIB\DJGP.DJL
after I copied this file to the same directory of my program's source file, it continues to report that every unit 'CRT0', .... is missing.
I suspect that the configuration file is corrupted. I included the DJGPP.ENV here. See below.
***** djgpp.env ****************************
There's no gpc section there. Try adding:
[gpc] COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib
Frank