[Rd] Rtools28 - undefined references with gfortran

2008-11-26 Thread John Nolan
I recently upgraded to Rtools28 to build a package under Windows. I see that g77 is no longer in Rtools, but it does have gfortran, and it uses version: GNU Fortran (GCC) 4.2.1-sjlj (mingw32-2) I am compiling some old fortran code as part of a larger project. When I do that, I get undefined

[Rd] file.access() on network (mounted) drive on Windows Vista?

2008-11-26 Thread Henrik Bengtsson
Hi, I have a writable and readable file on a small network file system (Cisco NSLU2 Unslung; non-NTFS) that I access via a mounted drive on Windows Vista. My problem could be due to a "funny" file system/server, but here it goes: > pathname <- "Q:/foo.txt" > cat(file=pathname, "Hello world!\n")

Re: [Rd] dots methods: dispatch issues

2008-11-26 Thread John Chambers
There were a bunch of red herrings in your example, but the end result is at least as weird. Near as I can figure, it's a bug in the evaluator when assigning a local function call object that is then modified. I'll look a bit at the code, but someone more expert in the innards of the evaluator

Re: [Rd] dots methods: dispatch issues

2008-11-26 Thread John Chambers
PS: I've committed a workaround that seems to fix the symptoms ( rev. 47020/1 for 2.9.0 and 2.8-patched), but it would be good to fix the real problem. John Chambers wrote: > There were a bunch of red herrings in your example, but the end result > is at least as weird. > > Near as I can figure