emacs-devel
[Top][All Lists]
Advanced

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

[23.0.60] build failure with "--without-x " option. (20080530)


From: sangu
Subject: [23.0.60] build failure with "--without-x " option. (20080530)
Date: Fri, 30 May 2008 21:58:45 +0900

$ ./configure --without-x
[...]
  Where should the build process find the source
code?    /home/sangu/Work/cvs/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
-Wno-pointer-sign 
  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?                    none
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           no 
  Does Emacs use -lpng?                                   no
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use X toolkit scroll bars?                   no
[...]
$ make
[...]
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
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     terminfo.o lastfile.o   vm-limit.o  mktime.o    -lasound
-L/lib -ldbus-1 -lgpm -lncurses  -lotf -lfreetype -lz -lm17n-flt
-lm17n-core  -lm -lgcc -lc -lgcc /usr/lib/crtn.o 
font.o: In function `Ffont_info':
/home/sangu/Work/cvs/emacs/src/font.c:4374: undefined reference to
`check_window_system_func'
/home/sangu/Work/cvs/emacs/src/font.c:4385: undefined reference to
`fs_query_fontset'
/home/sangu/Work/cvs/emacs/src/font.c:4388: undefined reference to
`fontset_ascii'
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/home/sangu/Work/cvs/emacs/src'
make: *** [src] Error 2





reply via email to

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