all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: "Nelson H. F. Beebe" <beebe@math.utah.edu>
Cc: Chong Yidong <cyd@stupidchicken.com>, 7642@debbugs.gnu.org
Subject: bug#7642: Build failure on NetBSD 5.0.2 on IA-32
Date: Sat, 15 Jan 2011 22:23:06 -0500	[thread overview]
Message-ID: <jk4i5y1k5.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <CMM.0.95.0.1292519036.beebe@psi.math.utah.edu> (Nelson H. F. Beebe's message of "Thu\, 16 Dec 2010 10\:03\:57 -0700 \(MST\)")

"Nelson H. F. Beebe" wrote:

> That is a definite error: configure needs to check that -lXaw3d is
> available.

configure checks for Xaw3d headers, but not for the library:

    [AC_TRY_LINK([
#include <X11/Intrinsic.h>
#include <X11/Xaw3d/Simple.h>],
      [],

Presumably your system has the include file but does not have the
library?

In Emacs 22, there used to be a test for both an include and a library:

    AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,
        [AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, HAVE_XAW3D=yes)], ,


Looks like this went in the 2007-06-13 change to configure.in.





  parent reply	other threads:[~2011-01-16  3:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CMM.0.95.0.1292278169.beebe@psi.math.utah.edu>
2010-12-15  1:39 ` bug#7642: Build failure on NetBSD 5.0.2 on IA-32 Chong Yidong
2010-12-15  8:29   ` Glenn Morris
2010-12-16  1:38     ` Chong Yidong
2010-12-16 17:03   ` Nelson H. F. Beebe
2010-12-17 14:32     ` Chong Yidong
2011-01-16  3:23     ` Glenn Morris [this message]
2011-01-16  3:25     ` Glenn Morris
2011-01-27 20:51   ` Chong Yidong
2011-01-28 18:15     ` Glenn Morris
2010-12-15  1:41 ` bug#7643: Build failure for SGI IRIX MIPS Chong Yidong
2011-01-08 20:43   ` Chong Yidong
2011-10-10 17:54     ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jk4i5y1k5.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=7642@debbugs.gnu.org \
    --cc=beebe@math.utah.edu \
    --cc=cyd@stupidchicken.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.