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=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=icK/qGRmlaob/r7xEWt08nnJdS65iwgtthqrwM5UAaU=; b=Jkx1p+Gd9t30MYZxu+fNt8eGzhpKNHCv7f5PI1EYiO0uz77UWc6BvVvNLG//QpvlhC qZuE6It3DdtqfuVb0Yn71wm9E54jRpJih7DuMsqiAzvO+yPukaQ6+HGwhykpdcYAWKtF KOHQKxYlzhVhueylWjFUOn2esAlmKhZ6Gx+AkOaeP10JXVFDmJYSyiUdhFThtQ5WenqI IlH+y7NJYYJqyjbVhgFFkhze0oKX4UQp6gtmv9H6LBnnR1Dyt4pXldeslbtHLz7AU/ql 8+eIyUwI59KCFbidIEiPd41rBgdIDCmd3rUsDsoNSlp7GIG0YZFWvFnWSsCruw0ITuRf vTig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=icK/qGRmlaob/r7xEWt08nnJdS65iwgtthqrwM5UAaU=; b=lE7bz+FDfypus1OdE8V3pNkWiiouCs90cFx3WbTsWemQqXJc9WqcbJg4+QLFWQTwxE P2omdurTm0BMHTocWn3TUxe/h+/CNpZv86TQyRAfF8VtOW8KLDUTDS6e1YVa0bNWNeR9 RINNTl5Vs6pcXLZyKMxQqFU1OJmxDIc2qNeRY7KhYiDMUdzTPNIk1u/GbCu8F2tDEA9B 0mhKvJM9dOWZHmqgI/9//sPGReHx8T8hJVj1Sep8p0Np5mZUnrwmuG6NbpzDZjzarQW5 DlHiLu0/ylXrUMlJBb60gwJThNAo8zQHE2gSZUjm18ZCOIqs0IpFZ2knBPkIQ/iF0MQx Vk2g== X-Gm-Message-State: AOAM533+u5znqmB2G/lwMxDDPJfFSp1KVfHXbuZiA3GoZfCIIY+IXqif k6r+KlbdnYxHNGfmTN0scLF43BLZQkQ= X-Google-Smtp-Source: ABdhPJxjHx4ElD/JdQ2VvfYdu6Yk3AGcOjir6hGTZN8HKbO1BU/GeFhIY12Yi/zc/XJ5AEt1fOEvww== X-Received: by 2002:a37:492:0:b0:47d:e1d1:baca with SMTP id 140-20020a370492000000b0047de1d1bacamr19287129qke.247.1645624837307; Wed, 23 Feb 2022 06:00:37 -0800 (PST) Message-ID: <56dd832f-21d4-1b27-0a0a-5a8f45dbd169@gmail.com> Date: Wed, 23 Feb 2022 09:00:35 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: Menu reference to nonexistent node error Content-Language: en-US To: djgpp AT delorie DOT com References: <83a6eiu2dt DOT fsf AT gnu DOT org> <11cd86a4-05c0-4263-9cfc-ba6092388807n AT googlegroups DOT com> <838ru2tg43 DOT fsf AT gnu DOT org> <13bd6afd-4b0c-4871-8ea4-af660cc03dcfn AT googlegroups DOT com> From: "Frank Sapone (emoaddict15 AT gmail DOT com) [via djgpp AT delorie DOT com]" In-Reply-To: <13bd6afd-4b0c-4871-8ea4-af660cc03dcfn@googlegroups.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 2/23/2022 4:42 AM, Khusraw (mv DOT ionascu AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > My impression is that in fact none > of those advised has ever tried to build DJGPP from CVS with the > latest packages and the existing makefiles. Hi Khusraw, Personally, I have not tried to build DJGPP from latest CVS in quite some time.  And admittedly, there's only a small handful of people still working on the project.  The heydays of having many eyeballs on DJGPP and getting things resolved quickly has since passed.  Is there a specific reason you must have DJGPP?  Are you specifically trying to target DOS?  If no, then you should be able to use MSYS2/MinGW for your projects.  Also, there is a user who has been building Windows cross-compilers for DJGPP for quite some time.  This will build much faster (you can actually use -j option in make) and you won't have to run it under some form of emulation: https://github.com/andrewwutw/build-djgpp Frank