Re: xlispstat for XDarwin on Mac OS X
Luke Tierney <[email protected]> Thu, 28 Mar 2002 07:46:55 -0600
| Newsgroups | gmane.lisp.statistics |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 28, 2002 at 07:52:02AM -0500, Steven Majewski wrote: > > > On Thu, 28 Mar 2002, kamakura wrote: > > > I would like to use xlispstat for xdarwin on Mac OS X. > > > > The version form http://www.stat.ucla.edu/~deleeuw/XLS/ does not include > > the function dyn-load. I need the function "dyn-load". > > > > Does anyone know the fully-functioning version for Xdarwin on Mac OS X or > > the compiling techniques? > > If you get the dlcompat package from Fink <http://fink.sourceforge.net/> > it will add a libdl emulation library to /usr/local/lib. If you do a > ./configure, it will pick up the existence of that lib and build with > dynamic linking. ( I think! -- going by my frail memory... ) > I think that will work if you set fink up tp put stuf in /usr/local. Mine is set up to go into /sw. For that I think it's a bit painful at the moment. What should work is to run configure (which does pick up the X11 I have installed from fink) and then edit Makefile to give UCFLAGS=-I/sw/include ULDFLAGS=-L/sw/lib and edit xlconfig.h to have #define HAVE_DLOPEN 1 Then make. I haven't tried this but think it should work. There may be an easier way. Hopefully I'll get around to modifying the configure script to handle this more sensibly before too long. luke > The other configure glitch I recall is that I had to replace the > config/config.guess & config/config.sub files in the xlispstat > distribution with the versions that come with MacOSX in /usr/libexec/ . > > -- Luke Tierney University of Minnesota Phone: 612-625-7843 School of Statistics Fax: 612-624-8868 313 Ford Hall, 224 Church St. S.E. email: [email protected] Minneapolis, MN 55455 USA WWW: http://www.stat.umn.edu