Re: [Mingw-w64-public] wcstof redefined error

2018-06-30 Thread Zachary Greve
Ah, OK. That makes sense. From: Martin Storsjö Sent: Saturday, June 30, 2018 4:15 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] wcstof redefined error On Sat, 30 Jun 2018, Zachary Greve wrote: > It appears that wcstof is implemen

Re: [Mingw-w64-public] wcstof redefined error

2018-06-30 Thread Martin Storsjö
On Sat, 30 Jun 2018, Zachary Greve wrote: It appears that wcstof is implemented in stdlib.h, but when compiling the crt it is redefined in misc/wcstof.c, terminating the compilation. That is somewhat annoying when trying to build a MinGW-w64 toolchain. wcstof is only implemented in stdlib.h i

[Mingw-w64-public] wcstof redefined error

2018-06-30 Thread Zachary Greve
It appears that wcstof is implemented in stdlib.h, but when compiling the crt it is redefined in misc/wcstof.c, terminating the compilation. That is somewhat annoying when trying to build a MinGW-w64 toolchain. -- Check o