From unknown Mon Aug 18 14:26:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#760 <760@debbugs.gnu.org> To: bug#760 <760@debbugs.gnu.org> Subject: Status: Linker issues with the GNUstep build Reply-To: bug#760 <760@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:26:17 +0000 retitle 760 Linker issues with the GNUstep build reassign 760 emacs,ns submitter 760 Yavor Doganov severity 760 normal thanks From yavor@gnu.org Fri Aug 22 07:09:24 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-10.0 required=4.0 tests=AWL,BAYES_00,HAS_PACKAGE, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 22 Aug 2008 14:09:24 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7ME9LbW021117 for ; Fri, 22 Aug 2008 07:09:22 -0700 Received: from mail.gnu.org ([199.232.76.166]:53349 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KWXIz-0001QQ-Pn for emacs-pretest-bug@gnu.org; Fri, 22 Aug 2008 10:07:57 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KWXKI-0006L1-TH for emacs-pretest-bug@gnu.org; Fri, 22 Aug 2008 10:09:20 -0400 Received: from [213.91.219.2] (port=3044 helo=southway-varna.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWXKI-0006Kl-Dg; Fri, 22 Aug 2008 10:09:18 -0400 Received: from keel.southway-varna.com ([192.168.0.2]) by southway-varna.com with esmtp (Exim 4.63) (envelope-from ) id 1KWXKA-00076D-TL; Fri, 22 Aug 2008 17:09:15 +0300 Received: from localhost ([127.0.0.1] helo=keel.southway-varna.com) by keel.southway-varna.com with esmtp (Exim 4.69) (envelope-from ) id 1KWXKA-000761-Pt; Fri, 22 Aug 2008 17:09:10 +0300 Date: Fri, 22 Aug 2008 17:09:10 +0300 Message-ID: <87bpzl6t15.GNU's_Not_Unix!%yavor@gnu.org> From: Yavor Doganov To: emacs-pretest-bug@gnu.org User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) Organization: The GNU Emacs Church (Bulgarian eparchy) X-Jabber-ID: doganov@jabber.minus273.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 192.168.0.2 X-SA-Exim-Mail-From: yavor@gnu.org Subject: Linker issues with the GNUstep build X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on southway-varna.com) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Package: emacs,ns This change to src/Makefile.in (lacking a ChangeLog entry, AFAICS): revision 1.430 date: 2008-08-21 05:57:36 +0300; author: arobert; state: Exp; lines: +4 -1; commitid: xdUZy1FURUF5nBft; * Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation. breaks the GNUstep build: gcc -rdynamic `./prefix-args -Xlinker -z nocombreloc -L/usr/lib -Wl,-znocombreloc -L/usr/lib -lgnustep-gui -lgnustep-base -lobjc -lpthread` -o temacs dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o terminfo.o lastfile.o vm-limit.o -lasound -ldbus-1 -lncurses -lm /usr/bin/ld: unrecognized option '-Wl,-znocombreloc' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[1]: *** [temacs] Error 1 From cyd@stupidchicken.com Thu Aug 28 12:36:15 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 760-done) by emacsbugs.donarmstrong.com; 28 Aug 2008 19:36:15 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7SJaCpH019652 for <760-done@emacsbugs.donarmstrong.com>; Thu, 28 Aug 2008 12:36:14 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 22EA057E186; Thu, 28 Aug 2008 15:38:08 -0400 (EDT) To: 760-done@debbugs.gnu.org Subject: Re: Linker issues with the GNUstep build From: Chong Yidong Date: Thu, 28 Aug 2008 15:38:08 -0400 Message-ID: <8763plnd5r.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii For the moment, I've reverted the change. From unknown Mon Aug 18 14:26:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Sep 2008 14:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator