Skip to content

Instantly share code, notes, and snippets.

@sudden6
Created March 20, 2014 21:18
Show Gist options
  • Save sudden6/9674035 to your computer and use it in GitHub Desktop.
Save sudden6/9674035 to your computer and use it in GitHub Desktop.
Generated by configure script
BSDBuild Version: 3.0
Host: x86_64-unknown-linux-gnu
checking for a C compiler...yes, /usr/bin/cc
checking whether the C compiler works...yes
checking for compiler warning options.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
yes
checking for IEEE754 floating point.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
yes
checking for long double.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
yes
checking for long long.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c
yes
checking for cygwin environment.../usr/bin/cc -Wall -Werror -mcygwin -o ./conftest conftest.c
cc: error: unrecognized command line option ‘-mcygwin’
-> failed (0)
no
checking for libtool --tag=CC retardation...yes
checking for ncurses (http://www.gnu.org/software/ncurses/)...no
checking for POSIX threads.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c -lpthread
yes
checking for the X/Open Threads Extension.../usr/bin/cc -Wall -Werror -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -o ./conftest conftest.c -lpthread
yes
checking for PTHREAD_MUTEX_RECURSIVE.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c -lpthread
yes
checking for PTHREAD_MUTEX_RECURSIVE_NP.../usr/bin/cc -Wall -Werror -o ./conftest conftest.c -lpthread
yes
checking for Libsodium (https://github.com/jedisct1/libsodium)...no
checking for libtoxcore (https://github.com/irungentoo/ProjectTox-Core)...yes (0.0.0)
checking whether libtoxcore works.../usr/bin/cc -Wall -Werror -I/usr/local/include -o ./conftest conftest.c -L/usr/local/lib64 -ltoxcore -lsodium
yes
checking for openal (http://kcat.strangesoft.net/openal.html)...yes (1.15.1)
checking whether openal works.../usr/bin/cc -Wall -Werror -I/usr/include/AL -o ./conftest conftest.c -lopenal
yes
checking for libtoxav (https://github.com/irungentoo/ProjectTox-Core)...yes (0.0.0)
checking whether libtoxav works.../usr/bin/cc -Wall -Werror -I/usr/local/include -o ./conftest conftest.c -L/usr/local/lib64 -ltoxav -lopus -lvpx -lm -pthread
yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment