我正在尝试使用open-mpi libraries
在 linux 下构建mingw-w64 compilers
。
我正在互联网上搜索,但我无法找到解决问题的方法。
可以吗?如果是的话,每个人都可以给我一些反馈吗?
我正在进行如下配置:
./configure --prefix=/home/server/Desktop/mpi_mingw/build --host=x86_64-w64-mingw32 --enable-static --disable-mpi-f77 FCFLAGS=-ffree-form LIBS=-lwinpthread-1
当我确实让我得到一些错误时:
../../opal/win32/win_compat.h:93:14: error: conflicting types for 'ssize_t'
答案 0 :(得分:0)
将包含文件路径设置为-I/usr/x86_64-w64-mingw32/include
。
删除-I/usr/include
以避免头文件冲突