Re: [Rd] Building R from source always fails on tools:::sysdata2LazyLoadDB

2023-05-31 Thread Prof Brian Ripley
On 30/05/2023 22:57, Martin Morgan wrote: Thanks Ivan & Tomas A simpler way to trigger the problem is library(tools) or library.dynam("tools", "tools", ".") so I guess it is loading src/tools.so Ivan, adding -d lldb I need to tell lldb where to find the R library (lldb) process launch

Re: [Rd] Building R from source always fails on tools:::sysdata2LazyLoadDB

2023-05-31 Thread Martin Morgan
Thank you, especially for the R-admin link and link to the underlying issue. This is macOS Monterey version 12.6.5, so I am stuck with rebuilding -- empirically it seems like make distclean && && make all is needed. This doesn't seem to make sense (shouldn't `make clean` remove all the