2012/3/13 Teemu Nätkinniemi <[email protected]>: > On 13.3.2012 10:26, Kyle wrote: > >> I have tried adding -static and -static-libstdc++ to both the LDFLAGS >> and CFLAGS for FFmpeg. I have tried adding them to utvideo as well. >> >> I'm not sure how to force FFmpeg to compile statically, but if anyone >> has any input I would greatly appreciate it! > > Rename libstdc++.dll.a so ld will use libstdc++.a instead.
Better and not so hacky way to solve this is to specify option '-static-libstdc++' on link for gcc's frontend. Regards, Kai ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
