[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loading functions from a shared library
From: |
Dave Love |
Subject: |
Re: loading functions from a shared library |
Date: |
19 Dec 2001 22:03:21 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.30 |
>>>>> Steve Kemp writes:
> Libtool is something that I've never really looked at, so that might
> change things a little bit.
> Today I got the XEmacs styled code compiled, and managed to load
> a trivial extension module working.
Sorry, I didn't make it clear I could have saved you the trouble
(unless what I did broke in the last couple of years).
> 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), but I guess the XEmacs stuff
is less portable. [Heaven knows on which platforms Emacs does
actually run these days -- doubtless not on many that are in the
configuration files but aren't tested.] If libtool doesn't support a
platform and you do the necessary work for libtool, it's usable
generally.