Re: [R-SIG-Mac] Running R with lldb

2020-08-05 Thread Duncan Murdoch
Thanks, attaching to the process seemed simplest. For others: the manual talks about doing it with gdb, but the same syntax works with lldb. Here's an example: Start R, then open a new terminal window: murdoch@djmair3 ~ $ ps PID TTY TIME CMD 11293 ttys0000:00.08 -bash 13829

Re: [R-SIG-Mac] Running R with lldb

2020-08-05 Thread Prof Brian Ripley
One of the suggestions in https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Debugging-on-macOS should help. Both worked for my build of R-devel yesterday On 05/08/2020 14:25, Duncan Murdoch wrote: I'm now successfully building R-devel in /Users/murdoch/R/R-devel.  If I run it f

[R-SIG-Mac] Running R with lldb

2020-08-05 Thread Duncan Murdoch
I'm now successfully building R-devel in /Users/murdoch/R/R-devel. If I run it from that directory using bin/R -d lldb it starts, but "run" gives this error: Process 11165 launched: '/Users/murdoch/R/R-devel/bin/exec/R' (x86_64) dyld: Library not loaded: libRblas.dylib Referenced from: /Us