Created
June 13, 2012 06:09
-
-
Save inohiro/2922171 to your computer and use it in GitHub Desktop.
Emacs 24.1 make failed on CnetOS 5.8 (i386)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost# ./configure --without-x | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... i686-pc-linux-gnu | |
checking host system type... i686-pc-linux-gnu | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking whether gcc and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for Minix Amsterdam compiler... no | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
checking whether gcc understands -Wdeclaration-after-statement... yes | |
checking whether gcc understands -Wold-style-definition... yes | |
checking whether gcc understands -Wimplicit-function-declaration... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for install-info... no | |
checking for install-info... no | |
checking for install-info... /sbin/install-info | |
checking for gzip... /usr/bin/gzip | |
checking for makeinfo... no | |
checking for -znocombreloc... yes | |
checking for special C compiler options needed for large files... (cached) no | |
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64 | |
checking machine/soundcard.h usability... no | |
checking machine/soundcard.h presence... no | |
checking for machine/soundcard.h... no | |
checking sys/soundcard.h usability... yes | |
checking sys/soundcard.h presence... yes | |
checking for sys/soundcard.h... yes | |
checking soundcard.h usability... no | |
checking soundcard.h presence... no | |
checking for soundcard.h... no | |
checking for _oss_ioctl in -lossaudio... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking for alsa >= 1.0.0... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking linux/version.h usability... yes | |
checking linux/version.h presence... yes | |
checking for linux/version.h... yes | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking stdio_ext.h usability... yes | |
checking stdio_ext.h presence... yes | |
checking for stdio_ext.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking coff.h usability... no | |
checking coff.h presence... no | |
checking for coff.h... no | |
checking pty.h usability... yes | |
checking pty.h presence... yes | |
checking for pty.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/vlimit.h usability... yes | |
checking sys/vlimit.h presence... yes | |
checking for sys/vlimit.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/_mbstate_t.h usability... no | |
checking sys/_mbstate_t.h presence... no | |
checking for sys/_mbstate_t.h... no | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking if personality LINUX32 can be set... yes | |
checking for term.h... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether sys_siglist is declared... no | |
checking whether __sys_siglist is declared... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for struct utimbuf... yes | |
checking for speed_t... yes | |
checking for struct timeval... yes | |
checking for struct exception... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for net/if.h... yes | |
checking for ifaddrs.h... yes | |
checking for net/if_dl.h... no | |
checking for getifaddrs... yes | |
checking for freeifaddrs... yes | |
checking for struct ifreq.ifr_flags... yes | |
checking for struct ifreq.ifr_hwaddr... yes | |
checking for struct ifreq.ifr_netmask... yes | |
checking for struct ifreq.ifr_broadaddr... yes | |
checking for struct ifreq.ifr_addr... yes | |
checking for struct ifreq.ifr_addr.sa_len... no | |
checking for function prototypes... yes | |
checking for working volatile... yes | |
checking for an ANSI C-conforming const... yes | |
checking for void * support... yes | |
checking whether byte ordering is bigendian... no | |
checking for __attribute__ ((__aligned__ (expr)))... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking whether we are using GNU Make... yes | |
checking whether gcc understands -MMD -MF... yes | |
checking for long file names... yes | |
checking for X... disabled | |
checking for malloc_get_state... yes | |
checking for malloc_set_state... yes | |
checking whether __after_morecore_hook exists... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getopt.h... yes | |
checking for wchar.h... yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for sys/socket.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for dnet_ntoa in -ldnet... no | |
checking for main in -lXbsd... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_self in -lpthread... yes | |
checking for cma_open in -lpthreads... no | |
checking for pkg-config... (cached) /usr/bin/pkg-config | |
checking for dbus-1 >= 1.0... no | |
checking for lgetfilecon in -lselinux... yes | |
checking for pkg-config... (cached) /usr/bin/pkg-config | |
checking for gnutls >= 2.6.6... no | |
checking for gnutls_certificate_set_verify_function... no | |
checking gpm.h usability... no | |
checking gpm.h presence... no | |
checking for gpm.h... no | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking for pkg-config... (cached) /usr/bin/pkg-config | |
checking for libxml-2.0 > 2.6.17... yes | |
checking LIBXML2_CFLAGS... -I/usr/include/libxml2 | |
checking LIBXML2_LIBS... -lxml2 -lz -lm | |
checking for htmlReadMemory in -lxml2... yes | |
checking whether netdb declares h_errno... yes | |
checking for sqrt in -lm... yes | |
checking for maillock in -lmail... no | |
checking for maillock in -llockfile... no | |
checking for liblockfile.so... no | |
checking for touchlock... no | |
checking maillock.h usability... no | |
checking maillock.h presence... no | |
checking for maillock.h... no | |
checking for gethostname... yes | |
checking for getdomainname... yes | |
checking for rename... yes | |
checking for closedir... yes | |
checking for mkdir... yes | |
checking for rmdir... yes | |
checking for sysinfo... yes | |
checking for getrusage... yes | |
checking for get_current_dir_name... yes | |
checking for random... yes | |
checking for lrand48... yes | |
checking for logb... yes | |
checking for frexp... yes | |
checking for fmod... yes | |
checking for rint... yes | |
checking for cbrt... yes | |
checking for ftime... yes | |
checking for setsid... yes | |
checking for strerror... yes | |
checking for fpathconf... yes | |
checking for select... yes | |
checking for euidaccess... yes | |
checking for getpagesize... (cached) yes | |
checking for tzset... yes | |
checking for setlocale... yes | |
checking for utimes... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setpgid... yes | |
checking for getcwd... yes | |
checking for getwd... yes | |
checking for shutdown... yes | |
checking for getaddrinfo... yes | |
checking for __fpending... yes | |
checking for mblen... yes | |
checking for mbrlen... yes | |
checking for mbsinit... yes | |
checking for strsignal... yes | |
checking for setitimer... yes | |
checking for ualarm... yes | |
checking for sendto... yes | |
checking for recvfrom... yes | |
checking for getsockopt... yes | |
checking for setsockopt... yes | |
checking for getsockname... yes | |
checking for getpeername... yes | |
checking for gai_strerror... yes | |
checking for mkstemp... yes | |
checking for getline... yes | |
checking for getdelim... yes | |
checking for mremap... yes | |
checking for fsync... yes | |
checking for sync... yes | |
checking for difftime... yes | |
checking for mempcpy... yes | |
checking for mblen... (cached) yes | |
checking for mbrlen... (cached) yes | |
checking for posix_memalign... yes | |
checking for cfmakeraw... yes | |
checking for cfsetspeed... yes | |
checking for copysign... yes | |
checking for __executable_start... yes | |
checking for __builtin_unwind_init... yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether getpgrp requires zero arguments... yes | |
checking for grantpt... yes | |
checking for getpt... yes | |
checking for library containing tputs... -ltermcap | |
checking whether localtime caches TZ... no | |
checking for gettimeofday... yes | |
checking whether gettimeofday can accept two arguments... yes | |
checking for socket... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking whether system supports dynamic ptys... yes | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for snprintf... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for mbstate_t... yes | |
checking for C restricted array declarations... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for readlinkat... yes | |
checking for lstat... yes | |
checking for alarm... yes | |
checking for pthread_sigmask... yes | |
checking for readlink... yes | |
checking for tzset... (cached) yes | |
checking for strtoimax... yes | |
checking for strtoumax... yes | |
checking for symlink... yes | |
checking for localtime_r... yes | |
checking whether byte ordering is bigendian... (cached) no | |
checking for inline... inline | |
checking whether strtold conforms to C99... yes | |
checking for st_dm_mode in struct stat... no | |
checking whether strmode is declared... no | |
checking whether the preprocessor supports include_next... yes | |
checking whether system header files limit the line length... no | |
checking for getopt.h... (cached) yes | |
checking for getopt_long_only... yes | |
checking whether getopt is POSIX compatible... yes | |
checking for working GNU getopt function... no | |
checking whether getenv is declared... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking whether stdint.h conforms to C99... yes | |
checking whether lstat correctly handles trailing slash... yes | |
checking for sigset_t... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for wchar_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking whether strtoimax is declared... yes | |
checking whether strtoumax is declared... yes | |
checking whether stat file-mode macros are broken... no | |
checking for mode_t... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for struct timespec in <time.h>... yes | |
checking whether localtime_r is declared... no | |
checking for alloca as a compiler built-in... yes | |
checking whether dup2 works... yes | |
checking for getloadavg... yes | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking whether getloadavg is declared... yes | |
checking for working mktime... yes | |
checking whether pthread_sigmask works without -lpthread... yes | |
checking whether pthread_sigmask returns error numbers... yes | |
checking whether pthread_sigmask unblocks signals correctly... guessing yes | |
checking whether readlink signature is correct... yes | |
checking whether readlink handles trailing slash correctly... yes | |
checking for volatile sig_atomic_t... yes | |
checking for sighandler_t... yes | |
checking for socklen_t... yes | |
checking for ssize_t... yes | |
checking for va_copy... yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether symlink handles trailing slash correctly... yes | |
checking for nlink_t... yes | |
checking whether localtime_r is compatible with its POSIX signature... yes | |
Configured for `i686-pc-linux-gnu'. | |
Where should the build process find the source code? /usr/local/src/emacs-24.1 | |
What operating system and machine description files should Emacs use? | |
`s/gnu-linux.h' | |
What compiler should emacs be built with? gcc -std=gnu99 -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? no | |
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 imagemagick? no | |
Does Emacs use -lgpm? no | |
Does Emacs use -ldbus? no | |
Does Emacs use -lgconf? no | |
Does Emacs use GSettings? no | |
Does Emacs use -lselinux? yes | |
Does Emacs use -lgnutls? no | |
Does Emacs use -lxml2? yes | |
Does Emacs use -lfreetype? no | |
Does Emacs use -lm17n-flt? no | |
Does Emacs use -lotf? no | |
Does Emacs use -lxft? no | |
Does Emacs use toolkit scroll bars? no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib-src/Makefile | |
config.status: creating oldXMenu/Makefile | |
config.status: creating doc/emacs/Makefile | |
config.status: creating doc/misc/Makefile | |
config.status: creating doc/lispintro/Makefile | |
config.status: creating doc/lispref/Makefile | |
config.status: creating src/Makefile | |
config.status: creating lwlib/Makefile | |
config.status: creating lisp/Makefile | |
config.status: creating leim/Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
config.status: executing mkdirs commands | |
config.status: executing epaths commands | |
creating src/epaths.h | |
[ -r "/usr/local/src/emacs-24.1/src/config.in" ] || ( cd /usr/local/src/emacs-24.1 && autoheader ) | |
config.status: executing gdbinit commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost# make all | |
[ -r "/usr/local/src/emacs-24.1/src/config.in" ] || ( cd /usr/local/src/emacs-24.1 && autoheader ) | |
cd lib; make all \ | |
CC='gcc -std=gnu99' CFLAGS='-g -O2' CPPFLAGS='' \ | |
LDFLAGS='-Wl,-znocombreloc' MAKE='make' | |
make[1]: ディレクトリ `/usr/local/src/emacs-24.1/lib' に入ります | |
rm -f alloca.h-t alloca.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat /usr/local/src/emacs-24.1/lib/alloca.in.h; \ | |
} > alloca.h-t && \ | |
mv -f alloca.h-t alloca.h | |
rm -f arg-nonnull.h-t arg-nonnull.h && \ | |
sed -n -e '/GL_ARG_NONNULL/,$p' \ | |
< /usr/local/src/emacs-24.1/build-aux/snippet/arg-nonnull.h \ | |
> arg-nonnull.h-t && \ | |
mv arg-nonnull.h-t arg-nonnull.h | |
rm -f getopt.h-t getopt.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''HAVE_GETOPT_H''@|1|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
< /usr/local/src/emacs-24.1/lib/getopt.in.h; \ | |
} > getopt.h-t && \ | |
mv -f getopt.h-t getopt.h | |
rm -f warn-on-use.h-t warn-on-use.h && \ | |
sed -n -e '/^.ifndef/,$p' \ | |
< /usr/local/src/emacs-24.1/build-aux/snippet/warn-on-use.h \ | |
> warn-on-use.h-t && \ | |
mv warn-on-use.h-t warn-on-use.h | |
rm -f inttypes.h-t inttypes.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \ | |
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \ | |
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ | |
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \ | |
-e 's/@''GNULIB_IMAXABS''@/0/g' \ | |
-e 's/@''GNULIB_IMAXDIV''@/0/g' \ | |
-e 's/@''GNULIB_STRTOIMAX''@/1/g' \ | |
-e 's/@''GNULIB_STRTOUMAX''@/1/g' \ | |
-e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ | |
-e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ | |
-e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ | |
-e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ | |
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \ | |
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \ | |
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ | |
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< /usr/local/src/emacs-24.1/lib/inttypes.in.h; \ | |
} > inttypes.h-t && \ | |
mv inttypes.h-t inttypes.h | |
rm -f c++defs.h-t c++defs.h && \ | |
sed -n -e '/_GL_CXXDEFS/,$p' \ | |
< /usr/local/src/emacs-24.1/build-aux/snippet/c++defs.h \ | |
> c++defs.h-t && \ | |
mv c++defs.h-t c++defs.h | |
rm -f signal.h-t signal.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \ | |
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|1|g' \ | |
-e 's|@''GNULIB_RAISE''@|0|g' \ | |
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ | |
-e 's/@''GNULIB_SIGPROCMASK''@/0/g' \ | |
-e 's/@''GNULIB_SIGACTION''@/0/g' \ | |
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ | |
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ | |
-e 's|@''HAVE_RAISE''@|1|g' \ | |
-e 's|@''HAVE_SIGSET_T''@|1|g' \ | |
-e 's|@''HAVE_SIGINFO_T''@|1|g' \ | |
-e 's|@''HAVE_SIGACTION''@|1|g' \ | |
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ | |
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ | |
-e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ | |
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ | |
-e 's|@''REPLACE_RAISE''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< /usr/local/src/emacs-24.1/lib/signal.in.h; \ | |
} > signal.h-t && \ | |
mv signal.h-t signal.h | |
rm -f stdio.h-t stdio.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \ | |
-e 's/@''GNULIB_DPRINTF''@/0/g' \ | |
-e 's/@''GNULIB_FCLOSE''@/0/g' \ | |
-e 's/@''GNULIB_FDOPEN''@/0/g' \ | |
-e 's/@''GNULIB_FFLUSH''@/0/g' \ | |
-e 's/@''GNULIB_FGETC''@/1/g' \ | |
-e 's/@''GNULIB_FGETS''@/1/g' \ | |
-e 's/@''GNULIB_FOPEN''@/0/g' \ | |
-e 's/@''GNULIB_FPRINTF''@/1/g' \ | |
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_FPURGE''@/0/g' \ | |
-e 's/@''GNULIB_FPUTC''@/1/g' \ | |
-e 's/@''GNULIB_FPUTS''@/1/g' \ | |
-e 's/@''GNULIB_FREAD''@/1/g' \ | |
-e 's/@''GNULIB_FREOPEN''@/0/g' \ | |
-e 's/@''GNULIB_FSCANF''@/1/g' \ | |
-e 's/@''GNULIB_FSEEK''@/0/g' \ | |
-e 's/@''GNULIB_FSEEKO''@/0/g' \ | |
-e 's/@''GNULIB_FTELL''@/0/g' \ | |
-e 's/@''GNULIB_FTELLO''@/0/g' \ | |
-e 's/@''GNULIB_FWRITE''@/1/g' \ | |
-e 's/@''GNULIB_GETC''@/1/g' \ | |
-e 's/@''GNULIB_GETCHAR''@/1/g' \ | |
-e 's/@''GNULIB_GETDELIM''@/0/g' \ | |
-e 's/@''GNULIB_GETLINE''@/0/g' \ | |
-e 's/@''GNULIB_GETS''@/1/g' \ | |
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ | |
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_PCLOSE''@/0/g' \ | |
-e 's/@''GNULIB_PERROR''@/0/g' \ | |
-e 's/@''GNULIB_POPEN''@/0/g' \ | |
-e 's/@''GNULIB_PRINTF''@/1/g' \ | |
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_PUTC''@/1/g' \ | |
-e 's/@''GNULIB_PUTCHAR''@/1/g' \ | |
-e 's/@''GNULIB_PUTS''@/1/g' \ | |
-e 's/@''GNULIB_REMOVE''@/0/g' \ | |
-e 's/@''GNULIB_RENAME''@/0/g' \ | |
-e 's/@''GNULIB_RENAMEAT''@/0/g' \ | |
-e 's/@''GNULIB_SCANF''@/1/g' \ | |
-e 's/@''GNULIB_SNPRINTF''@/0/g' \ | |
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ | |
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ | |
-e 's/@''GNULIB_TMPFILE''@/0/g' \ | |
-e 's/@''GNULIB_VASPRINTF''@/0/g' \ | |
-e 's/@''GNULIB_VDPRINTF''@/0/g' \ | |
-e 's/@''GNULIB_VFPRINTF''@/1/g' \ | |
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_VFSCANF''@/0/g' \ | |
-e 's/@''GNULIB_VSCANF''@/0/g' \ | |
-e 's/@''GNULIB_VPRINTF''@/1/g' \ | |
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \ | |
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ | |
< /usr/local/src/emacs-24.1/lib/stdio.in.h | \ | |
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ | |
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ | |
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \ | |
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ | |
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ | |
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ | |
-e 's|@''HAVE_DPRINTF''@|1|g' \ | |
-e 's|@''HAVE_FSEEKO''@|1|g' \ | |
-e 's|@''HAVE_FTELLO''@|1|g' \ | |
-e 's|@''HAVE_PCLOSE''@|1|g' \ | |
-e 's|@''HAVE_POPEN''@|1|g' \ | |
-e 's|@''HAVE_RENAMEAT''@|1|g' \ | |
-e 's|@''HAVE_VASPRINTF''@|1|g' \ | |
-e 's|@''HAVE_VDPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_DPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_FCLOSE''@|0|g' \ | |
-e 's|@''REPLACE_FDOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FFLUSH''@|0|g' \ | |
-e 's|@''REPLACE_FOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_FPURGE''@|0|g' \ | |
-e 's|@''REPLACE_FREOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FSEEK''@|0|g' \ | |
-e 's|@''REPLACE_FSEEKO''@|0|g' \ | |
-e 's|@''REPLACE_FTELL''@|0|g' \ | |
-e 's|@''REPLACE_FTELLO''@|0|g' \ | |
-e 's|@''REPLACE_GETDELIM''@|0|g' \ | |
-e 's|@''REPLACE_GETLINE''@|0|g' \ | |
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_PERROR''@|0|g' \ | |
-e 's|@''REPLACE_POPEN''@|0|g' \ | |
-e 's|@''REPLACE_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_REMOVE''@|0|g' \ | |
-e 's|@''REPLACE_RENAME''@|0|g' \ | |
-e 's|@''REPLACE_RENAMEAT''@|0|g' \ | |
-e 's|@''REPLACE_SNPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_SPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ | |
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ | |
-e 's|@''REPLACE_TMPFILE''@|0|g' \ | |
-e 's|@''REPLACE_VASPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VDPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VFPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VSPRINTF''@|0|g' \ | |
-e 's|@''ASM_SYMBOL_PREFIX''@||g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ | |
} > stdio.h-t && \ | |
mv stdio.h-t stdio.h | |
rm -f stdlib.h-t stdlib.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \ | |
-e 's/@''GNULIB__EXIT''@/0/g' \ | |
-e 's/@''GNULIB_ATOLL''@/0/g' \ | |
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \ | |
-e 's/@''GNULIB_GETLOADAVG''@/1/g' \ | |
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \ | |
-e 's/@''GNULIB_GRANTPT''@/0/g' \ | |
-e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_MBTOWC''@/0/g' \ | |
-e 's/@''GNULIB_MKDTEMP''@/0/g' \ | |
-e 's/@''GNULIB_MKOSTEMP''@/0/g' \ | |
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ | |
-e 's/@''GNULIB_MKSTEMP''@/0/g' \ | |
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \ | |
-e 's/@''GNULIB_PTSNAME''@/0/g' \ | |
-e 's/@''GNULIB_PUTENV''@/0/g' \ | |
-e 's/@''GNULIB_RANDOM_R''@/0/g' \ | |
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_REALPATH''@/0/g' \ | |
-e 's/@''GNULIB_RPMATCH''@/0/g' \ | |
-e 's/@''GNULIB_SETENV''@/0/g' \ | |
-e 's/@''GNULIB_STRTOD''@/0/g' \ | |
-e 's/@''GNULIB_STRTOLL''@/0/g' \ | |
-e 's/@''GNULIB_STRTOULL''@/0/g' \ | |
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ | |
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \ | |
-e 's/@''GNULIB_UNSETENV''@/0/g' \ | |
-e 's/@''GNULIB_WCTOMB''@/0/g' \ | |
< /usr/local/src/emacs-24.1/lib/stdlib.in.h | \ | |
sed -e 's|@''HAVE__EXIT''@|1|g' \ | |
-e 's|@''HAVE_ATOLL''@|1|g' \ | |
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ | |
-e 's|@''HAVE_GETSUBOPT''@|1|g' \ | |
-e 's|@''HAVE_GRANTPT''@|1|g' \ | |
-e 's|@''HAVE_MKDTEMP''@|1|g' \ | |
-e 's|@''HAVE_MKOSTEMP''@|1|g' \ | |
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \ | |
-e 's|@''HAVE_MKSTEMP''@|1|g' \ | |
-e 's|@''HAVE_MKSTEMPS''@|1|g' \ | |
-e 's|@''HAVE_PTSNAME''@|1|g' \ | |
-e 's|@''HAVE_RANDOM_H''@|1|g' \ | |
-e 's|@''HAVE_RANDOM_R''@|1|g' \ | |
-e 's|@''HAVE_REALPATH''@|1|g' \ | |
-e 's|@''HAVE_RPMATCH''@|1|g' \ | |
-e 's|@''HAVE_DECL_SETENV''@|1|g' \ | |
-e 's|@''HAVE_STRTOD''@|1|g' \ | |
-e 's|@''HAVE_STRTOLL''@|1|g' \ | |
-e 's|@''HAVE_STRTOULL''@|1|g' \ | |
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ | |
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ | |
-e 's|@''HAVE_UNLOCKPT''@|1|g' \ | |
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ | |
-e 's|@''REPLACE_CALLOC''@|0|g' \ | |
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ | |
-e 's|@''REPLACE_MALLOC''@|0|g' \ | |
-e 's|@''REPLACE_MBTOWC''@|0|g' \ | |
-e 's|@''REPLACE_MKSTEMP''@|0|g' \ | |
-e 's|@''REPLACE_PUTENV''@|0|g' \ | |
-e 's|@''REPLACE_REALLOC''@|0|g' \ | |
-e 's|@''REPLACE_REALPATH''@|0|g' \ | |
-e 's|@''REPLACE_SETENV''@|0|g' \ | |
-e 's|@''REPLACE_STRTOD''@|0|g' \ | |
-e 's|@''REPLACE_UNSETENV''@|0|g' \ | |
-e 's|@''REPLACE_WCTOMB''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _Noreturn/r /usr/local/src/emacs-24.1/build-aux/snippet/_Noreturn.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ | |
} > stdlib.h-t && \ | |
mv stdlib.h-t stdlib.h | |
/bin/mkdir -p sys | |
rm -f sys/stat.h-t sys/stat.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \ | |
-e 's/@''GNULIB_FCHMODAT''@/0/g' \ | |
-e 's/@''GNULIB_FSTAT''@/0/g' \ | |
-e 's/@''GNULIB_FSTATAT''@/0/g' \ | |
-e 's/@''GNULIB_FUTIMENS''@/0/g' \ | |
-e 's/@''GNULIB_LCHMOD''@/0/g' \ | |
-e 's/@''GNULIB_LSTAT''@/1/g' \ | |
-e 's/@''GNULIB_MKDIRAT''@/0/g' \ | |
-e 's/@''GNULIB_MKFIFO''@/0/g' \ | |
-e 's/@''GNULIB_MKFIFOAT''@/0/g' \ | |
-e 's/@''GNULIB_MKNOD''@/0/g' \ | |
-e 's/@''GNULIB_MKNODAT''@/0/g' \ | |
-e 's/@''GNULIB_STAT''@/0/g' \ | |
-e 's/@''GNULIB_UTIMENSAT''@/0/g' \ | |
-e 's|@''HAVE_FCHMODAT''@|1|g' \ | |
-e 's|@''HAVE_FSTATAT''@|1|g' \ | |
-e 's|@''HAVE_FUTIMENS''@|1|g' \ | |
-e 's|@''HAVE_LCHMOD''@|1|g' \ | |
-e 's|@''HAVE_LSTAT''@|1|g' \ | |
-e 's|@''HAVE_MKDIRAT''@|1|g' \ | |
-e 's|@''HAVE_MKFIFO''@|1|g' \ | |
-e 's|@''HAVE_MKFIFOAT''@|1|g' \ | |
-e 's|@''HAVE_MKNOD''@|1|g' \ | |
-e 's|@''HAVE_MKNODAT''@|1|g' \ | |
-e 's|@''HAVE_UTIMENSAT''@|1|g' \ | |
-e 's|@''REPLACE_FSTAT''@|0|g' \ | |
-e 's|@''REPLACE_FSTATAT''@|0|g' \ | |
-e 's|@''REPLACE_FUTIMENS''@|0|g' \ | |
-e 's|@''REPLACE_LSTAT''@|0|g' \ | |
-e 's|@''REPLACE_MKDIR''@|0|g' \ | |
-e 's|@''REPLACE_MKFIFO''@|0|g' \ | |
-e 's|@''REPLACE_MKNOD''@|0|g' \ | |
-e 's|@''REPLACE_STAT''@|0|g' \ | |
-e 's|@''REPLACE_UTIMENSAT''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< /usr/local/src/emacs-24.1/lib/sys_stat.in.h; \ | |
} > sys/stat.h-t && \ | |
mv sys/stat.h-t sys/stat.h | |
rm -f time.h-t time.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \ | |
-e 's/@''GNULIB_MKTIME''@/1/g' \ | |
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \ | |
-e 's/@''GNULIB_STRPTIME''@/0/g' \ | |
-e 's/@''GNULIB_TIMEGM''@/0/g' \ | |
-e 's/@''GNULIB_TIME_R''@/1/g' \ | |
-e 's|@''HAVE_DECL_LOCALTIME_R''@|0|g' \ | |
-e 's|@''HAVE_NANOSLEEP''@|1|g' \ | |
-e 's|@''HAVE_STRPTIME''@|1|g' \ | |
-e 's|@''HAVE_TIMEGM''@|1|g' \ | |
-e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ | |
-e 's|@''REPLACE_MKTIME''@|0|g' \ | |
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ | |
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ | |
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ | |
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ | |
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< /usr/local/src/emacs-24.1/lib/time.in.h; \ | |
} > time.h-t && \ | |
mv time.h-t time.h | |
rm -f unistd.h-t unistd.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | |
-e 's|@''HAVE_UNISTD_H''@|1|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''PRAGMA_COLUMNS''@||g' \ | |
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \ | |
-e 's/@''GNULIB_CHDIR''@/0/g' \ | |
-e 's/@''GNULIB_CHOWN''@/0/g' \ | |
-e 's/@''GNULIB_CLOSE''@/0/g' \ | |
-e 's/@''GNULIB_DUP''@/0/g' \ | |
-e 's/@''GNULIB_DUP2''@/1/g' \ | |
-e 's/@''GNULIB_DUP3''@/0/g' \ | |
-e 's/@''GNULIB_ENVIRON''@/0/g' \ | |
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \ | |
-e 's/@''GNULIB_FACCESSAT''@/0/g' \ | |
-e 's/@''GNULIB_FCHDIR''@/0/g' \ | |
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \ | |
-e 's/@''GNULIB_FDATASYNC''@/0/g' \ | |
-e 's/@''GNULIB_FSYNC''@/0/g' \ | |
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \ | |
-e 's/@''GNULIB_GETCWD''@/0/g' \ | |
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ | |
-e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ | |
-e 's/@''GNULIB_GETGROUPS''@/0/g' \ | |
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ | |
-e 's/@''GNULIB_GETLOGIN''@/0/g' \ | |
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ | |
-e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ | |
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ | |
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ | |
-e 's/@''GNULIB_LCHOWN''@/0/g' \ | |
-e 's/@''GNULIB_LINK''@/0/g' \ | |
-e 's/@''GNULIB_LINKAT''@/0/g' \ | |
-e 's/@''GNULIB_LSEEK''@/0/g' \ | |
-e 's/@''GNULIB_PIPE''@/0/g' \ | |
-e 's/@''GNULIB_PIPE2''@/0/g' \ | |
-e 's/@''GNULIB_PREAD''@/0/g' \ | |
-e 's/@''GNULIB_PWRITE''@/0/g' \ | |
-e 's/@''GNULIB_READ''@/0/g' \ | |
-e 's/@''GNULIB_READLINK''@/1/g' \ | |
-e 's/@''GNULIB_READLINKAT''@/0/g' \ | |
-e 's/@''GNULIB_RMDIR''@/0/g' \ | |
-e 's/@''GNULIB_SLEEP''@/0/g' \ | |
-e 's/@''GNULIB_SYMLINK''@/1/g' \ | |
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \ | |
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \ | |
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/1/g' \ | |
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ | |
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ | |
-e 's/@''GNULIB_UNLINK''@/0/g' \ | |
-e 's/@''GNULIB_UNLINKAT''@/0/g' \ | |
-e 's/@''GNULIB_USLEEP''@/0/g' \ | |
-e 's/@''GNULIB_WRITE''@/0/g' \ | |
< /usr/local/src/emacs-24.1/lib/unistd.in.h | \ | |
sed -e 's|@''HAVE_CHOWN''@|1|g' \ | |
-e 's|@''HAVE_DUP2''@|1|g' \ | |
-e 's|@''HAVE_DUP3''@|1|g' \ | |
-e 's|@''HAVE_EUIDACCESS''@|1|g' \ | |
-e 's|@''HAVE_FACCESSAT''@|1|g' \ | |
-e 's|@''HAVE_FCHDIR''@|1|g' \ | |
-e 's|@''HAVE_FCHOWNAT''@|1|g' \ | |
-e 's|@''HAVE_FDATASYNC''@|1|g' \ | |
-e 's|@''HAVE_FSYNC''@|1|g' \ | |
-e 's|@''HAVE_FTRUNCATE''@|1|g' \ | |
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ | |
-e 's|@''HAVE_GETGROUPS''@|1|g' \ | |
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \ | |
-e 's|@''HAVE_GETLOGIN''@|1|g' \ | |
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \ | |
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ | |
-e 's|@''HAVE_LCHOWN''@|1|g' \ | |
-e 's|@''HAVE_LINK''@|1|g' \ | |
-e 's|@''HAVE_LINKAT''@|1|g' \ | |
-e 's|@''HAVE_PIPE''@|1|g' \ | |
-e 's|@''HAVE_PIPE2''@|1|g' \ | |
-e 's|@''HAVE_PREAD''@|1|g' \ | |
-e 's|@''HAVE_PWRITE''@|1|g' \ | |
-e 's|@''HAVE_READLINK''@|1|g' \ | |
-e 's|@''HAVE_READLINKAT''@|1|g' \ | |
-e 's|@''HAVE_SLEEP''@|1|g' \ | |
-e 's|@''HAVE_SYMLINK''@|1|g' \ | |
-e 's|@''HAVE_SYMLINKAT''@|1|g' \ | |
-e 's|@''HAVE_UNLINKAT''@|1|g' \ | |
-e 's|@''HAVE_USLEEP''@|1|g' \ | |
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ | |
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ | |
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ | |
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ | |
-e 's|@''HAVE_OS_H''@|0|g' \ | |
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | |
| \ | |
sed -e 's|@''REPLACE_CHOWN''@|0|g' \ | |
-e 's|@''REPLACE_CLOSE''@|0|g' \ | |
-e 's|@''REPLACE_DUP''@|0|g' \ | |
-e 's|@''REPLACE_DUP2''@|0|g' \ | |
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \ | |
-e 's|@''REPLACE_GETCWD''@|0|g' \ | |
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ | |
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ | |
-e 's|@''REPLACE_GETGROUPS''@|0|g' \ | |
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ | |
-e 's|@''REPLACE_LCHOWN''@|0|g' \ | |
-e 's|@''REPLACE_LINK''@|0|g' \ | |
-e 's|@''REPLACE_LINKAT''@|0|g' \ | |
-e 's|@''REPLACE_LSEEK''@|0|g' \ | |
-e 's|@''REPLACE_PREAD''@|0|g' \ | |
-e 's|@''REPLACE_PWRITE''@|0|g' \ | |
-e 's|@''REPLACE_READ''@|0|g' \ | |
-e 's|@''REPLACE_READLINK''@|0|g' \ | |
-e 's|@''REPLACE_RMDIR''@|0|g' \ | |
-e 's|@''REPLACE_SLEEP''@|0|g' \ | |
-e 's|@''REPLACE_SYMLINK''@|0|g' \ | |
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \ | |
-e 's|@''REPLACE_UNLINK''@|0|g' \ | |
-e 's|@''REPLACE_UNLINKAT''@|0|g' \ | |
-e 's|@''REPLACE_USLEEP''@|0|g' \ | |
-e 's|@''REPLACE_WRITE''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ | |
} > unistd.h-t && \ | |
mv unistd.h-t unistd.h | |
make all-am | |
make[2]: ディレクトリ `/usr/local/src/emacs-24.1/lib' に入ります | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.c | |
mv -f .deps/allocator.Tpo .deps/allocator.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT careadlinkat.o -MD -MP -MF .deps/careadlinkat.Tpo -c -o careadlinkat.o careadlinkat.c | |
mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c | |
mv -f .deps/md5.Tpo .deps/md5.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c | |
mv -f .deps/sha1.Tpo .deps/sha1.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c | |
mv -f .deps/sha256.Tpo .deps/sha256.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c | |
mv -f .deps/sha512.Tpo .deps/sha512.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c | |
mv -f .deps/dtoastr.Tpo .deps/dtoastr.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c | |
mv -f .deps/filemode.Tpo .deps/filemode.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c | |
mv -f .deps/strftime.Tpo .deps/strftime.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c | |
mv -f .deps/getopt.Tpo .deps/getopt.Po | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs-24.1/src -g -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c | |
mv -f .deps/getopt1.Tpo .deps/getopt1.Po | |
rm -f libgnu.a | |
ar cru libgnu.a allocator.o careadlinkat.o md5.o sha1.o sha256.o sha512.o dtoastr.o filemode.o strftime.o getopt.o getopt1.o | |
ranlib libgnu.a | |
make[2]: ディレクトリ `/usr/local/src/emacs-24.1/lib' から出ます | |
make[1]: ディレクトリ `/usr/local/src/emacs-24.1/lib' から出ます | |
cd lib-src; make all \ | |
CC='gcc -std=gnu99' CFLAGS='-g -O2' CPPFLAGS='' \ | |
LDFLAGS='-Wl,-znocombreloc' MAKE='make' | |
make[1]: ディレクトリ `/usr/local/src/emacs-24.1/lib-src' に入ります | |
gcc -std=gnu99 -c -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -g -O2 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ | |
/usr/local/src/emacs-24.1/lib-src/../src/regex.c | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 -DEMACS_NAME="\"GNU Emacs\"" \ | |
-DVERSION="\"24.1\"" /usr/local/src/emacs-24.1/lib-src/etags.c \ | |
regex.o ../lib/libgnu.a -o etags | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" \ | |
-DVERSION="\"24.1\"" /usr/local/src/emacs-24.1/lib-src/etags.c \ | |
regex.o ../lib/libgnu.a -o ctags | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 /usr/local/src/emacs-24.1/lib-src/emacsclient.c \ | |
-DVERSION="\"24.1\"" \ | |
../lib/libgnu.a -o emacsclient | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 -DVERSION="\"24.1\"" \ | |
/usr/local/src/emacs-24.1/lib-src/ebrowse.c ../lib/libgnu.a -o ebrowse | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 /usr/local/src/emacs-24.1/lib-src/profile.c ../lib/libgnu.a -o profile | |
gcc -std=gnu99 -c -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -g -O2 /usr/local/src/emacs-24.1/lib-src/pop.c | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 /usr/local/src/emacs-24.1/lib-src/movemail.c pop.o \ | |
../lib/libgnu.a -o movemail | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 /usr/local/src/emacs-24.1/lib-src/hexl.c ../lib/libgnu.a -o hexl | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 -DHAVE_SHARED_GAME_DIR="\"/usr/local/var/games/emacs\"" \ | |
/usr/local/src/emacs-24.1/lib-src/update-game-score.c ../lib/libgnu.a -o update-game-score | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 -o test-distrib /usr/local/src/emacs-24.1/lib-src/test-distrib.c | |
./test-distrib /usr/local/src/emacs-24.1/lib-src/testfile | |
gcc -std=gnu99 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -DHAVE_CONFIG_H -I. -I../src -I../lib -I/usr/local/src/emacs-24.1/lib-src -I/usr/local/src/emacs-24.1/lib-src/../src -I/usr/local/src/emacs-24.1/lib-src/../lib -Wl,-znocombreloc -g -O2 /usr/local/src/emacs-24.1/lib-src/make-docfile.c ../lib/libgnu.a \ | |
-o make-docfile | |
[ "`/bin/pwd`" = "`(cd /usr/local/src/emacs-24.1/lib-src && /bin/pwd)`" ] || cp -p /usr/local/src/emacs-24.1/lib-src/rcs-checkin rcs-checkin | |
touch stamp-rcs-checkin | |
[ "`/bin/pwd`" = "`(cd /usr/local/src/emacs-24.1/lib-src && /bin/pwd)`" ] || cp -p /usr/local/src/emacs-24.1/lib-src/grep-changelog grep-changelog | |
touch stamp-grep-changelog | |
[ "`/bin/pwd`" = "`(cd /usr/local/src/emacs-24.1/lib-src && /bin/pwd)`" ] || cp -p /usr/local/src/emacs-24.1/lib-src/rcs2log rcs2log | |
touch stamp-rcs2log | |
[ "`/bin/pwd`" = "`(cd /usr/local/src/emacs-24.1/lib-src && /bin/pwd)`" ] || cp -p /usr/local/src/emacs-24.1/lib-src/vcdiff vcdiff | |
touch stamp-vcdiff | |
make[1]: ディレクトリ `/usr/local/src/emacs-24.1/lib-src' から出ます | |
boot=bootstrap-emacs; \ | |
if [ ! -x "src/$boot" ]; then \ | |
cd src; make all \ | |
CC='gcc -std=gnu99' CFLAGS='-g -O2' CPPFLAGS='' \ | |
LDFLAGS='-Wl,-znocombreloc' MAKE='make' BOOTSTRAPEMACS="$boot"; \ | |
fi; | |
make[1]: ディレクトリ `/usr/local/src/emacs-24.1/src' に入ります | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/pre-crt0.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 pre-crt0.c | |
../lib-src/make-docfile -d /usr/local/src/emacs-24.1/src -g dosfns.o msdos.o xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o fontset.o dbusbind.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o w32.o w32console.o w32fns.o w32heap.o w32inevt.o w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o w16select.o widget.o xfont.o ftfont.o xftfont.o ftxfont.o gtkutil.o xsettings.o xgselect.o termcap.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.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 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 gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o > gl-tmp | |
/usr/local/src/emacs-24.1/src/../build-aux/move-if-change gl-tmp globals.h | |
echo timestamp > gl-stamp | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/dispnew.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 dispnew.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/frame.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 frame.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/scroll.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 scroll.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/xdisp.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 xdisp.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/menu.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 menu.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/window.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 window.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/charset.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 charset.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/coding.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 coding.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/category.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 category.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/ccl.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 ccl.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/character.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 character.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/chartab.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 chartab.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/bidi.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 bidi.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/cm.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 cm.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/term.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 term.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/terminal.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 terminal.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/xfaces.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 xfaces.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/emacs.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 emacs.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/keyboard.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 keyboard.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/macros.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 macros.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/keymap.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 keymap.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/sysdep.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 sysdep.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/buffer.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 buffer.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/filelock.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 filelock.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/insdel.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 insdel.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/marker.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 marker.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/minibuf.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 minibuf.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/fileio.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 fileio.c | |
fileio.c: In function ‘emacs_lseek’: | |
fileio.c:3218: 警告: データ型の範囲制限によって、比較が常に true となります | |
fileio.c:3218: 警告: データ型の範囲制限によって、比較が常に true となります | |
fileio.c: In function ‘Finsert_file_contents’: | |
fileio.c:3376: 警告: データ型の範囲制限によって、比較が常に true となります | |
fileio.c:3385: 警告: データ型の範囲制限によって、比較が常に true となります | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/dired.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 dired.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/cmds.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 cmds.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/casetab.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 casetab.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/casefiddle.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 casefiddle.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/indent.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 indent.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/search.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 search.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/regex.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 regex.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/undo.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 undo.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/alloc.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 alloc.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/data.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 data.c | |
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.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 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 gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o terminfo.o lastfile.o vm-limit.o " "\"" > buildobj.h | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/doc.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 doc.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/editfns.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 editfns.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/callint.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 callint.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/eval.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 eval.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/floatfns.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 floatfns.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/fns.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 fns.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/font.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 font.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/print.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 print.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/lread.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 lread.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/syntax.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 syntax.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/unexelf.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 unexelf.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/bytecode.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 bytecode.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/process.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 process.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/gnutls.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 gnutls.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/callproc.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 callproc.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/region-cache.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 region-cache.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/sound.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 sound.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/atimer.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 atimer.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/doprnt.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 doprnt.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/intervals.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 intervals.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/textprop.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 textprop.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/composite.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 composite.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/xml.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 xml.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/terminfo.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 terminfo.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/lastfile.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 lastfile.c | |
gcc -std=gnu99 -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/vm-limit.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 vm-limit.c | |
gcc -std=gnu99 -nostdlib -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs-24.1/src -I../lib -I/usr/local/src/emacs-24.1/src/../lib -I/usr/include/libxml2 -MMD -MF deps/.d -MP -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -g -O2 -Wl,-znocombreloc \ | |
-o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.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 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 gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o terminfo.o lastfile.o vm-limit.o ../lib/libgnu.a -lxml2 -lz -lm -lncurses -lselinux -lpthread -lm -lgcc -lc -lgcc /usr/lib/crtn.o | |
/usr/bin/ld: cannot find -lncurses | |
collect2: ld はステータス 1 で終了しました | |
make[1]: *** [temacs] エラー 1 | |
make[1]: ディレクトリ `/usr/local/src/emacs-24.1/src' から出ます | |
make: *** [src] エラー 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment