[Bug 914788] Review Request: mingw-libtool - The GNU Portable Library Tool for MinGW

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 7 23:05:30 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=914788

František Dvořák <valtri at civ.zcu.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |valtri at civ.zcu.cz



--- Comment #4 from František Dvořák <valtri at civ.zcu.cz> ---
I can confirm, even the mingw32 and mingw64 libtool scripts are very different
(program-prefix, gcc internal paths, and other differences...).

Some comments:

1) There is a trick in the native libtool: to require specific version of gcc.
The similar way could be used here for mingw32-gcc/mingw64-gcc:

%global gcc_version 4.8.1

# /usr/bin/libtool includes paths within gcc's versioned directories
# Libtool must be rebuilt whenever a new upstream gcc is built
Requires: gcc = %{gcc_version}

2) It could be useful to add mingw32-gcc-c++ (and mingw64-gcc-c++) build
dependency, otherwise the CXX part is strange (using native g++).

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


More information about the package-review mailing list