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: <6fb43c61-b86f-57f5-a7fc-951d562f04bb AT iki DOT fi> <83a7foanuk DOT fsf AT gnu DOT org> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: <8c2530d4-a717-1ad2-f3c0-0dec3ca217b5@iki.fi> Date: Wed, 15 May 2019 05:37:57 +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: <83a7foanuk.fsf@gnu.org> 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/14/19 9:32 PM, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: >> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" >> Date: Tue, 14 May 2019 20:26:21 +0300 >> >> 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. > Is it collect2 problem or libiberty problem? In the latter case, I > suggest to report the problem upstream and send a patch. > It is visible from patch that the problem is with collect2.c: it tells make_temp_file() to create temporary file which is incompatible with MS-DOS 8+3 filename restrictions. Andris