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

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

compiling CVS


From: Timmy Douglas
Subject: compiling CVS
Date: Mon, 22 Oct 2001 21:34:45 -0500

i did a `./configure` and a `make` and i got an error that you see
below. here is some output:

i'm using debian woody.






Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source code?    
/home/timmy/download/cvs/emacs/emacs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc  -g -O2 
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use -lungif?                                 yes
  Does Emacs use -lpng?                                   yes
  Does Emacs use X toolkit scroll bars?                   no

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating man/Makefile
config.status: creating lwlib/Makefile
config.status: creating src/Makefile.c
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
creating src/epaths.h
creating lib-src/Makefile
creating src/Makefile
timmy:~/download/cvs/emacs/emacs$ make


[snip]



gcc -c -D_BSD_SOURCE     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  composite.c
gcc -c -D_BSD_SOURCE     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  md5.c
gcc -c -D_BSD_SOURCE     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  terminfo.c
gcc -c -D_BSD_SOURCE     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  lastfile.c
gcc -c -D_BSD_SOURCE     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  vm-limit.c
gcc -c -D_BSD_SOURCE     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  widget.c
gcc -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/home/timmy/download/cvs/emacs/emacs/src   -D_BSD_SOURCE    
-I/usr/X11R6/include      -g -O2  -L/usr/X11R6/lib 
/home/timmy/download/cvs/emacs/emacs/src/prefix-args.c -o prefix-args
gcc -nostdlib  `./prefix-args -Xlinker   -R/usr/X11R6/lib   -z nocombreloc      
     -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    -lXaw -lXmu  -lXt -lSM -lICE -lXext 
-ltiff  -ljpeg  -lpng -lz -lm  -lungif  -lXpm  -lX11              -lncurses     
    -lm  -lgcc -lc -lgcc /usr/lib/crtn.o     
make[1]: *** No rule to make target 
`/home/timmy/download/cvs/emacs/emacs/src/../lisp/abbrev.elc', needed by 
`../etc/DOC'.  Stop.
make[1]: Leaving directory `/home/timmy/download/cvs/emacs/emacs/src'
make: *** [src] Error 2





reply via email to

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