* [23.0.60] build failure with "--without-x " option. (20080530)
@ 2008-05-30 12:58 sangu
2008-05-31 2:03 ` Kenichi Handa
0 siblings, 1 reply; 2+ messages in thread
From: sangu @ 2008-05-30 12:58 UTC (permalink / raw)
To: emacs-devel
$ ./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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [23.0.60] build failure with "--without-x " option. (20080530)
2008-05-30 12:58 [23.0.60] build failure with "--without-x " option. (20080530) sangu
@ 2008-05-31 2:03 ` Kenichi Handa
0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2008-05-31 2:03 UTC (permalink / raw)
To: sangu; +Cc: emacs-devel
In article <1212152326.2934.23.camel@localhost.localdomain>, sangu <sangu.xorg@gmail.com> writes:
[...]
> /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'
I installed a fix.
---
Kenichi Handa
handa@ni.aist.go.jp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-31 2:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 12:58 [23.0.60] build failure with "--without-x " option. (20080530) sangu
2008-05-31 2:03 ` Kenichi Handa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.