-
Notifications
You must be signed in to change notification settings - Fork 142
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
"signal: killed" on driver import os Mac OS #93
Comments
I suspect your program does not even builds. Can you build it? Thank you. Alex |
tds:
. I have few issues with overriding CF and LDFLAGS. I'll play with a bit later. But log says it's only a warning, not an error |
Please, show me your program. Full text. Thank you. Alex PS: I see you use freetds. I suspect you are talking to MSSQL server. Did you try to use github.com/denisenkom/go-mssqldb ? github.com/denisenkom/go-mssqldb does not use CGO, so you have better chance making it work. |
running my program without importing odbc gives me
when I add
it returns
on compile time (no even first line from main() is executed).
golang version:
unixodb: 2.3.6
The text was updated successfully, but these errors were encountered: