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

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

bug#54378: Subject: 29.0 Build failed


From: Po Lu
Subject: bug#54378: Subject: 29.0 Build failed
Date: Wed, 16 Mar 2022 18:22:05 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> So we donʼt do any autodetection of -ldl, so actually the following
> should be enough:
>
> diff --git a/configure.ac b/configure.ac
> index a315eeb6bd..bc17935eb1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3940,6 +3940,16 @@ AC_DEFUN
>    darwin) MODULES_SECONDARY_SUFFIX='.so' ;;
>    *) MODULES_SECONDARY_SUFFIX='' ;;
>  esac
> +
> +# pgtkterm.c uses dlsym
> +if test $window_system = pgtk; then
> +  case $opsys in
> +    gnu|gnu-linux)
> +    LIBMODULES="-ldl"
> +    ;;
> +  esac
> +fi
> +
>  if test "${with_modules}" != "no"; then
>    case $opsys in
>      gnu|gnu-linux)

Works here, thanks.




reply via email to

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