X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 14 May 2019 21:32:35 +0300 Message-Id: <83a7foanuk.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: <6fb43c61-b86f-57f5-a7fc-951d562f04bb@iki.fi> (djgpp@delorie.com) Subject: Re: collect2.exe cannot create temporary file in c:/djgpp/tmp/ References: <6fb43c61-b86f-57f5-a7fc-951d562f04bb AT iki DOT fi> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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 > 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. Thanks.