Re: xlispstat for XDarwin on Mac OS X

Steven Majewski <[email protected]> Thu, 28 Mar 2002 07:52:02 -0500 (EST)
Newsgroups gmane.lisp.statistics
Message-ID <Pine.OSX.4.43.0203280742460.758-100000@d-128-61-180.bootp.virginia.edu>

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... )

 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/ .


-- Steve Majewski