Hello,
I installed the latest emacs 19.34 source code tree on
my linux-i586 system (Linux 2.1.5) but I am unable to get
support for X11 when running the configure script (which
I have enclosed below) for some strange reason....any clues
recieved with thanks !!
Ciao,
Andreas
[
test.txt 4K ]
Script started on Thu Oct 24 17:59:25 1996
loading cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether ln -s works... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking for bison... no
checking for byacc... no
checking for AIX... no
checking for sys/select.h... (cached) no
checking for sys/timeb.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for linux/version.h... (cached) no
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys_siglist declaration in signal.h or unistd.h... (cached) yes
checking for struct utimbuf... yes
checking return type of signal handlers... (cached) void
checking for struct timeval... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) no
checking for tzname... (cached) yes
checking for working const... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for long file names... (cached) yes
checking for X... (cached) no
checking the machine- and system-dependent files to find out
- which libraries the lib-src programs will want, and
- whether the GNU malloc routines are usable
checking for -ldnet... (cached) no
checking for -lXbsd... (cached) no
checking for -lpthreads... (cached) no
checking for XFree86... yes
checking whether netdb declares h_errno... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for -lm... (cached) yes
checking for gettimeofday... (cached) yes
checking for gethostname... (cached) yes
checking for dup2... (cached) yes
checking for rename... (cached) yes
checking for closedir... (cached) yes
checking for mkdir... (cached) yes
checking for rmdir... (cached) yes
checking for random... (cached) yes
checking for lrand48... (cached) yes
checking for bcopy... (cached) yes
checking for bcmp... (cached) yes
checking for logb... (cached) no
checking for frexp... (cached) yes
checking for fmod... (cached) yes
checking for ftime... (cached) yes
checking for res_init... (cached) yes
checking for setsid... (cached) yes
checking for strerror... (cached) yes
checking for fpathconf... (cached) yes
checking for select... (cached) yes
checking for mktime... (cached) yes
checking for euidaccess... (cached) no
checking for getpagesize... (cached) yes
checking for tzset... (cached) yes
checking for setlocale... (cached) yes
checking for -lncurses... (cached) yes
checking whether localtime caches TZ... (cached) yes
checking whether gettimeofday can't accept two arguments... no
checking for socket... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
Configured for `i586-pc-linux-gnu'.
Where should the build process find the source code? /usr/src/emacs-19.34
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 -O
Should Emacs use the GNU version of malloc? yes
Should Emacs use the relocating allocator for buffers? yes
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
creating ./config.status
creating Makefile
creating lib-src/Makefile.c
creating oldXMenu/Makefile
creating man/Makefile
creating lwlib/Makefile
creating src/Makefile.c
creating src/config.h
creating lib-src/Makefile
creating src/Makefile
neru:/usr/src/emacs-19.34# exit
exit
Script done on Thu Oct 24 18:00:14 1996