From: "rfolden" Newsgroups: comp.os.msdos.djgpp Subject: Re: What is: Loader error (0025): Cannot initialize Date: Thu, 2 Apr 1998 19:57:54 -0800 Organization: gte.net Lines: 46 Message-ID: <6g1mpn$btm$1@gte1.gte.net> References: <6fv4cf$gub$1 AT gte1 DOT gte DOT net> NNTP-Posting-Host: 1cust10.tnt15.lax3.da.uu.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Here is the output from using the suggestions: D:\DJGPP\SRC\RCS\SRC>gcc -v Using builtin specs. gcc version 2.8.0 D:\DJGPP\SRC\RCS\SRC>gcc -print-prog-name=cpp cpp The full path is not printed. Is this the problem? I need cpp and it doesn't exist? To be more clear, I am attempting to MAKE the RCS package. I get a bunch of warning messages and then the gcc error. Makefile:551: warning: overriding commands for target `TAGS' Makefile:272: warning: ignoring old commands for target `TAGS' gcc -c -Dhas_conf_h -I. -I. -g -O2 -fomit-frame-pointer ci.c Loader error (0025): cannot initialize make.exe: *** [ci.o] Error 1 Anymore ideas? -Thanks -Rudy Eli Zaretskii wrote in message ... > >On Thu, 2 Apr 1998, John M. Aldrich wrote: > >> To confirm whether this is indeed the problem, add '-v' to the compiler >> flags when you invoke gcc and watch the list of programs it runs. > >After running with -v, where you see which program causes this message, >run GCC like this: > > gcc -print-prog-name=cpp > >(assuming `cpp' is producing the message above). This prints the full >path name of the program, so you can see where to look. rfolden wrote in message <6fv4cf$gub$1 AT gte1 DOT gte DOT net>... >I just installed gcc version 2.8.0 and am running it in a Win95 Dos Shell >and get the error: "Loader error (0025): Cannot initialize" > >Anyone know what this is? > >Thanks. > >