X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Dz9uWhetJvTtxfe4w9wHp4AXDhMAVZqFbdomnaXhuXw=; b=DOmval9Yy038K4lY8FZL GGBcMOxvwcUPrEHnv95llrF/wpjDzPyBQ54vZjMHaaUx1U3U1X8h8QxGZEfASlql1HSEvbRLZlOAH pmcFYA3WL+LARXMeT2vW0VxNY63VYlgl3kGeSmjlKxp/ORb7b9kawq7jfznwBzyB5Wwoe3qolA3Xt h0b/dargdA1AiBTKCPl4PEJsp7iNMy7j37owNo0j78ewF+ofC/Jl4Jvw6pCjR7DCVlupPdS/WLWfP VDIp2JDjNscr6tVi0kxpq8v8o0tKlc9RF0Lj/ekqfKVqfAX8BGEpbgbEID+fRokwhYTSgGg5yJcg1 jEuMEfV/MkoIAg==; Date: Sun, 05 Jun 2022 18:19:41 +0300 Message-Id: <838rqb9lyq.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-Reply-To: (djgpp AT delorie DOT com) Subject: Re: make crashing with SIGABRT error References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com > From: "Patryk Matusiak (watermelonpl AT outlook DOT com) [via djgpp AT delorie DOT com]" > Date: Sun, 5 Jun 2022 15:12:45 +0000 > > How to fix make crashing with SIGABRT error on every platform I try to build something on? (Now, I’m trying > on Windows XP Professional SP3 x86 and trying to build allegro lib to use with Watcom C) If that's the DJGPP port of GNU Make, then it is quite possible that you see incompatibilities between DJGGP and Watcom. Why are you using DJGPP Make to build a Watcom library? doesn't Watcom come with its own Make? Alternatively, why not use the DJGPP compiler to build Allegro?