delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/10/26/23:07:12

X-Spam-Check-By: sourceware.org
Message-ID: <454177D0.2060203@users.sourceforge.net>
Date: Thu, 26 Oct 2006 22:06:56 -0500
From: "Yaakov S (Cygwin Ports)" <yselkowitz AT users DOT sourceforge DOT net>
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: autoconf2.5: AC_PATH_XTRA in 2.60
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Charles,

autoconf-2.60 needs a patch to fix AC_PATH_XTRA (XrmInitialize is
defined in libX11, not libXt), see below.


Yaakov

***** START PATCH *****
- --- libs.m4.orig        2006-10-26 22:03:30.128250000 -0500
+++ libs.m4     2006-10-26 22:03:07.315750000 -0500
@@ -288,7 +288,7 @@
~   # See if we find them without any special options.
~   # Don't add to $LIBS permanently.
~   ac_save_LIBS=$LIBS
- -  LIBS="-lXt $LIBS"
+  LIBS="-lX11 $LIBS"
~   AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
~                                  [XrmInitialize ()])],
~                 [LIBS=$ac_save_LIBS
***** END PATCH *****

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFQXfQpiWmPGlmQSMRAtYYAJ9bwWYrx4rKB72ariL2YBemyh/SggCgrYbK
tkirYatqyidZi/EKqSTocZk=
=QHA7
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019