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

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

bug#28181: 26.0.50; emacs master segfaults on make-network-process, embe


From: andrés ramírez
Subject: bug#28181: 26.0.50; emacs master segfaults on make-network-process, embedded device nokia n900
Date: Thu, 24 Aug 2017 13:45:38 -0600

> No, I think you need to say this:
> 
>   ac_cv_lib_anl_getaddrinfo_a=no CFLAGS="-g3 -O0" ../configure 
> --without-gconf --with-xft --without-xwidgets --with-xpm=no --with-gif=no 
> --without-selinux --disable-acl --with-gnutls=no --with-x-toolkit=no 
> --without-pop

You were Right Eli. It did not segfaulted.

I have another question. As my embedded device has a debian based
distro. This is what I have on the debian/rules file:
--8<---------------cut here---------------start------------->8---
 ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --without-gconf --with-xft --without-xwidgets 
--with-xpm=no --with-gif=no --without-selinux --with-gnutls=no --without-pop 
--without-pop --disable-acl CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
--8<---------------cut here---------------end--------------->8---

How should I acommodate the expression below on my configure line?
--8<---------------cut here---------------start------------->8---
ac_cv_lib_anl_getaddrinfo_a=no
--8<---------------cut here---------------end--------------->8---






reply via email to

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