Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #10 from Paolo Bonzini <pbonz...@redhat.com> 2011-01-29 09:32:43 
EST ---
I believe gcc should have a hard dependency on libgomp.  Installing the
compiler should bring in all the libraries required to build programs running
with that compiler.

See for example the native package

# rpm -q --requires gcc | grep libgomp
libgomp >= 4.1.2-48.el5

Note that it doesn't require a libgomp.so.1() package, which means that no
executable in the GCC package actually requires libgomp.  It is only present as
a dependency, because it is needed for _users_ of GCC.

Doing things differently in the mingw32 toolchain seems very, very wrong to me.
 I believe WONTFIX is the best solution for this bug if separate -devel
packages are undesired.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
mingw mailing list
mingw@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to