Displaying 1 result from an estimated 1 matches for "directorry".
Did you mean:
directory
2002 Oct 12
0
tkrplot
...(Jaguar). The
core of the problem is that the load function in tcl does not accept
bundles, but needs dynamic libraries (I verfied this using the
native version of tclsh and Wish). But the config files in
the tkrplot package (as in all packages) build bundles, not
libraries. Thus I said in the src directorry of the tkrplot package
gcc -dynamiclib -flat_namespace -undefined suppress -install_name
/usr/local/lib/R/library/tkrplot/libs/tkrplot.dylib \\
-o tkrplot.dylib -L/usr/local/lib/R/bin -lR -L/sw/lib -ltcl -ltk
-L/usr/X11R6/lib -lX11 tcltkimg.o
and I changed the R code in tkrplot so that it us...