-
Notifications
You must be signed in to change notification settings - Fork 989
Update Makefile #416
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
base: master
Are you sure you want to change the base?
Update Makefile #416
Conversation
I had never tried w64devkit but on windows I compile it with Msys2 like in the CI step: quickjs/.github/workflows/ci.yml Lines 244 to 250 in 638ec8c
Another alternative is to cross-compile on Linux for Windows: quickjs/.github/workflows/ci.yml Lines 215 to 229 in 638ec8c
|
According to quickjs/.github/workflows/ci.yml Line 250 in 638ec8c
CONFIG_WIN32 didn't applied.
According to quickjs/.github/workflows/ci.yml Line 208 in 638ec8c
quickjs/.github/workflows/ci.yml Line 229 in 638ec8c
-ldl parameter make sense.
|
In the msys2 environment on windows the |
I suspected that this was the case. Although my assumption was incorrect. Using MSYS2 does apply Lines 88 to 89 in 638ec8c
|
After enabling
CONFIG_WIN32
at line 35 in Makefile, commandmake
still failing with such message:C:/w64devkit/bin/ld.exe: cannot find -ldl: No such file or directory