Re: [Rd] dll problem

2008-07-14 Thread Duncan Murdoch
[EMAIL PROTECTED] wrote: Please, note the instructions given for an existing Cygwin install: If you already have a full Cygwin installation, then you should not install our Cygwin DLLs in the Rtools/bin directory. You should make sure your existing cygwin/bin directory is on the path (*aft

Re: [Rd] dll problem

2008-07-14 Thread Duncan Murdoch
On 7/14/2008 9:30 AM, stephenb wrote: I am trying to load a dll compiled with the latest cygwin into R 2.7.0 We don't support Cygwin in R. I'd suggest using the MinGW tools we provide (see www.murdoch-sutherland.com/Rtools). Duncan Murdoch R version 2.7.0 (2008-04-22) Copyright (C) 2008 T

[Rd] RODBC Seg Fault

2008-07-14 Thread Tom McCallum
Hi Everyone, At the end of this email is a transcript of a problem I have found in RODBC version 2.3-1. It appears that the bug fix in odbcClose for the memory leak has meant that the garbage collector is falling over when it tries to free up the extPtr attribute of the RODBC connection po

[Rd] dll problem

2008-07-14 Thread stephenb
I am trying to load a dll compiled with the latest cygwin into R 2.7.0 R version 2.7.0 (2008-04-22) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 I have: Sys.getenv("Path")