X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: collect2.exe cannot create temporary file in c:/djgpp/tmp/ To: djgpp AT delorie DOT com References: From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: <6fb43c61-b86f-57f5-a7fc-951d562f04bb@iki.fi> Date: Tue, 14 May 2019 20:26:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US-large 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/12/19 5:27 PM, Andrew Greenwood (silverblade_uk AT hotmail DOT com) [via djgpp AT delorie DOT com] wrote: > I downloaded the current packages for DJGPP last night and have been trying to compile and link a > simple "hello world" program on various emulators/VMs, but I am repeatedly hitting the same problem. > > The problem can be reproduced by executing "collect2" with any filename (even one that does not > exist.) > > I couldn't find any existing bugs reported for this, and no information about it on the Internet > on in the FAQ. > > Any ideas? > > collect2.exe tries to create file which is incompatible with MS-DOS 8+03 filename restrictions (somthing.cdtorc and something.cdtor.o). It is not surprising that it works with LFN available. I'll try to build new gcc-9.1.0 packages soon Meanwhile one can replace collect2.exe with http://ap1.pp.fi/djgpp/gcc/9.1.0/v205/collect2.exe (related changes are in the same directory http://ap1.pp.fi/djgpp/gcc/9.1.0/v205/collect2.c.diff Andris