Mail Archives: djgpp/1995/12/12/19:22:42
When executing GMAKE 3.71 for DJGPP in the GO32 mode, I get the following
error message "Loadrer Error (0025): cannot initialize" just after I attempt
to invode the BCC compiler. Does anyone have an idea how to fix this? It
looks like I am close to getting it to work, but I am lost as to what to
do next. I have included what I see on my screen durring execution of my
make files... Thanks for all your help!
"Before Compilation of obj/ereg.obj c"
Bcc +/WA/cfg/libw32.cfg -I/WA -c -oobj/ereg.obj ereg.c
Loader error (0025): cannot initialize
djm371.exe[1]: *** [obj/ereg.obj] Error 1
"Before Compilation of obj/issfile.obj c"
Bcc +/WA/cfg/libw32.cfg -I/WA -c -oobj/issfile.obj issfile.c
Loader error (0025): cannot initialize
djm371.exe[1]: *** [obj/issfile.obj] Error 1
"Before Compilation of obj/issdir.obj c"
Bcc +/WA/cfg/libw32.cfg -I/WA -c -oobj/issdir.obj issdir.c
Loader error (0025): cannot initialize
djm371.exe[1]: *** [obj/issdir.obj] Error 1
"Before Compilation of obj/isspack.obj c"
Bcc +/WA/cfg/libw32.cfg -I/WA -c -oobj/isspack.obj isspack.c
Loader error (0025): cannot initialize
djm371.exe[1]: *** [obj/isspack.obj] Error 1
djm371.exe[1]: Target `/WA/iss/lib/w32/iss.lib' not remade because of errors.
djm371.exe[1]: Leaving directory `r:/wa/iss/src'
Bad command or file name
Bad command or file name
djm371.exe: *** [libw32] Error 1
On Sun, 10 Dec 1995, Eli Zaretskii wrote:
>
> On 8 Dec 1995, Robert Shaughnessy wrote:
>
> > I am not using the DJGPP port of GMAKE, but was told this group
> > may be able to help me. I have also tried using the DJGPP gmake, but do not
> > know how to set up the GO32 env. What is the BARE minimum that I need to
> > run GMAKE for DJGPP.
>
> You will need the execution-only environment and the Make distribution
> itself. Read the DJGPP FAQ list (available as faq102.zip from the same
> place you get DJGPP), Chapter 3, for more details.
>
> > the capabilities of GMAKE. However, it keeps telling me "Virtual Memory
> > Exhausted" after EXACTLY 15 object files are compiled. I believe there is
>
> Could it be that the problem is not the memory but the setting of your
> FILES= in CONFIG.SYS? Anyway, the DJGPP port of GNU Make doesn't have
> this problem.
>
- Raw text -