From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Failure to build on OpenBSD macppc Date: Wed, 16 May 2007 15:38:30 -0400 Message-ID: <55646sftjd.fsf@fencepost.gnu.org> References: <20070513215012.3A13614297@owie.lan> <20070514095255.3128730123@Psilocybe.Update.UU.SE> <20070515170738.276523016D@Psilocybe.Update.UU.SE> <20070516075552.7E4F3301C2@Psilocybe.Update.UU.SE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179344507 9767 80.91.229.12 (16 May 2007 19:41:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 May 2007 19:41:47 +0000 (UTC) Cc: rcyeske@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 16 21:41:46 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HoPNZ-0000KH-Nc for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 21:41:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoPVa-0005JN-Fj for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 15:50:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HoPVX-0005JF-1q for emacs-devel@gnu.org; Wed, 16 May 2007 15:49:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HoPVV-0005J3-Mw for emacs-devel@gnu.org; Wed, 16 May 2007 15:49:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoPVV-0005J0-Hz for emacs-devel@gnu.org; Wed, 16 May 2007 15:49:57 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoPNU-0007yd-3a for emacs-devel@gnu.org; Wed, 16 May 2007 15:41:40 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoPKR-00035m-89; Wed, 16 May 2007 15:38:31 -0400 X-Spook: Ermes spy sweep TELINT jihad quarter clones blackjack X-Ran: og5J'(*X8arL5' (Alfred M. Szmidt's message of "Wed, 16 May 2007 09:55:52 +0200 (CEST)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71191 Archived-At: "Alfred M. Szmidt" wrote: > Ok, I have narrowed down the problem to being a problem in GCC, not in > Emacs. Emacs compiled with "-g -O2" (the default) does not work, > while -O1 does. [...] > Mentioning the problem in etc/PROBLEMS would be enough I think. Ryan > will also try and get a machine running a newer version of OpenBSD to > see if the problem persists there. Do we still also need some kind of fix so that -znocombreloc or -nostdlib is passed to the linker on this platform? Possibly taking out the #if defined(__OpenBSD__) #define ORDINARY_LINK #endif in src/m/macppc.h?