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: nickc at redhat dot com
Subject: [Bug binutils/4356] windres fails on files with spaces
Date: Thu, 01 Apr 2021 14:46:15 +0000

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

--- Comment #17 from Nick Clifton <nickc at redhat dot com> ---
Just to be clear, the problem is that windres is trying to run "gcc -E" as if
that was the full name of the preprocessor, and not a program name plus
argument.  This happens because internally windres puts double quotes around
"gcc -E", preventing it from being split up into program+arguments.

-- 
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]