[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loading functions from a shared library
From: |
Eli Zaretskii |
Subject: |
Re: loading functions from a shared library |
Date: |
Thu, 20 Dec 2001 01:44:03 +0200 |
> From: Dave Love <d.love@dl.ac.uk>
> Date: 19 Dec 2001 22:03:21 +0000
>
> > I'll try to find out more about libtool soon, to see if that would
> > be a better way to go. The immediate question I'd have, though, is
> > would libtool be available for all the platforms upon which Emacs
> > currently runs?
>
> I guess not (e.g. DOS, Mac, for a start)
libtool works on MS-DOS just fine. Quite a few of the DJGPP ports of
GNU software (Binutils and GDB, for example) are configured and built
using libtool.
I don't know about the Mac, but I understand that MacOS X is a BSD
system at heart, so it might work there as well.