all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#760: Linker issues with the GNUstep build
@ 2008-08-22 14:09 ` Yavor Doganov
  2008-08-28 19:45   ` bug#760: marked as done (Linker issues with the GNUstep build) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Yavor Doganov @ 2008-08-22 14:09 UTC (permalink / raw)
  To: emacs-pretest-bug

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 i
 mage.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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#760: marked as done (Linker issues with the GNUstep build)
  2008-08-22 14:09 ` bug#760: Linker issues with the GNUstep build Yavor Doganov
@ 2008-08-28 19:45   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-08-28 19:45 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]


Your message dated Thu, 28 Aug 2008 15:38:08 -0400
with message-id <8763plnd5r.fsf@cyd.mit.edu>
and subject line Re: Linker issues with the GNUstep build
has caused the Emacs bug report #760,
regarding Linker issues with the GNUstep build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
760: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=760
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3828 bytes --]

From: Yavor Doganov <yavor@gnu.org>
To: emacs-pretest-bug@gnu.org
Subject: Linker issues with the GNUstep build
Date: Fri, 22 Aug 2008 17:09:10 +0300
Message-ID: <87bpzl6t15.GNU's_Not_Unix!%yavor@gnu.org>

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 i
 mage.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



[-- Attachment #3: Type: message/rfc822, Size: 944 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: 760-done@emacsbugs.donarmstrong.com
Subject: Re: Linker issues with the GNUstep build
Date: Thu, 28 Aug 2008 15:38:08 -0400
Message-ID: <8763plnd5r.fsf@cyd.mit.edu>

For the moment, I've reverted the change.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-28 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8763plnd5r.fsf@cyd.mit.edu>
2008-08-22 14:09 ` bug#760: Linker issues with the GNUstep build Yavor Doganov
2008-08-28 19:45   ` bug#760: marked as done (Linker issues with the GNUstep build) Emacs bug Tracking System

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.