Date: Mon, 30 Mar 1998 14:07:09 +0300 (IDT) From: Eli Zaretskii To: Kbwms cc: djgpp AT delorie DOT com Subject: Re: Crash in gcc Linker In-Reply-To: <9516ba38.351ea80c@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 29 Mar 1998, Kbwms wrote: > djdev202 Development Kit and Runtime Are you sure you used djdev202? v2.02 is in alpha phase, so I don't recommend using it unless you know what you are doing. Use v2.01 instead, which is stable. Also, please note that the latest version of GNU Make is 3.76.1. I suggest to download and install mak3761b.zip and use it instead of 3.75. > I am new at working with gcc. Please help. If a complete listing > of the screen displayed at the time of the hanging disaster will > help, I will be glad to throttle my system again. Please post the complete log of all the messages printed to the screen. The easiest way to do so is by using the `redir' program (supplied with DJGPP), like this: redir -o make.log -eo make ... (put the necessary arguments to Make, if any, instead of the ellipsis). Then post the file `make.log' thus created.