Skip to content

Instantly share code, notes, and snippets.

@sonOfRa
Created March 16, 2014 14:18
Show Gist options
  • Save sonOfRa/9583945 to your computer and use it in GitHub Desktop.
Save sonOfRa/9583945 to your computer and use it in GitHub Desktop.
Toxic build log
simon@slevermann ~/repos/toxic $ ./configure --disable-av
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 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 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 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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for iswprint... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for setlocale... yes
checking for strchr... yes
checking for strdup... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for NCURSES... yes
checking for LIBTOXCORE... no
configure: WARNING: required library libsodium was not found in requested location
checking for randombytes_random in -lsodium... yes
checking tox/tox.h usability... yes
checking tox/tox.h presence... yes
checking for tox/tox.h... yes
checking for tox_new in -ltoxcore... yes
checking for git... /usr/bin/git
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating misc/Makefile
config.status: creating build/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
simon@slevermann ~/repos/toxic $ make
make all-recursive
make[1]: Entering directory `/home/simon/repos/toxic'
Making all in build
make[2]: Entering directory `/home/simon/repos/toxic/build'
CC toxic-main.o
CC toxic-chat.o
CC toxic-configdir.o
CC toxic-prompt.o
CC toxic-friendlist.o
CC toxic-windows.o
CC toxic-groupchat.o
CC toxic-global_commands.o
CC toxic-chat_commands.o
CC toxic-execute.o
CC toxic-misc_tools.o
CC toxic-toxic_strings.o
CC toxic-log.o
CC toxic-file_senders.o
CCLD toxic
toxic-main.o: In function `main':
/home/simon/repos/toxic/build/../src/main.c:511: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [toxic] Error 1
make[2]: Leaving directory `/home/simon/repos/toxic/build'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/simon/repos/toxic'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment