-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Is there w64 version of binary? #11
Comments
No. Here are some notes on building your own: https://github.com/zholos/qml/wiki/Compiling-on-Windows |
Hi Andrey,
I managed to build it myself. Thanks anyway!
Jason Choi
…________________________________
发件人: Andrey Zholos ***@***.***>
发送时间: 2021年4月3日 16:24
收件人: zholos/qml ***@***.***>
抄送: Subscribed ***@***.***>
主题: Re: [zholos/qml] Is there w64 version of binary? (#11)
No. Here are some notes on building your own: https://github.com/zholos/qml/wiki/Compiling-on-Windows
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFJLXSTPQLM3CXNXP3JVJF3TG3GDPANCNFSM42I4VA4Q>.
|
This error stopped me: selecting additional libraries for Fortran... not found File conftest.err as following: testing c_version with CC='x86_64-w64-mingw32-gcc': testing c_compile: testing c_link: testing c_link with CFLAGS='-O2 -fno-strict-aliasing': testing c_link with CFLAGS_FLOAT='-ffloat-store': testing xc_version with XCC='gcc': testing xc_version with XCC='x86_64-w64-mingw32-gcc': testing xc_compile: testing xc_link: testing xc_run: testing f_version with FC='x86_64-w64-mingw32-gfortran': testing f_compile: testing f_link: testing f_link with FFLAGS='-O2': testing f_link with FFLAGS_FLOAT='-ffloat-store': testing f_link with FFLAGS_THREAD='-frecursive': testing xar_version with XAR='x86_64-w64-mingw32-ar': testing c_and_f_link with FLAGS_BITS='-m64': testing no_cygwin with FLAGS_WINDOWS='': testing c_and_f_link with FLAGS_PIPE='-pipe': testing dlltool: testing c_compile with FLAGS_PIC='-fPIC': testing shared_link with LD_SHARED='-shared': testing shared_link with LDFLAGS_LIBGCC='-static-libgcc': testing ld_export with LD_EXPORT='-Wl,--version-script': testing strip with STRIP_FLAGS='-s': testing ld_static with LD_STATIC='-Wl,-Bstatic': testing f_compile_c_link with LIBS_FORTRAN='': testing f_compile_c_link with LIBS_FORTRAN='-lgfortran': testing f_compile_c_link with LIBS_FORTRAN='-lgfortanbegin -lgfortran': testing f_compile_c_link with LIBS_FORTRAN='-lgfortran -lquadmath': testing f_compile_c_link with LIBS_FORTRAN='-lgfortanbegin -lgfortran -lquadmath': testing f_compile_c_link with LIBS_FORTRAN=' -L/usr/lib/gcc/x86_64-w64-mingw32/10 -lgfortran': testing f_compile_c_link with LIBS_FORTRAN=' -L/usr/lib/gcc/x86_64-w64-mingw32/10 -lgfortanbegin -lgfortran': testing f_compile_c_link with LIBS_FORTRAN=' -L/usr/lib/gcc/x86_64-w64-mingw32/10 -lgfortran -lquadmath': testing f_compile_c_link with LIBS_FORTRAN=' -L/usr/lib/gcc/x86_64-w64-mingw32/10 -lgfortanbegin -lgfortran -lquadmath': how to solve ? |
@yunfzhai I suggest you download on linux. You can download in WSL. What takes hours in Windows and still failed to compile is compiled in <5-mins in Linux |
Thanks for reply |
As title
The text was updated successfully, but these errors were encountered: