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

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

Re: Emacs 21.1 - gcc: nocombreloc: No such file or directory


From: Eli Zaretskii
Subject: Re: Emacs 21.1 - gcc: nocombreloc: No such file or directory
Date: Mon, 22 Oct 2001 19:05:52 +0200 (IST)

On Mon, 22 Oct 2001, Charles Sebold wrote:

>   Where should the build process find the source code?    
> /home/csebold/emacs21-21.1/upstream/tarballs/emacs-21.1
>   What operating system and machine description files should Emacs use?
>         `s/gnu-linux.h' and `m/macppc.h'
[...]
> The compile of temacs breaks with:
> 
> gcc -nostdlib    -R/usr/X11R6/lib   -z nocombreloc  -Xlinker -m -Xlinker 
> elf32ppc          -L/usr/X11R6/lib       -o temacs pre-crt0.o /usr/lib/crt1.o 
> /usr/lib/crti.o  dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o   
> charset.o coding.o category.o ccl.o     cm.o term.o xfaces.o xterm.o xfns.o 
> xselect.o xrdb.o fontset.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 print.o 
> lread.o         abbrev.o syntax.o unexelf.o  mocklisp.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    
>  terminfo.o lastfile.o vm-limit.o  widget.o           ../lwlib/liblw.a 
> -L/usr/X11R6/lib    -lXaw3d -lXmu  -lXt -lSM -lICE -lXext -ltiff  -ljpeg  
> -lpng -lz -lm  -lungif  -lXpm  -lX11              -lncurses         -lm  
> -lgcc -lc -lgcc /usr/lib/crtn.o     
> gcc: nocombreloc: No such file or directory
> make[1]: *** [temacs] Error 1

See src/s/gnu-linux.h, where it discusses `nocombreloc'.  Perhaps 
removing this line

#define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc

will help?  Or maybe make it "-Xlinker -z -Xlinker nocombreloc".

Andreas, this is your change; could you please advise?

Charles, did you ever build any of the pretest versions of Emacs 21 on 
this particular system?

> make[1]: Leaving directory `/home/csebold/emacs-21.1/src'
> make: *** [src] Error 2
> csebold~/emacs-21.1$ gcc --version
> 2.95.4

What's that?  Is this some unofficial snapshot?  The last version of the 
2.95.x branch I see on ftp.gnu.org is 2.95.3.



reply via email to

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