bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5518: >=emacs-23.1 fails to build on ARM EABI under GNU/Linux


From: Chong Yidong
Subject: bug#5518: >=emacs-23.1 fails to build on ARM EABI under GNU/Linux
Date: Sat, 20 Feb 2010 13:35:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Raúl Porcel <armin76@gentoo.org> writes:

>>>> + #ifdef GNU_LINUX
>>>> + #define LIB_GCC -lgcc_s
>>>> + #endif
>>>
>>> You'll probably have to augment the standard value.
>> 
>> Yes, but I'd like Raul to check whether this works first.
>
> gcc -Wl,-znocombreloc  prefix-args.o -o prefix-args
> gcc -nostdlib -lgcc_s  -z nocombreloc -Wl,-znocombreloc  -o temacs
> pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o 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    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     termcap.o tparam.o
> lastfile.o   vm-limit.o            -lm -lgcc -lc -lgcc /usr/lib/crtn.o
> gcc: nocombreloc: No such file or directory
> make[1]: *** [temacs] Error 1
> make[1]: Leaving directory `/root/emacs/src'
> make: *** [src] Error 2

Hmm... could you double-check that this is with the latest patch I sent
to you, and not the first patch I sent?  i.e., I'd like you to test the
patch that changes LIB_GCC, not LINKER.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]