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

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

Compiling from cvs


From: J. Alejandro Noli
Subject: Compiling from cvs
Date: Fri, 5 Oct 2007 19:36:03 -0300

Hi!

I'm trying to compile for the first time emacs from cvs with './configure --without-x' under ubuntu 7.04
I want to do that to read emails from ssl or tls servers.

When making  i've got this:

gcc -Demacs -DHAVE_CONFIG_H   -I. -I/home/alejandro/emacs/src -D_BSD_SOURCE   -g -O2 -Wno-pointer-sign  -Wl,-znocombreloc /home/alejandro/emacs/src/prefix-args.c -o prefix-args
echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.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 print.o lread.o abbrev.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    terminfo.o lastfile.o   vm-limit.o   " > buildobj.lst
gcc -nostdlib `./prefix-args -Xlinker  -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 xmenu.o window.o charset.o coding.o category.o ccl.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 print.o lread.o abbrev.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    terminfo.o lastfile.o   vm-limit.o        -lncurses   -lm -lgcc -lc -lgcc /usr/lib/crtn.o
make[1]: *** No hay ninguna regla para construir el objetivo `/home/alejandro/emacs/src/../lisp/emacs-lisp/byte-run.elc', necesario para `../etc/DOC'.  Alto.
make[1]: se sale del directorio `/home/alejandro/emacs/src'
make: *** [src] Error 2

What can be wrong ?

reply via email to

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