Bugs item #3542024, was opened at 2012-07-10 06:28
Message generated for change (Comment added) made by earnie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3542024&group_id=2435
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: non-mingw
Group: 64 bit feature request
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Pavel Fedin (sonic_amiga)
Assigned to: Nobody/Anonymous (nobody)
Summary: libtool does not correctly recognize x86-64 shared libraries
Initial Comment:
objdump reports 'pei-x86-64', and not 'pe-x86-64' file format for shared libraries. This prevents libtool from recognizing them correctly.
The simplest way to fix this is to replace "pe-x86-64" with "pe*-x86-64" in two places:
1. ltmain.m4sh, func_win32_libid() function
2. libtool.m4, file_magic definition.
----------------------------------------------------------------------
>Comment By: Earnie Boyd (earnie)
Date: 2012-07-10 08:12
Message:
You'll need to take it up with bug-libtool@...; we do not maintain
libtool.
----------------------------------------------------------------------
Comment By: Pavel Fedin (sonic_amiga)
Date: 2012-07-10 06:57
Message:
Sorry, a little bit over-reported. (1) is wromg func_win32_libid()
processes DLLs correctly. The bug i observed was actually my fault (i
forgot to issue libtoolize on the source code in order to update
aclocal.m4). However, (2) is still valid, because it's used as a fallback
if there's no 'file' command.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3542024&group_id=2435
|