From: H. P. A. <hp...@zy...> - 2014-12-18 01:17:19
|
On 12/17/2014 05:01 PM, H. Peter Anvin wrote: > There seems to be some bizarre mingw problem that is keeping the build > robot from working. It keeps complaining about duplicate symbols, but > all those duplicate symbols seem to come from the standard library. > > Trying to figure out what is going on. > I can't tell for sure if this is a NASM bug or a Mingw bug. If I remove -std=c99 from the Makefile it works, but I can't reproduce the error. -hpa |