We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm getting an error while trying to build a binary for Linux from a Windows OS:
Hope you can give me some pointers, thank you!
The text was updated successfully, but these errors were encountered:
'm getting an error while trying to build a binary for Linux from a Windows OS:
This looks normal. The github.com/alexbrainman/odbc packages uses cgo on Linux. So the build process expects to find appropriate C files.
github.com/alexbrainman/odbc
cgo
Alex
Sorry, something went wrong.
I've also tried to compile frorm cygwin with mingw64 libraries installed on my machine:
Both gcc and g++ libraries present:
Does this module require any specific C compiler? Thanks
No branches or pull requests
Hi,
I'm getting an error while trying to build a binary for Linux from a Windows OS:
Hope you can give me some pointers, thank you!
The text was updated successfully, but these errors were encountered: