Date: Thu, 2 Apr 1998 13:31:06 +0300 (IDT) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp AT delorie DOT com Subject: Re: What is: Loader error (0025): Cannot initialize In-Reply-To: <35231EF4.AD9@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.