Date: Wed, 1 Apr 1998 19:29:40 -0500 (EST) From: Daniel Shor To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: Loader error (0025): cannot initialize In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I got this error: gcc -v -Wall -g -o test.exe d:\djgpp\allegro\examples\ex1.c "Using builtin specs. gcc version 2.8.0 cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMS DOS -DDJGPP=2 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -g -Wall -Di386 -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386__ -Asystem(unix) -Acpu(i386) -Amachine(i386) d:\djgpp\allegro\examples\ ex1.c c:\windows\TEMP/ccaaaaaa.i Loader error (0025): cannot initialize" -Daniel On Wed, 1 Apr 1998, Eli Zaretskii wrote: > > On Wed, 1 Apr 1998, Daniel Shor wrote: > > > I have the same problem, and I do have another non-DJGPP cpp.exe in my > > path (Borland). So I tried putting it first on the list of paths, and it > > still gave me this error. > > Please add -v to the GCC command line and post everything it prints (and > look at the output before posting, it might give you a clue: GCC prints > the names of all the programs it invokes). >