Bug 3812

Summary: Dynamic link of libstdc++ in win32 environment produces broken binaries
Product: ThinLinc Reporter: Peter Åstrand <astrand>
Component: Build systemAssignee: Peter Åstrand <astrand>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 3.1.2   
Target Milestone: LowPrio   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:

Description Peter Åstrand cendio 2011-05-05 11:14:53 CEST
See thread starting with article 368516 in komintern. Since our upgrade to gcc 4.5, win32 binaries are broken, unless one explicitly links libstdc++ statically. These bugs seems at least somewhat relevant:

http://sourceforge.net/tracker/index.php?func=detail&aid=3003520&group_id=2435&atid=102435
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317146
https://bugzilla.redhat.com/show_bug.cgi?id=489100

Note that simply deleting libstdc++-6.dll fixes the problem.
Comment 1 Peter Åstrand cendio 2011-05-05 11:32:45 CEST
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48881
Comment 2 Pierre Ossman cendio 2019-05-21 12:47:13 CEST
Right now we're linking this static anyway, but let's keep track of this is we want to change that approach in the future.