[R] Re: [R-SIG-Mac] BUG in RODBC with OS X?
Simon Urbanek
simon.urbanek at r-project.org
Wed Apr 13 21:51:05 CEST 2005
Just for the record - this problem concerns Actual drivers for Mac OS
X 10.3 (later OS X versions are not affected). The current temporary
work-around is to install "iODBC Runtime" supplied with the Actual
drivers and compile RODBC as follows (in bash assuming sufficient
privileges):
LIBS='-framework iODBC' PKG_CFLAGS='-I/Library/Frameworks/
iODBC.framework/Headers' R CMD INSTALL RODBC_1.1-3.tar.gz
Simon
More information about the R-help
mailing list