emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55294: closed (Configure failure on Solaris 11.4)


From: GNU bug Tracking System
Subject: bug#55294: closed (Configure failure on Solaris 11.4)
Date: Tue, 10 May 2022 21:50:02 +0000

Your message dated Tue, 10 May 2022 14:49:30 -0700
with message-id <90ab237b-7da6-6da0-923c-f501c808d41c@cs.ucla.edu>
and subject line Re: bug#55294: Configure failure on Solaris 11.4
has caused the debbugs.gnu.org bug report #55294,
regarding Configure failure on Solaris 11.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55294: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55294
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Configure failure on Solaris 11.4 Date: Fri, 6 May 2022 15:58:39 -0400
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. 


--- End Message ---
--- Begin Message --- Subject: Re: bug#55294: Configure failure on Solaris 11.4 Date: Tue, 10 May 2022 14:49:30 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0
On 5/10/22 05:07, Eli Zaretskii wrote:
I think it's easy enough, and I'm sure Paul will be able to do that.

Sure, I installed the attached. Closing the bug report.

Attachment: 0001-Port-libm-configure-time-test-to-Solaris-11.4.patch
Description: Text Data

Attachment: 0002-src-floatfns.c-Update-comment.patch
Description: Text Data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]