Bug 136112

Summary: missing windres from binutils
Product: [Fedora] Fedora Reporter: Dan Hollis <goemon>
Component: binutilsAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-18 05:55:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan Hollis 2004-10-18 00:13:15 UTC
Description of problem:
windres is missing from binutils
this is a useful utility for cross platform development with eg mingw32.

Version-Release number of selected component (if applicable):
all

How reproducible:
always

Steps to Reproduce:
1.install fc3t3
2.look for windres
3.fail to find it
  
Actual results:
windres is missing

Expected results:
windres should be there

Additional info:

Comment 1 Jakub Jelinek 2004-10-18 05:55:55 UTC
FC3t3 doesn't include cross binutils for mingw32, so there is no
point for windres utility.
If you build cross binutils for mingw32, windres will be of course included.