[Rd] Debugging packages with compiled C code on Windows

2020-06-01 Thread Sue McDonald
I have several related questions. 1. Is it possible to use a GUI: Rstudio/Eclipse/Visual-studio to debug compiled code on Windows? Things that work on Eclipse for Windows do not work on Eclipse for Windows. 2. R CMD INSTALL seems to override default attempts to provide CFLAGS="-DDEBUG -g3 -O0" 3

Re: [Rd] Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)

2015-06-01 Thread Sue McDonald
6 PM, Prof Brian Ripley wrote: > On 30/05/2015 13:14, Duncan Murdoch wrote: > >> On 29/05/2015 4:16 PM, Sue McDonald wrote: >> >>> My apologies for cross-posting. I found this site, after I had posted on >>> stack-overflow. >>> >>> I need to com

[Rd] Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)

2015-05-30 Thread Sue McDonald
My apologies for cross-posting. I found this site, after I had posted on stack-overflow. I need to compile several static libraries (C & Fortran) which will later be linked with an R package. Rtools33 directory includes /i686-w64-mingw32 directory which I understand creates 32 bit binaries. Yet, t