Hi, everybody!
I get an error when trying to install go-oci8.
bueno@felipe-cb:~/devel/go/src/github.com/mattn/go-oci8$ go get github.com/mattn/go-oci8
# github.com/mattn/go-oci8
gcc: warning: '-x c' after last input file has no effect
gcc: fatal error: no input files
compilation terminated.
Here is the link:
I posted it on StackOverflow so it's more readable. There is the output of
gcc -v,
$ORACLE_HOME and
go version.
Does anyone know how to fix that, please?
Thanks in advance! :)