-
Notifications
You must be signed in to change notification settings - Fork 207
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
cross-compiling on Linux to Win32/64 target #281
Comments
### Why your command line show it: Should be: Probably something wrong with the path, but I can be wrong. |
there is no mingw64 directory in the Sourceforge 7zip nightly package:
Those links are the right ones: |
In order to build to 64bits you need to have the libraries for 64bits too. ( the way is exactly the same you did to construct the binaries and libraries for 32 ). |
sorry, I didn't explained me well. |
You can build it by yourself.
Long time ago I had used it, adjust to your path and then:
after that you should have the binaries and libraries for 64bits. |
does exist a pre-built binaries for Win64? |
I don't think so. |
thank you for the package, I will try that! |
Hi, the nightly build is 32 bit only.
If I remember correctly, the build runs on a 32 bit old windows server
2003...
Il Mar 20 Dic 2022, 04:06 efa ***@***.***> ha scritto:
… thank you for the package, I will try that!
—
Reply to this email directly, view it on GitHub
<#281 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6LSYZH4YV4ESMN2IIFLODWOCIZVANCNFSM6AAAAAAS5Z4BJA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
work, here the generated 32 and 64 bit binaries: THANK YOU |
here attached the final version of the bash script used to cross-build:
hope will help someone. THANK YOU |
Great |
hi,
I downloaded the nightly:
harbour-nightly-win.7z | 2022-10-17
and extracted to
/home/efa/c/harbour_win32
I'm using this script to cross-build:
while build to Win32 work:
I got linking error targeting 64 bit Windows:
Is the nightly package 32 bit only?
The text was updated successfully, but these errors were encountered: