Bug #4858
Modify make install for the headers
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
Currently if you perform a make install it will install into /usr/local/include/Src which almost never exists.
Instead make install should:
1. mkdir -p /usr/local/include/odbcng
1. install all headers into /usr/local/include/odbcng
Joshua D. Drkae
Updated by anonymous - almost 19 years ago
we can do it, but does it make sence ?
all ODBC applications works with standart ODBC-headers, all our *.h are iternal, not for 3rd part programs.
Updated by anonymous - almost 19 years ago
since there is no need to install headers, they removed from make install process in r21
Updated by anonymous - over 18 years ago
- Status changed from New to Closed
- Resolution set to fixed