Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
2. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Sun, 31 May 2020 19:04:16 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 18:07
Last Update: 2020-05-31 19:04
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-05-31 19:04 Updated by: rosasmje
Comment:
Reply To keith
I named this file as 'libgcc.spec'(was I right?) & put there, but this solution
not worked. also, I realized, this problem is tied with 'libgopm', as without
'libgopm' simple 'hello' project has no problems with '-static'.
\libmingw32.a(wcharmap.o):(.text+0x208): undefined reference to
WideCharToMultiByte@32 \libmingwex.a(codeset.o):(.text+0xbe): undefined
reference to GetCPInfo@8 \libmingwex.a(codeset.o):(.text+0x143): undefined
reference to GetCPInfo@8
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Closed
Priority: 2
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Message: 2
Date: Sun, 31 May 2020 12:15:37 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 10:07
Last Update: 2020-05-31 12:15
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-05-31 12:15 Updated by: keith
Comment:
Reply To rosasmje
Reply To keith
I named this file as 'libgcc.spec'(was I right?)
No, it must be called specs; the full path name should be c:/mingw/lib/gcc/
mingw32/9.2.0/specs, (with appropriate substitution for c:/mingw, if
necessary), as that is the only file GCC will read automatically, to override
its built-in specs. *libgcc is a label, within that file, for which you would
edit the associated spec-string, if you were modifying an existing customized
specs file.
& put there, but this solution not worked.
No, it wouldn't, because you named the file incorrectly.
also, I realized, this problem is tied with 'libgopm', as without 'libgopm'
simple 'hello' project has no problems with '-static'.
Really? I can reproduce this, and it is not related to libgomp, (which is what
I believe you mean, since there is no libgopm in a GCC distribution); it
arises, for me, when building other statically linked programs, with no OpenMP
dependencies whatsoever, and all build successfully with the extra -lmingw32
-lmingwex scan, but fail with unresolved symbols without it.
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Closed
Priority: 2
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 33, Issue 1
*******************************************