search for: xlisp_src_dir

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

2003 Nov 19
1
Installing RXlisp
...Maybe some of you can help me. First of all I downloaded the source archive for Xlisp-Stat and for the RXlisp package. Then, as root, and from /root/ diretory I type the following commands: > tar zxvf xlispstat-3-52-18.tar.gz > tar xzvf RXLisp_0.3-1.tar.gz > cd RXLisp/xlisp/ > export XLISP_SRC_DIR=/root/xlispstat-3-52-18 > ./install The compilation was OK, and the file /root/xlispstat-3-52-18/libxlisp.so was created. Then > cd > R CMD INSTALL --configure-args='--with-build-xlisp-dll' RXLisp OK this as well, except for a warning on a .Rd file. > cp xlispstat-3-52-18/li...
2002 Aug 22
1
RXLisp
...n/R.bin -o RXLisp.so \ Converters.o RXLisp.o \ -L/Users/deleeuw/MyStuff/Developer/xlispstat-3-52-18 -lxlisp This breaks, of course, there is no libxlisp. I then move to RXLisp/src and do gcc -bundle -bundle_loader /usr/local/lib/R/bin/R.bin -o RXLisp.so \ Converters.o RXLisp.o \ $XLISP_SRC_DIR/*.o -L/usr/X11R6/lib -lX11 -L/sw/lib -ldl i.e. I link all the foo.o files Duncan puts in libxlisp.so. Then once more R CMD INSTALL --configure-args='--with-build-dll' RXLisp which puts everything in the R hierarchy. Now I can do [cabledoc68:~/Desktop] deleeuw% R R : Copyright 2002, T...