Skip to content

Instantly share code, notes, and snippets.

@lantw44
Last active December 16, 2015 02:49
Show Gist options
  • Select an option

  • Save lantw44/5365151 to your computer and use it in GitHub Desktop.

Select an option

Save lantw44/5365151 to your computer and use it in GitHub Desktop.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for BZ2_bzCompress in -lbz2... yes
checking for dlopen in -ldl... yes
checking for tar_open in -ltar... yes
checking for PQconnectdb in -lpq... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CURL... yes
checking for JSON... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for dup2... yes
checking for getcwd... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for realpath... yes
checking for rmdir... yes
checking for socket... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating judge/Makefile
config.status: creating judgk/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
C compiler ........................... gcc
C++ compiler ......................... g++
Kernel C compiler .................... gcc
Kernel source ........................ /lib/modules/$(shell uname -r)/build
The above messages has been written to config.msg
Note: You should build this package with GNU make!
Making all in judge
make[1]: Entering directory `/home/lantw44/taiwan-online-judge/judge'
CXX jmod_test_check.lo
CXXLD libjmod_test_check.la
CXX jmod_test_line.lo
CXXLD libjmod_test_line.la
CXX jmod_test_manage.lo
CXXLD libjmod_test_manage.la
CXX center_server.o
CXX center_manage.o
center_manage.cpp: In function 「int center_manage_submitwait()」:
center_manage.cpp:132:33: 警告:deprecated conversion from string constant to 「char*」 [-Wwrite-strings]
center_manage_submit(subid,"{}");
^
CXX center_judge.o
CXX tool.o
CXX event_exec.o
CXXLD center_server
CXX judge_server.o
CXX judge_manage.o
CXXLD judge_server
make[1]: Leaving directory `/home/lantw44/taiwan-online-judge/judge'
Making all in judgk
make[1]: Entering directory `/home/lantw44/taiwan-online-judge/judgk'
make -C /lib/modules/3.8.6-1-ARCH/build M=/home/lantw44/taiwan-online-judge/judgk EXTRA_CFLAGS=-I"/home/lantw44/taiwan-online-judge/include" modules
make[2]: Entering directory `/usr/src/linux-3.8.6-1-ARCH'
CC [M] /home/lantw44/taiwan-online-judge/judgk/judgk_mod.o
CC [M] /home/lantw44/taiwan-online-judge/judgk/judgk_proc.o
CC [M] /home/lantw44/taiwan-online-judge/judgk/judgk_syscall.o
AS [M] /home/lantw44/taiwan-online-judge/judgk/judgk_syscall_asm.o
CC [M] /home/lantw44/taiwan-online-judge/judgk/judgk_security.o
AS [M] /home/lantw44/taiwan-online-judge/judgk/judgk_security_asm.o
CC [M] /home/lantw44/taiwan-online-judge/judgk/judgk_hyperio.o
LD [M] /home/lantw44/taiwan-online-judge/judgk/judgk.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/lantw44/taiwan-online-judge/judgk/judgk.mod.o
LD [M] /home/lantw44/taiwan-online-judge/judgk/judgk.ko
make[2]: Leaving directory `/usr/src/linux-3.8.6-1-ARCH'
make[1]: Leaving directory `/home/lantw44/taiwan-online-judge/judgk'
make[1]: Entering directory `/home/lantw44/taiwan-online-judge'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/lantw44/taiwan-online-judge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment