Re: "odbcinst" not found
Clemens Ladisch <[email protected]> Fri, 13 Sep 2019 23:01:12 +0200
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > configure:5718: gcc -c -g -O2 -Wall -I/usr/local/include -I conftest.c >&5 > gcc: fatal error: no input files The include path is empty, which makes all compiler calls fail. What is the output of "odbc_config --include-prefix"? Regards, Clemens