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; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=eOTv3hya7j8oB0dNPo4na+rJfQknMTYNhtOTYuXHtJE=; b=SOEEmiiLeWISwrvuXc05n+WkT/w42dVG+shg4ysaCuGNYmxyRHs4ZEmv7yuWA20ivd AiHBMXLYE1N4HrLCrwyT49hDox33wzS8mhTS35dB0rftMTZ5cspT2kEq63g1HLfI57fi liT93vqIFXbC47TlAWrBCWMz6BAm9cxehC6vh5TWIeYMFb7B1FXerNornkJrAdscGLIO RQKeHyga/XE/ts585q4TdRi8xgcoRceTFd2VbEnzWx3z6cenedlhixSHd4qNlG/GilE5 MiE1AyS28tSTvR5absKgG9MaVUrSSc5d/Pl8u2AB6Sv/Y0UBRxRZC2YWGTEy3T5R5hy6 mrWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=eOTv3hya7j8oB0dNPo4na+rJfQknMTYNhtOTYuXHtJE=; b=U9zz+kGZ5skreAycxR3WLcAb4UQmmL8evgfJpVs6DM4QUmvmAVW6g7LXm/wJaZiEom lcQPup6yoiYbV01tO2epipJTqozzW+UTSZMff/pwgCcTiJLy2rZy7+mFkO/8jHzAzVv6 9Z2DBYD1pvYypab7Dx+XggpPHrtLbjdjAQPJ5Kz8sgNXMidUea8L200BpsAdf0EI2XD2 O5GW/ACFUYl7ddN9l1s467PwJ0UIfjAIo4/N/euxBYdGd2hdMCD3T6AoolW7uQnwDKlI /aelCUNUS2BI+Ul1Gmq96bPCmdGXCGCzEaCk+KhhhInuGK4y1VXivDot5ihL5n2itAAN EtRA== X-Gm-Message-State: ALKqPwe6SKiWtDeaN70FpDpqosgMQ1GKj7k1iv0UhdhDN1HBM74w0EYw 1Ek3ea4CQdz0H0VNesOrj/J4ykpIepYJaZVgcEM= X-Google-Smtp-Source: AB8JxZo8OFnnYUBPBIerapc/tPztYfMc+i3Xj2vqx4Kg56ein6I+lihTrsu3vch0hdJdFEqADc8C9qYqst7Y4K9P0iU= X-Received: by 2002:a24:8093:: with SMTP id g141-v6mr56739itd.118.1526463045950; Wed, 16 May 2018 02:30:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <201805012207 DOT w41M77fK017051 AT delorie DOT com> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Wed, 16 May 2018 12:30:45 +0300 Message-ID: Subject: Re: Making a new Allegro library To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" 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 5/16/18, nico wrote: > In the past I had no problem creating a Allegro-library. > > However, when trying to make a new Allegro-library with the recently > picked compiler (GCC 7.xx plus), make, etc plus Allegro I obtain the > following message from the Make: makefile.all: *** 248 recipe commences > before first target. Stop > This was not the case with the Make with GCC 3.34. This is a makefile problem, nothing to do with gcc. Maybe newer versions of the 'make' utility has more restrictions.