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] #40378: g++ emits multiple publicly visible instances
      of vsnprintf() (MinGW Notification List)
   2. [mingw] #40378: g++ emits multiple publicly visible instances
      of vsnprintf() (MinGW Notification List)
   3. [mingw] #40378: g++ emits multiple publicly visible instances
      of vsnprintf() (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Sat, 02 May 2020 13:28:53 -0700
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40378: g++ emits multiple publicly
        visible instances of vsnprintf()
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#40378: g++ emits multiple publicly visible instances of vsnprintf()

  Open Date: 2020-05-02 13:28
Last Update: 2020-05-02 13:28

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/40378
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40378

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-05-02 13:28 Updated by: jrromanow
 * New Ticket "g++ emits multiple publicly visible instances of vsnprintf()"
created



---------------------------------------------------------------------
Ticket Status:

      Reporter: jrromanow
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Per Keith (see https://osdn.net/projects/mingw/lists/archive/users/2019-August/
000334.html), the changes to <stdio.h>, to resolve https://osdn.net/projects/
mingw/ticket/39224, cause g++ to emit multiple publicly visible instances of
vsnprintf()

As a result, I get this link error: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../..
/../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../..\
libmingwex.a(vsnprintf.o):(.text+0x0): multiple definition of vsnprintf;
Sudoku16.o:c:/mingw/include/stdio.h:491: first defined here

Note that, contrary to statements in messages following the one I referred
above, I continue to get the link error after downgrading to mingwrt-5.2.1 and
also mingwrt-5.1.1

So, per Keith's request in the above message, I'm opening a formal request to
hopefully get this resolved.



-- 
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/40378
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40378


------------------------------

Message: 2
Date: Sat, 02 May 2020 23:23:02 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40378: g++ emits multiple publicly
        visible instances of vsnprintf()
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#40378: g++ emits multiple publicly visible instances of vsnprintf()

  Open Date: 2020-05-02 21:28
Last Update: 2020-05-02 23:23

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/40378
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40378

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-05-02 23:23 Updated by: keith
 * Resolution Update from None to Out of Date

 * Component Update from (None) to WSL


Comment:

Today, you should be using MinGW's GCC-9.2.0 release, and mingwrt-5.3.1/
w32api-5.3.1.

This appears to be a duplicate of ticket #39757, which I raised myself,
following up on the e-mails to which you refer, and subsequently closed as
"fixed", for mingwrt-5.2.3. Unless you can provide a formal test case, to
demonstrate that the #39757 resolution was not effective, when compiling with
current tools, I will close this as an "out of date" duplicate.



---------------------------------------------------------------------
Ticket Status:

      Reporter: jrromanow
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: WSL
      Severity: 5 - Medium
    Resolution: Out of Date
---------------------------------------------------------------------

Ticket details:

Per Keith (see https://osdn.net/projects/mingw/lists/archive/users/2019-August/
000334.html), the changes to <stdio.h>, to resolve https://osdn.net/projects/
mingw/ticket/39224, cause g++ to emit multiple publicly visible instances of
vsnprintf()

As a result, I get this link error: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../..
/../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../..\
libmingwex.a(vsnprintf.o):(.text+0x0): multiple definition of vsnprintf;
Sudoku16.o:c:/mingw/include/stdio.h:491: first defined here

Note that, contrary to statements in messages following the one I referred
above, I continue to get the link error after downgrading to mingwrt-5.2.1 and
also mingwrt-5.1.1

So, per Keith's request in the above message, I'm opening a formal request to
hopefully get this resolved.



-- 
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/40378
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40378


------------------------------

Message: 3
Date: Sat, 02 May 2020 18:16:46 -0700
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40378: g++ emits multiple publicly
        visible instances of vsnprintf()
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#40378: g++ emits multiple publicly visible instances of vsnprintf()

  Open Date: 2020-05-02 13:28
Last Update: 2020-05-02 18:16

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/40378
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40378

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-05-02 18:16 Updated by: jrromanow

Comment:

Apologies, Keith. I did search for a ticket with vsnprintf or mingwrt in it but
apparently, being new at this site, I didn't do it right.

Thank you for the fix information. All is well now.



---------------------------------------------------------------------
Ticket Status:

      Reporter: jrromanow
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: WSL
      Severity: 5 - Medium
    Resolution: Out of Date
---------------------------------------------------------------------

Ticket details:

Per Keith (see https://osdn.net/projects/mingw/lists/archive/users/2019-August/
000334.html), the changes to <stdio.h>, to resolve https://osdn.net/projects/
mingw/ticket/39224, cause g++ to emit multiple publicly visible instances of
vsnprintf()

As a result, I get this link error: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../..
/../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../..\
libmingwex.a(vsnprintf.o):(.text+0x0): multiple definition of vsnprintf;
Sudoku16.o:c:/mingw/include/stdio.h:491: first defined here

Note that, contrary to statements in messages following the one I referred
above, I continue to get the link error after downgrading to mingwrt-5.2.1 and
also mingwrt-5.1.1

So, per Keith's request in the above message, I'm opening a formal request to
hopefully get this resolved.



-- 
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/40378
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40378


------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 32, Issue 3
*******************************************

Reply via email to