Skip to content
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

cannot find -lsql_experimental #33

Closed
just-Bri opened this issue Jul 18, 2024 · 1 comment
Closed

cannot find -lsql_experimental #33

just-Bri opened this issue Jul 18, 2024 · 1 comment

Comments

@just-Bri
Copy link

Might be the same problem as #30

I'm writting a program using raylib-go and go-libsql, currently working on linux.
Current build command I'm trying on Linux:

CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc GOOS=windows GOARCH=amd64 go build -o SLASI.exe -ldflags "-s -w"

When trying to build for 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

I've tried the steps in the readme and some other different ways to force it to build but no luck so far

@haaawk
Copy link
Contributor

haaawk commented Jul 18, 2024

Unfortunately, Windows is not currently supported. We don't have machines to build binaries for Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants