-
Notifications
You must be signed in to change notification settings - Fork 21
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
Unable to run on windows #30
Comments
Running in to the same error but probably a bit more unique situation. I'm writting a program using When trying to cross compile to windows I get the following error: /usr/local/go/pkg/tool/linux_amd64/link: running x86_64-w64-mingw32-gcc failed: exit status 1
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lsql_experimental: No such file or directory
collect2: error: ld returned 1 exit status |
Unfortunately, Windows is not currently supported. We don't have machines to build binaries for Windows. |
Hey. I really like libsql and am using Turso on a couple of projects. I build cross platform tools and highly value being able to run the same code on each platform. I decided to put together a library that allows me to do this. https://github.com/payne8/go-libsql-dual-driver For anyone looking to consistently support Windows, Linux and MacOS in the same project please consider giving my wrapper a try. |
when I try to run the go using the examples it shows cannot find -lsql_experimental
The text was updated successfully, but these errors were encountered: