After loading the RODBC package version 1.1-7, Ctrl-C changes its
behaviour and is quitting R and returning to the (unix-)command prompt
on the solaris2.8 platform here. Here's what happened before and after
loading RODBC
> for (i in 1:10^5) rnorm(10)
^C
> library(RODBC)
> for (i in 1:10^5) rnorm(10)
^C
bash-3.00$
platform sparc-sun-solaris2.8
arch sparc
os solaris2.8
system sparc, solaris2.8
status
major 2
minor 3.1
year 2006
month 06
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
This version of R was built with gcc-3.3 (too old?) and ODBC_INCLUDE,
ODBC_LIBS pointing to non-standard locations
/quant/temp/jagat/usr/local/include, /quant/temp/jagat/usr/local/lib,
respectively. Will be glad to provide further details.
Any ideas on how to correct this would be greatly appreciated.
Thanks
--
Jagat K. Sheth
Prepayment Modeling and Economics
Wells Fargo Home Mortgage
7911 Forsyth Boulevard
Suite 500, M5001-061
Clayton, MO 63105
Tel: (314)-726-4496
Fax: (314)-726-4483
[EMAIL PROTECTED]
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.