Problems with 21.5.b17 (+CVS-20040517)
Stephen J. Turnbull
stephen at xemacs.org
Tue May 18 21:11:17 EDT 2004
>>>>> "robert" == robert delius royar <xemacs at frinabulax.org> writes:
robert> I have found that at least on my Mac if I configure
robert> --with-gpm (Gen. Purpose Mouse), and the test succeeds
robert> showing I have gpm, the later test for gmp (Big Number
robert> Support) fails. I assume that somewhere in configure
robert> these two acronyms cross paths,
Just a coincidence. Once a test succeeds, that library is added to
the link command used in configure testing. Note that both -lgmp and
-lgpm are in that line; there's no confusion. I'll bet anything that
libgpm lives in /opt/local/lib, right? For some reason, that is not
getting added in the right place (namely, before -lgpm).
Try running configure the same way as before but without configuring
the numeric library. I bet you'll run into a similar failure when
checking for another feature. (It's possible you won't, if gmp is the
last feature that requires a link test---but then the build will fail
in the same way, unless some other test properly adds -L/opt/local/lib
to the _front_ of the link options.)
--
Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.
More information about the XEmacs-Beta
mailing list