On Wed, Jan 7, 2015 at 7:33 PM, Jacek Caban <[email protected]> wrote: > Hi Alexey, > > On 01/07/15 09:06, Alexey Pavlov wrote: >> Ladt changes to time functions lead to multiple definitions of >> "asctime_r" in some programs. For example, > > I just pushed a fixup: > http://sourceforge.net/p/mingw-w64/mingw-w64/ci/9f52135b2fa1336d63cda12c502f1790797387fa > > I wonder why it didn't cause errors in my case... >
Thanks. It cause gcc build failure because more than one source file include time.h, then asctime_r got implemented more than once. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
