You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install odbc on a Linux machine with gcc 5.3.1. It works on one Linux host but does not work on the other one. The error I get is as below. I'm not very familiar with c++ and hence would appreciate on what I would be missing.
opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/ld: cannot find -lodbc
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to install odbc on a Linux machine with gcc 5.3.1. It works on one Linux host but does not work on the other one. The error I get is as below. I'm not very familiar with c++ and hence would appreciate on what I would be missing.
opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/ld: cannot find -lodbc
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: