Jan de Leeuw
2002-08-29 23:20:02 UTC
There is a new binary for RXLisp 0.2 on ftp://gifi.stat.ucla.edu/pub.
If used from the Darwin/X11 version of R it can do XLISP-STAT graphics
(histograms, spin-plots, scatter-plots, scatter-plot-matrices, and
so on).
In order to get this to compile I had to
1. Put the xlispstat foo.o files in a static libxlisp.a archive, instead
of a libxlisp.so bundle.
2. Tell the linker about -L/sw/lib -ldl and -L/usr/X11R6/lib -lX11and
cpp
about the corresponding includes
3. Use the "-Xlinker -lm" hack to get rid of multiple symbol errors
(there are
main, matherr, and d_sign in both R.bin and libxlisp.a)
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: ***@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
------------------------------------------------------------------------
-------------------------
No matter where you go, there you are. --- Buckaroo Banzai
http://gifi.stat.ucla.edu/sounds/nomatter.au
------------------------------------------------------------------------
-------------------------
If used from the Darwin/X11 version of R it can do XLISP-STAT graphics
(histograms, spin-plots, scatter-plots, scatter-plot-matrices, and
so on).
In order to get this to compile I had to
1. Put the xlispstat foo.o files in a static libxlisp.a archive, instead
of a libxlisp.so bundle.
2. Tell the linker about -L/sw/lib -ldl and -L/usr/X11R6/lib -lX11and
cpp
about the corresponding includes
3. Use the "-Xlinker -lm" hack to get rid of multiple symbol errors
(there are
main, matherr, and d_sign in both R.bin and libxlisp.a)
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: ***@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
------------------------------------------------------------------------
-------------------------
No matter where you go, there you are. --- Buckaroo Banzai
http://gifi.stat.ucla.edu/sounds/nomatter.au
------------------------------------------------------------------------
-------------------------