From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: What is: Loader error (0025): Cannot initialize Date: Thu, 02 Apr 1998 22:04:55 -0800 Organization: All USENET -- http://www.Supernews.com Lines: 36 Message-ID: <35247C07.E7@plinet.com> References: <6g1fsm$qc4$1 AT gte2 DOT gte DOT net> NNTP-Posting-Host: 19156 AT 207 DOT 174 DOT 3 DOT 244 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk rfolden wrote: > > 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 > Those messages look suspiciously like some I ran into when Borlands Protected Mode Make.exe is used to invoke gcc.exe. You are invoking the DJ version of make arn't you? I'd suggest you check your path. Charles