Date: Thu, 23 Nov 2000 09:28:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: April cc: djgpp AT delorie DOT com Subject: Re: gcc is gpf'ing on me In-Reply-To: <3A1C5654.A37BAF2F@user.rose.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 22 Nov 2000, April wrote: > gcc compiles and creates the common and pp libs okay, but when it tries > to link harbour.exe using gcc @__link__.tmp it gpf's. Please always post the full crash message, complete with registers' dump and call stack backtrace, when you report crashes. > I went into the source\compiler\dos\djgpp dir and ran > 'gcc -o harbour.exe harboury.o' > and this alone gpf'd (it should have linked with a slew of missing > references). If this crash produces a different message, please post that one as well. Meanwhile, one thing to check is whether you are running out of space on the disk where DJGPP is installed, or where TMPDIR environment variable points (if you set TMPDIR yourself).