GNU bug report logs - #55294
Configure failure on Solaris 11.4

Previous Next

Package: emacs;

Reported by: Steve Downey <sdowney <at> gmail.com>

Date: Fri, 6 May 2022 20:34:01 UTC

Severity: normal

Tags: moreinfo

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Steve Downey <sdowney <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Configure failure on Solaris 11.4
Date: Fri, 6 May 2022 15:58:39 -0400
[Message part 1 (text/plain, inline)]
On solaris 11.4, the system libc has a definition of sqrt leading configure
to believe that linking libm is unnecessary. Applying a patch locally to
change
AC_SEARCH_LIBS([sqrt], [m]) to
AC_SEARCH_LIBS([atan], [m])
fixes the problem.

atan was picked at random from the symbols that couldn't be found in
building temacs.
[Message part 2 (text/html, inline)]

This bug report was last modified 3 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.