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

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

bug#55294: Configure failure on Solaris 11.4


From: Steve Downey
Subject: bug#55294: 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. 


reply via email to

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