search for: graphapp_lib

Displaying 2 results from an estimated 2 matches for "graphapp_lib".

2018 Feb 13
0
R Compilation gets stuck on Windows 64
...MkRules.local and Makefile.win files? Also as per your website, we don't need the line: *TCL_VERSION = 86 * in the file *Makeconf *inside *R_HOME/src/gnuwin32/fixed/etc*. Hence I am commenting it. Also I noticed, just above this line (line 60), the following line which specifies Rgraphapp: *GRAPHAPP_LIB = -lRgraphapp* # TCL_VERSION = 86 # was a reference to Rzlib.dll in R < 3.2.0 ZLIB_LIBS = -lz This looks like the step which is causing the error. Anything I can try out at this point? Regards, Indrajit On Fri, Feb 9, 2018 at 9:58 PM, Avraham Adler <avraham.adler at gmail.com> wrote:...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which