|
From: Keith M. <kei...@us...> - 2016-10-03 22:16:22
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02/10/16 19:54, Jannick wrote: >> Downloading, and manually unpacking, the aforementioned package >> would probably have offered a quicker solution. > > Thanks - agree. However, this package comes along with the implied > dependency to libintl-8.dll which, in general, I wanted to avoid. You'll need to provide a SSCCE, to help me understand where that dependency arises; I'm not seeing it in my build trees, for either the distributed libbfd.a or libiberty.a, (when inspected using "objdump -x ... | grep -i dll" -- not that I'd really expect it to show up, within a static library, until the linker finds a symbol dependency which needs the DLL in question). > Separately, what would be the package spec to have 'mingw-get' > download and install libiberty.a/.h from sfn to the MinGW folder? There isn't one. "Download and manually unpack" means just that: download the package, from the provided reference link, then run "tar xf ..." to unpack it into the root of your MinGW tree. > BTW: 'mingw-get list' breaks here exactly when prompting the > beginning of the information of 'mingw32-libatomic'. I tried to > call that to check if libiberty is in mingw-get's list, in > principle. Thanks for pointing this out; indeed, mingw-get seems to choke on empty paragraph elements, inadvertently left within the descriptions of mingw32-libatomic, and later mingw32-libgomp and mingw32-libssp. That should now be fixed, if you run "mingw-get update" first. - -- Regards, Keith. Public key available from keys.gnupg.net Key fingerprint: C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQIcBAEBAgAGBQJX8tiOAAoJEMCtNsY0flo/A40P/Rw8bx4E/GngM54W0uImeNWn cjpP6UwWR27KXUy5AwFqL2JndxcF9/Hcm0JUrS7RrQuAvPN8jOKu9IlUwFS+1YVg VbjKk1xtcEq7QPpefv/f+YDa8X0sw0t1MX4Q/JgI8GWrnN9VTSV498mQzKkm6nC+ Eu6I8pNwiE1j207p720lmsB3r29CKqaAvMyg3VwFXFFWIzkh6ECd30U2wrb5h9Yp lCK5rJczC0nkx95tccaZa4xjN3GYrDvxUep4yw6j4B8Y7qm7uWbOvPuVK5deDggP NjIE6T5FKTb8k5UEof91s8sFuKqx8/B1AQAutnwjjj15iOU5pZd4I5n8HymeD/0C H5vokBwXcamcjiYvVDkVvZhbEUONaD4Pv8MZpfD0Y5mUMUrsbHjdIiBTYISCVqNb oIsDgtIPq+FAmQU+fNugFn6lyVszYGxxc1w9WDTNMU/oKwSabgWj50Dhc+Hoxhth Pmtx7qcyZvM4dDZvQLvHIi+ZUP6yrLZALGpN63ctQw4wIYc4/k6MJzKfdK4UskhU Am7ScOF6eR2FoFYqc+zbVCNePMzotOY91WrsPnKOIFFCLNYf39xC7GV3tKkXhHl3 PAjQaGg42sASn/JqolPARYU1rnTvVFt0nIDsT/V5pbdv6zVArXFvtPx8YMUTtqOz EbfXE5yjPR9CupqUp84J =PYY3 -----END PGP SIGNATURE----- |