bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/4356] windres fails on files with spaces


From: david.macek.0 at gmail dot com
Subject: [Bug binutils/4356] windres fails on files with spaces
Date: Sun, 04 Apr 2021 08:15:23 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=4356

--- Comment #24 from David Macek <david.macek.0 at gmail dot com> ---
Here you go.  Can you confirm this behavior?

$ cat a.rc
1 VERSIONINFO
FILEVERSION     1,0,0,0
BEGIN
END

$ ls a.res
ls: a.res: No such file or directory

$ windres -o a.res a.rc "--preprocessor=gcc -E -xc"

$ echo %ERRORLEVEL%
0

$ ls a.res
a.res

$ rm a.res

$ windres -o a.res a.rc "--preprocessor=gcc -E -xc" --use-temp-file
windres: CreateProcess (null): No such file or directory

$ ls a.res
ls: a.res: No such file or directory

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]