[LLVMdev] mingw build problems

Jay Foad jay.foad at gmail.com
Fri Apr 17 12:51:03 PDT 2009


> From this discussion:
>
> http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00780.html
>
> it sounds like only code built with GCC 2.x will refer to __eprintf.

Also, the official MinGW gcc-2.95.3 package doesn't include an
assert.h, so it seems like MinGW has probably always used its own
assert.h, not the version GCC used to provide, so no code built with
MinGW would ever have referred to __eprintf. But I'm not 100% sure
about this and I can't actually test it.

Anyway, I'd vote for removing all references to __eprintf from
lib/System/Win32/DynamicLibrary.inc.

Thanks,
Jay.



More information about the llvm-dev mailing list