We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好 ,我在安装 fmm 时遇到了一些麻烦。我的电脑系统是 windows 11。我已经按照 Windows 教程并安装了所有必需的库。
我还指定了 python 库: cmake -DPYTHON_INCLUDE_DIR=/usr/include/python3.9 -DPYTHON_LIBRARY=/usr/lib
但是报错: collect2: error: ld returned 1 exit status make[2]: *** [python/CMakeFiles/pyfmm.dir/build.make:104: python/_fmm.dll] Error 1 make[1]: *** [CMakeFiles/Makefile2:530: python/CMakeFiles/pyfmm.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好
,我在安装 fmm 时遇到了一些麻烦。我的电脑系统是 windows 11。我已经按照 Windows 教程并安装了所有必需的库。
我还指定了 python 库:
cmake -DPYTHON_INCLUDE_DIR=/usr/include/python3.9 -DPYTHON_LIBRARY=/usr/lib
但是报错:
collect2: error: ld returned 1 exit status
make[2]: *** [python/CMakeFiles/pyfmm.dir/build.make:104: python/_fmm.dll] Error 1
make[1]: *** [CMakeFiles/Makefile2:530: python/CMakeFiles/pyfmm.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered: