From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Mon, 30 Oct 2006 15:18:06 -0500 Message-ID: <87u01la77l.fsf@stupidchicken.com> References: <87lkn1tzav.fsf@stupidchicken.com> <20061028150858.BF96744021@Psilocybe.Update.UU.SE> <87ac3gjh89.fsf@furball.mit.edu> <20061028211102.663F14402D@Psilocybe.Update.UU.SE> <87k62kks7y.fsf@furball.mit.edu> <20061028223004.5259344030@Psilocybe.Update.UU.SE> <87y7qyr8rr.fsf@furball.mit.edu> <20061030003347.4165A44028@Psilocybe.Update.UU.SE> <871wop99jz.fsf@stupidchicken.com> <20061030195700.49C054400E@Psilocybe.Update.UU.SE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162239937 8298 80.91.229.2 (30 Oct 2006 20:25:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 20:25:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 21:25:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GedaD-0007fx-7X for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 21:18:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedaB-0008AV-Fv for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 15:18:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GedZz-00089A-ET for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:17:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GedZu-00085n-La for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:17:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedZu-00085k-Id for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:17:50 -0500 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GedZp-000351-S3; Mon, 30 Oct 2006 15:17:45 -0500 Original-Received: by cyd (Postfix, from userid 1000) id 89A0D4E437; Mon, 30 Oct 2006 15:18:06 -0500 (EST) Original-To: ams@gnu.org In-Reply-To: <20061030195700.49C054400E@Psilocybe.Update.UU.SE> (Alfred M. Szmidt's message of "Mon\, 30 Oct 2006 20\:57\:00 +0100 \(CET\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61415 Archived-At: "Alfred M. Szmidt" writes: > I did some digging, the values are from `libsrc_libs' in configure.in > (they get pulled in from C_SWITCH_SYSTEM which is defined in netbsd.h; > which OpenBSD uses). The following patch works for me. > > -X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT > +X11_LDFLAGS = C_SWITCH_SYSTEM LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT I think it should be LD_SWITCH_SYSTEM, not C_SWITCH_SYSTEM. Does using LD_SWITCH_SYSTEM instead work?