我正在尝试使用codeblocks ide在Windows 7 x64机器上使用mingw64编译一个退出的大型c项目。我根据本教程完成了编译器的设置: http://blog.marc-o.org/2010/mingw64-unter-windows-mit-codeblocks
现在我得到了各种标准函数的多个定义错误。见这里:
multiple definition of `_Exit'|
multiple definition of `llabs'|
multiple definition of `atoll'|
multiple definition of `sinhf'|
multiple definition of `coshf'|
multiple definition of `tanhf'|
等等。有没有人知道我错过了什么?
P.S。:mingw32版本编译得很好。