Displaying 2 results from an estimated 2 matches for "lgvc".
Did you mean:
lgcc
2009 Apr 24
1
Managing DLLs with the same names in an R session
...build Rgraphviz
[...omitting output...]
** libs
making DLL ...
[...omitting output...]
gcc -shared -s -o Rgraphviz.dll tmp.def LL_funcs.o Rgraphviz.o
RgraphvizInit.o agopen.o agread.o agwr
ite.o bezier.o buildEdgeList.o buildNodeList.o doLayout.o
graphvizVersion.o init.o -LC:/Graphviz2.22/
bin -lgvc -lgraph -lcdt -Le:/biocbld/bbs-2.4-bioc/R/bin -lR
[...omitting output...]
but at run time R dispatches to the graph.dll from the graph package to
resolve the symbols.
R-2.9> Sys.which("graph.dll")
graph.dll
"C:\\GRAPHV~1.22\\bin\\graph.dll"
R-2.9>...
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
...enSave\/GoodiesWin64\/graphviz
GRAPHVIZ_INSTALL_MAJOR=2
GRAPHVIZ_INSTALL_MINOR=20
GRAPHVIZ_INSTALL_SUBMINOR=3
Using the following compilation and linking flags for Rgraphviz
PKG_CPPFLAGS=-IC:\/BenSave\/GoodiesWin64\/graphviz/include/graphviz
PKG_LIBS=-LC:\/BenSave\/GoodiesWin64\/graphviz/bin -lgvc-4 -lgraph-4 -lcdt-4
GVIZ_DEFS=-DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32
Created file src/Makevars.win
Created file R/graphviz_build_version.R
** libs
cygwin warning:
MS-DOS style path detected: C:/PROGRA~1/R/R-213~1.0/etc/x64/Makeconf
Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/...