Created
March 5, 2014 14:49
-
-
Save napcae/9368653 to your computer and use it in GitHub Desktop.
ncmpcpp failed to build on 10.9.2 logfiles
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
napcae at butterfinger in ~ | |
$ pbcopy < /Users/napcae/Library/Logs/Homebrew/ncmpcpp/config.log | |
napcae at butterfinger in ~ | |
$ brew doctor | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/napcae/.rvm/gems/ruby-2.1.0/bin/passenger-config | |
Warning: A Python is installed in /Library/Frameworks | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
ghostscript |
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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
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 g++-4.2 accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++-4.2... none | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking how to print strings... printf | |
checking for gcc... gcc-4.2 | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc-4.2 accepts -g... yes | |
checking for gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of gcc-4.2... none | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/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-4.2... /usr/local/Library/ENV/4.3/ld | |
checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/local/Library/ENV/4.3/ld option to reload object files... -r | |
checking for objdump... no | |
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 ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc-4.2 -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-4.2 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if gcc-4.2 static flag -static works... no | |
checking if gcc-4.2 supports -c -o file.o... yes | |
checking if gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the gcc-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.1.0 dyld | |
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++-4.2 -E | |
checking for ld used by g++-4.2... /usr/local/Library/ENV/4.3/ld | |
checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld... no | |
checking whether the g++-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking for g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if g++-4.2 static flag -static works... no | |
checking if g++-4.2 supports -c -o file.o... yes | |
checking if g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the g++-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether compiler supports -fno-exceptions... yes | |
checking for _head_libws2_32_a in -lws2_32... no | |
checking for regcomp in -lregex... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libmpdclient... yes | |
checking mpd/client.h usability... yes | |
checking mpd/client.h presence... yes | |
checking for mpd/client.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking whether iconv takes const char **... no | |
checking for libiconv in -liconv... no | |
checking for ncursesw6-config... no | |
checking for ncursesw5-config... no | |
checking for initscr in -lncursesw... no | |
checking for initscr in -lncurses... yes | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking for curl-config... /usr/bin/curl-config | |
checking for curl_easy_init in -lcurl... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for taglib-config... /usr/local/opt/taglib/bin/taglib-config | |
checking taglib.h usability... yes | |
checking taglib.h presence... yes | |
checking for taglib.h... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool 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
g++-4.2 called with: --version | |
superenv executed: g++-4.2 -pipe -Os --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
g++-4.2 called with: -v | |
superenv executed: g++-4.2 -pipe -Os -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -V | |
superenv executed: g++-4.2 -pipe -Os -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
g++-4.2 called with: -qversion | |
superenv executed: g++-4.2 -pipe -Os -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -liconv conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -liconv conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccsC2a1f.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccsC2a1f.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -o conftest -liconv conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -o conftest -liconv conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//cc3v828Y.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//cc3v828Y.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -o conftest -liconv conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -o conftest -liconv conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccBwQ2fp.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccBwQ2fp.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -c conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -E - | |
superenv executed: gcc-4.2 -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: --version | |
superenv executed: gcc-4.2 -pipe -Os --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-4.2 called with: -v | |
superenv executed: gcc-4.2 -pipe -Os -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -V | |
superenv executed: gcc-4.2 -pipe -Os -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-4.2 called with: -qversion | |
superenv executed: gcc-4.2 -pipe -Os -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -c conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -print-prog-name=ld | |
superenv executed: gcc-4.2 -pipe -Os -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -v | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -v | |
ld called with: -v | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -v | |
g++-4.2 called with: -c -g -O2 conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -liconv conftest.cpp conftstm.o | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -liconv conftest.cpp conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccEmHx7k.o conftstm.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccEmHx7k.o conftstm.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -dylib -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o libconftest.dylib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -single_module /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccLe1eux.o -headerpad_max_install_names -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -dylib -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o libconftest.dylib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -single_module /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccLe1eux.o -headerpad_max_install_names -lSystem -lgcc -lSystem | |
g++-4.2 called with: -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -exported_symbols_list conftest.sym /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccjyP3Uw.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -exported_symbols_list conftest.sym /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccjyP3Uw.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -g -O2 -c -o conftest.o conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv executed: gcc-4.2 -pipe -Os -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccbKnLZV.o -force_load ./libconftest.a -headerpad_max_install_names -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccbKnLZV.o -force_load ./libconftest.a -headerpad_max_install_names -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -E conftest.c | |
superenv executed: gcc-4.2 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -E conftest.c | |
superenv executed: gcc-4.2 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -E conftest.c | |
superenv executed: gcc-4.2 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -E conftest.c | |
superenv executed: gcc-4.2 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -E conftest.c | |
superenv executed: gcc-4.2 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -E conftest.c | |
superenv executed: gcc-4.2 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -o conftest -g -O2 -liconv conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//cc42weN7.o -headerpad_max_install_names -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//cc42weN7.o -headerpad_max_install_names -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -o conftest -g -O2 -liconv conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccVeQs4W.o -headerpad_max_install_names -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccVeQs4W.o -headerpad_max_install_names -lSystem -lgcc -lSystem | |
gcc-4.2 called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -o conftest -g -O2 -liconv -static conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -o conftest -g -O2 -liconv -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -static -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//cciuxLRw.o -headerpad_max_install_names -lgcc_static | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -static -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//cciuxLRw.o -headerpad_max_install_names -lgcc_static | |
gcc-4.2 called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv executed: gcc-4.2 -pipe -Os -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-4.2 called with: -print-search-dirs | |
superenv executed: gcc-4.2 -pipe -Os -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-4.2 called with: -g -O2 -liconv -print-multi-os-directory | |
superenv executed: gcc-4.2 -pipe -Os -g -O2 -liconv -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -liconv conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -liconv conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccBZfCb5.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccBZfCb5.o -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -print-prog-name=ld | |
superenv executed: g++-4.2 -pipe -Os -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -v | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -v | |
g++-4.2 called with: -c -g -O2 conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -liconv -static conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -liconv -static conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -static -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccd4dL68.o -headerpad_max_install_names -lstdc++ -lgcc_static | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -static -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccd4dL68.o -headerpad_max_install_names -lstdc++ -lgcc_static | |
g++-4.2 called with: -c -g -O2 -o out/conftest2.o conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -fno-exceptions conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -fno-exceptions conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lws2_32 | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lws2_32 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccjCfE6X.o -lws2_32 -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccjCfE6X.o -lws2_32 -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lregex | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lregex -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccGNp1JN.o -lregex -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccGNp1JN.o -lregex -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -c -g -O2 -fno-exceptions conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-exceptions conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-exceptions conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E conftest.cpp | |
superenv executed: g++-4.2 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient conftest.cpp -lpthread | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient conftest.cpp -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccRUWBW5.o -lpthread -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccRUWBW5.o -lpthread -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -liconv | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccNbXIlo.o -liconv -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccNbXIlo.o -liconv -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -lncursesw | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -lncursesw -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccVKvMpr.o -lncursesw -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccVKvMpr.o -lncursesw -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -lncurses | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccGSbgWt.o -lncurses -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccGSbgWt.o -lncurses -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses conftest.cpp -lcurl | |
superenv executed: g++-4.2 -pipe -Os -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses conftest.cpp -lcurl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread -lncurses /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccYJErLv.o -lcurl -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o conftest -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -liconv -lmpdclient -lpthread -lncurses /var/folders/0x/b0bg6_wn0z51wp8_twlty97w0000gn/T//ccYJErLv.o -lcurl -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
superenv executed: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib conftest.cpp | |
superenv executed: g++-4.2 -pipe -Os -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -E -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib conftest.cpp | |
superenv executed: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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
Making install in src | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o browser.o browser.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o charset.o charset.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o clock.o clock.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o conv.o conv.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o curl_handle.o curl_handle.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o display.o display.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o error.o error.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o help.o help.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o helpers.o helpers.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lastfm.o lastfm.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lastfm_service.o lastfm_service.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lyrics.o lyrics.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lyrics_fetcher.o lyrics_fetcher.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o media_library.o media_library.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o menu.o menu.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o mpdpp.o mpdpp.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o ncmpcpp.o ncmpcpp.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o outputs.o outputs.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o playlist.o playlist.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o playlist_editor.o playlist_editor.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o screen.o screen.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o scrollpad.o scrollpad.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o search_engine.o search_engine.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o sel_items_adder.o sel_items_adder.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o server_info.o server_info.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o settings.o settings.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o song.o song.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o song_info.o song_info.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o status.o status.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tag_editor.o tag_editor.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tiny_tag_editor.o tiny_tag_editor.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tolower.o tolower.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o visualizer.o visualizer.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o window.o window.cpp | |
/bin/sh ../libtool --tag=CXX --mode=link g++-4.2 -g -O2 -fno-exceptions -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag -o ncmpcpp browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o | |
libtool: link: g++-4.2 -g -O2 -fno-exceptions -o ncmpcpp browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag | |
Undefined symbols for architecture x86_64: | |
"TagLib::String::String(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, TagLib::String::Type)", referenced from: | |
_main in ncmpcpp.o | |
void (anonymous namespace)::WriteID3v2<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >(TagLib::ByteVector const&, TagLib::ID3v2::Tag*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)in tag_editor.o | |
TagEditor::GetTagList(TagLib::StringList&, MPD::Song const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > (MPD::Song::*)(unsigned int) const)in tag_editor.o | |
TagEditor::WriteXiphComments(MPD::Song const&, TagLib::Ogg::XiphComment*) in tag_editor.o | |
TagEditor::WriteTags(MPD::Song&) in tag_editor.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[1]: *** [ncmpcpp] Error 1 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 2cf8a5cee9e4e5357383c9f50bd9368501bf5ec6 | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: 2.7.5 => /opt/X11 |
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
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o browser.o browser.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o browser.o browser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o charset.o charset.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o charset.o charset.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o clock.o clock.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o clock.o clock.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o conv.o conv.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o conv.o conv.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o curl_handle.o curl_handle.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o curl_handle.o curl_handle.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o display.o display.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o display.o display.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o error.o error.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o error.o error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o help.o help.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o help.o help.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o helpers.o helpers.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o helpers.o helpers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lastfm.o lastfm.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o lastfm.o lastfm.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lastfm_service.o lastfm_service.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o lastfm_service.o lastfm_service.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lyrics.o lyrics.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o lyrics.o lyrics.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lyrics_fetcher.o lyrics_fetcher.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o lyrics_fetcher.o lyrics_fetcher.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o media_library.o media_library.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o media_library.o media_library.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o menu.o menu.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o menu.o menu.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o mpdpp.o mpdpp.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o mpdpp.o mpdpp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o ncmpcpp.o ncmpcpp.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o ncmpcpp.o ncmpcpp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o outputs.o outputs.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o outputs.o outputs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o playlist.o playlist.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o playlist.o playlist.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o playlist_editor.o playlist_editor.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o playlist_editor.o playlist_editor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o screen.o screen.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o screen.o screen.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o scrollpad.o scrollpad.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o scrollpad.o scrollpad.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o search_engine.o search_engine.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o search_engine.o search_engine.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o sel_items_adder.o sel_items_adder.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o sel_items_adder.o sel_items_adder.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o server_info.o server_info.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o server_info.o server_info.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o settings.o settings.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o settings.o settings.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o song.o song.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o song.o song.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o song_info.o song_info.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o song_info.o song_info.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o status.o status.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o status.o status.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tag_editor.o tag_editor.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o tag_editor.o tag_editor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tiny_tag_editor.o tiny_tag_editor.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o tiny_tag_editor.o tiny_tag_editor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tolower.o tolower.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o tolower.o tolower.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o visualizer.o visualizer.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o visualizer.o visualizer.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o window.o window.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: g++-4.2 -pipe -w -Os -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -fno-exceptions -c -o window.o window.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++-4.2 called with: -g -O2 -fno-exceptions -o ncmpcpp browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: g++-4.2 -pipe -w -Os -fno-exceptions -o ncmpcpp browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -w -o ncmpcpp -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/Cellar/taglib/1.9.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o -bind_at_load -liconv -lmpdclient -lpthread -lncurses -lcurl -ltag -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -w -o ncmpcpp -lcrt1.10.6.o -L/usr/local/Cellar/libmpdclient/2.9/lib -L/usr/local/Cellar/taglib/1.9.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o -bind_at_load -liconv -lmpdclient -lpthread -lncurses -lcurl -ltag -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/ncmpcpp/0.5.10 --with-taglib --with-curl --enable-unicode | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = butterfinger.local | |
uname -m = x86_64 | |
uname -r = 13.1.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 225 tasks, 1401 threads, 4 processors | |
Load average: 2.50, Mach factor: 1.54 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/taglib/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/opt/apple-gcc42/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2403: checking for a BSD-compatible install | |
configure:2471: result: /usr/bin/install -c | |
configure:2482: checking whether build environment is sane | |
configure:2532: result: yes | |
configure:2673: checking for a thread-safe mkdir -p | |
configure:2712: result: ./install-sh -c -d | |
configure:2725: checking for gawk | |
configure:2755: result: no | |
configure:2725: checking for mawk | |
configure:2755: result: no | |
configure:2725: checking for nawk | |
configure:2755: result: no | |
configure:2725: checking for awk | |
configure:2741: found /usr/bin/awk | |
configure:2752: result: awk | |
configure:2763: checking whether make sets $(MAKE) | |
configure:2785: result: yes | |
configure:2986: checking for C++ compiler version | |
configure:2995: g++-4.2 --version >&5 | |
i686-apple-darwin11-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:3006: $? = 0 | |
configure:2995: g++-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin11 | |
Configured with: /Volumes/Media/Builds/gcc-5666.3/build/obj/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
start in crt1.10.6.o | |
ld: symbol(s) not found for architecture x86_64 | |
... rest of stderr output deleted ... | |
configure:3006: $? = 1 | |
configure:2995: g++-4.2 -V >&5 | |
i686-apple-darwin11-g++-4.2.1: '-V' must come at the start of the command line | |
configure:3006: $? = 1 | |
configure:2995: g++-4.2 -qversion >&5 | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
start in crt1.10.6.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:3006: $? = 1 | |
configure:3026: checking whether the C++ compiler works | |
configure:3048: g++-4.2 -liconv conftest.cpp >&5 | |
configure:3052: $? = 0 | |
configure:3100: result: yes | |
configure:3103: checking for C++ compiler default output file name | |
configure:3105: result: a.out | |
configure:3111: checking for suffix of executables | |
configure:3118: g++-4.2 -o conftest -liconv conftest.cpp >&5 | |
configure:3122: $? = 0 | |
configure:3144: result: | |
configure:3166: checking whether we are cross compiling | |
configure:3174: g++-4.2 -o conftest -liconv conftest.cpp >&5 | |
configure:3178: $? = 0 | |
configure:3185: ./conftest | |
configure:3189: $? = 0 | |
configure:3204: result: no | |
configure:3209: checking for suffix of object files | |
configure:3231: g++-4.2 -c conftest.cpp >&5 | |
configure:3235: $? = 0 | |
configure:3256: result: o | |
configure:3260: checking whether we are using the GNU C++ compiler | |
configure:3279: g++-4.2 -c conftest.cpp >&5 | |
configure:3279: $? = 0 | |
configure:3288: result: yes | |
configure:3297: checking whether g++-4.2 accepts -g | |
configure:3317: g++-4.2 -c -g conftest.cpp >&5 | |
configure:3317: $? = 0 | |
configure:3358: result: yes | |
configure:3392: checking for style of include used by make | |
configure:3420: result: GNU | |
configure:3446: checking dependency style of g++-4.2 | |
configure:3557: result: none | |
configure:3601: checking build system type | |
configure:3615: result: x86_64-apple-darwin13.1.0 | |
configure:3635: checking host system type | |
configure:3648: result: x86_64-apple-darwin13.1.0 | |
configure:3689: checking how to print strings | |
configure:3716: result: printf | |
configure:3785: checking for gcc | |
configure:3812: result: gcc-4.2 | |
configure:4041: checking for C compiler version | |
configure:4050: gcc-4.2 --version >&5 | |
i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:4061: $? = 0 | |
configure:4050: gcc-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin11 | |
Configured with: /Volumes/Media/Builds/gcc-5666.3/build/obj/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.9.1 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc -L/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -headerpad_max_install_names -lSystem -lgcc -lSystem | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
start in crt1.10.6.o | |
ld: symbol(s) not found for architecture x86_64 | |
... rest of stderr output deleted ... | |
configure:4061: $? = 1 | |
configure:4050: gcc-4.2 -V >&5 | |
i686-apple-darwin11-gcc-4.2.1: '-V' must come at the start of the command line | |
configure:4061: $? = 1 | |
configure:4050: gcc-4.2 -qversion >&5 | |
Undefined symbols for architecture x86_64: | |
"_main", referenced from: | |
start in crt1.10.6.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:4061: $? = 1 | |
configure:4065: checking whether we are using the GNU C compiler | |
configure:4084: gcc-4.2 -c conftest.c >&5 | |
configure:4084: $? = 0 | |
configure:4093: result: yes | |
configure:4102: checking whether gcc-4.2 accepts -g | |
configure:4122: gcc-4.2 -c -g conftest.c >&5 | |
configure:4122: $? = 0 | |
configure:4163: result: yes | |
configure:4180: checking for gcc-4.2 option to accept ISO C89 | |
configure:4244: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:4244: $? = 0 | |
configure:4257: result: none needed | |
configure:4279: checking dependency style of gcc-4.2 | |
configure:4390: result: none | |
configure:4405: checking for a sed that does not truncate output | |
configure:4469: result: /usr/local/Library/ENV/4.3/sed | |
configure:4487: checking for grep that handles long lines and -e | |
configure:4545: result: /usr/bin/grep | |
configure:4550: checking for egrep | |
configure:4612: result: /usr/bin/grep -E | |
configure:4617: checking for fgrep | |
configure:4679: result: /usr/bin/grep -F | |
configure:4714: checking for ld used by gcc-4.2 | |
configure:4781: result: /usr/local/Library/ENV/4.3/ld | |
configure:4788: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld | |
configure:4803: result: no | |
configure:4815: checking for BSD- or MS-compatible name lister (nm) | |
configure:4864: result: /usr/bin/nm | |
configure:4994: checking the name lister (/usr/bin/nm) interface | |
configure:5001: g++-4.2 -c -g -O2 conftest.cpp >&5 | |
configure:5004: /usr/bin/nm "conftest.o" | |
configure:5007: output | |
0000000000000140 D _some_variable | |
configure:5014: result: BSD nm | |
configure:5017: checking whether ln -s works | |
configure:5021: result: yes | |
configure:5029: checking the maximum length of command line arguments | |
configure:5159: result: 196608 | |
configure:5176: checking whether the shell understands some XSI constructs | |
configure:5186: result: yes | |
configure:5190: checking whether the shell understands "+=" | |
configure:5196: result: yes | |
configure:5231: checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format | |
configure:5271: result: func_convert_file_noop | |
configure:5278: checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format | |
configure:5298: result: func_convert_file_noop | |
configure:5305: checking for /usr/local/Library/ENV/4.3/ld option to reload object files | |
configure:5312: result: -r | |
configure:5386: checking for objdump | |
configure:5416: result: no | |
configure:5445: checking how to recognize dependent libraries | |
configure:5647: result: pass_all | |
configure:5732: checking for dlltool | |
configure:5762: result: no | |
configure:5792: checking how to associate runtime and link libraries | |
configure:5819: result: printf %s\n | |
configure:5880: checking for ar | |
configure:5896: found /usr/bin/ar | |
configure:5907: result: ar | |
configure:5944: checking for archiver @FILE support | |
configure:5961: g++-4.2 -c -g -O2 conftest.cpp >&5 | |
configure:5961: $? = 0 | |
configure:5964: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:5967: $? = 1 | |
configure:5987: result: no | |
configure:6045: checking for strip | |
configure:6061: found /usr/bin/strip | |
configure:6072: result: strip | |
configure:6144: checking for ranlib | |
configure:6160: found /usr/bin/ranlib | |
configure:6171: result: ranlib | |
configure:6273: checking command to parse /usr/bin/nm output from gcc-4.2 object | |
configure:6393: g++-4.2 -c -g -O2 conftest.cpp >&5 | |
configure:6396: $? = 0 | |
configure:6400: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6403: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6393: g++-4.2 -c -g -O2 conftest.cpp >&5 | |
configure:6396: $? = 0 | |
configure:6400: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6403: $? = 0 | |
configure:6469: g++-4.2 -o conftest -g -O2 -liconv conftest.cpp conftstm.o >&5 | |
configure:6472: $? = 0 | |
configure:6510: result: ok | |
configure:6547: checking for sysroot | |
configure:6577: result: no | |
configure:6834: checking for mt | |
configure:6864: result: no | |
configure:6884: checking if : is a manifest tool | |
configure:6890: : '-?' | |
configure:6898: result: no | |
configure:6954: checking for dsymutil | |
configure:6970: found /usr/bin/dsymutil | |
configure:6981: result: dsymutil | |
configure:7046: checking for nmedit | |
configure:7062: found /usr/bin/nmedit | |
configure:7073: result: nmedit | |
configure:7138: checking for lipo | |
configure:7154: found /usr/bin/lipo | |
configure:7165: result: lipo | |
configure:7230: checking for otool | |
configure:7246: found /usr/bin/otool | |
configure:7257: result: otool | |
configure:7322: checking for otool64 | |
configure:7352: result: no | |
configure:7397: checking for -single_module linker flag | |
gcc-4.2 -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7430: result: yes | |
configure:7433: checking for -exported_symbols_list linker flag | |
configure:7453: g++-4.2 -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5 | |
configure:7453: $? = 0 | |
configure:7463: result: yes | |
configure:7466: checking for -force_load linker flag | |
gcc-4.2 -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
gcc-4.2 -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7498: result: yes | |
configure:7540: checking how to run the C preprocessor | |
configure:7571: gcc-4.2 -E conftest.c | |
configure:7571: $? = 0 | |
configure:7585: gcc-4.2 -E conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:7585: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7610: result: gcc-4.2 -E | |
configure:7630: gcc-4.2 -E conftest.c | |
configure:7630: $? = 0 | |
configure:7644: gcc-4.2 -E conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:7644: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7673: checking for ANSI C header files | |
configure:7693: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7693: $? = 0 | |
configure:7766: gcc-4.2 -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:7766: $? = 0 | |
configure:7766: ./conftest | |
configure:7766: $? = 0 | |
configure:7777: result: yes | |
configure:7790: checking for sys/types.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for sys/stat.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for stdlib.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for string.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for memory.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for strings.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for inttypes.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for stdint.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7790: checking for unistd.h | |
configure:7790: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7790: $? = 0 | |
configure:7790: result: yes | |
configure:7804: checking for dlfcn.h | |
configure:7804: gcc-4.2 -c -g -O2 conftest.c >&5 | |
configure:7804: $? = 0 | |
configure:7804: result: yes | |
configure:8020: checking for objdir | |
configure:8035: result: .libs | |
configure:8302: checking if gcc-4.2 supports -fno-rtti -fno-exceptions | |
configure:8320: gcc-4.2 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C | |
configure:8324: $? = 0 | |
configure:8337: result: no | |
configure:8664: checking for gcc-4.2 option to produce PIC | |
configure:8671: result: -fno-common -DPIC | |
configure:8679: checking if gcc-4.2 PIC flag -fno-common -DPIC works | |
configure:8697: gcc-4.2 -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8701: $? = 0 | |
configure:8714: result: yes | |
configure:8743: checking if gcc-4.2 static flag -static works | |
configure:8771: result: no | |
configure:8786: checking if gcc-4.2 supports -c -o file.o | |
configure:8807: gcc-4.2 -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:8811: $? = 0 | |
configure:8833: result: yes | |
configure:8841: checking if gcc-4.2 supports -c -o file.o | |
configure:8888: result: yes | |
configure:8921: checking whether the gcc-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:10074: result: yes | |
configure:10314: checking dynamic linker characteristics | |
configure:11060: result: darwin13.1.0 dyld | |
configure:11167: checking how to hardcode library paths into programs | |
configure:11192: result: immediate | |
configure:11732: checking whether stripping libraries is possible | |
configure:11746: result: yes | |
configure:11772: checking if libtool supports shared libraries | |
configure:11774: result: yes | |
configure:11777: checking whether to build shared libraries | |
configure:11798: result: yes | |
configure:11801: checking whether to build static libraries | |
configure:11805: result: yes | |
configure:11828: checking how to run the C++ preprocessor | |
configure:11855: g++-4.2 -E conftest.cpp | |
configure:11855: $? = 0 | |
configure:11869: g++-4.2 -E conftest.cpp | |
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory | |
configure:11869: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:11894: result: g++-4.2 -E | |
configure:11914: g++-4.2 -E conftest.cpp | |
configure:11914: $? = 0 | |
configure:11928: g++-4.2 -E conftest.cpp | |
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory | |
configure:11928: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12097: checking for ld used by g++-4.2 | |
configure:12164: result: /usr/local/Library/ENV/4.3/ld | |
configure:12171: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld | |
configure:12186: result: no | |
configure:12241: checking whether the g++-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:13246: result: yes | |
configure:13282: g++-4.2 -c -g -O2 conftest.cpp >&5 | |
configure:13285: $? = 0 | |
configure:13805: checking for g++-4.2 option to produce PIC | |
configure:13812: result: -fno-common -DPIC | |
configure:13820: checking if g++-4.2 PIC flag -fno-common -DPIC works | |
configure:13838: g++-4.2 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:13842: $? = 0 | |
configure:13855: result: yes | |
configure:13878: checking if g++-4.2 static flag -static works | |
configure:13906: result: no | |
configure:13918: checking if g++-4.2 supports -c -o file.o | |
configure:13939: g++-4.2 -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:13943: $? = 0 | |
configure:13965: result: yes | |
configure:13970: checking if g++-4.2 supports -c -o file.o | |
configure:14017: result: yes | |
configure:14047: checking whether the g++-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:14083: result: yes | |
configure:14224: checking dynamic linker characteristics | |
configure:14904: result: darwin13.1.0 dyld | |
configure:14957: checking how to hardcode library paths into programs | |
configure:14982: result: immediate | |
configure:15125: checking whether compiler supports -fno-exceptions | |
configure:15140: g++-4.2 -c -fno-exceptions conftest.cpp >&5 | |
configure:15140: $? = 0 | |
configure:15141: result: yes | |
configure:15154: checking for _head_libws2_32_a in -lws2_32 | |
configure:15179: g++-4.2 -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lws2_32 >&5 | |
ld: library not found for -lws2_32 | |
collect2: ld returned 1 exit status | |
configure:15179: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _head_libws2_32_a (); | |
| int | |
| main () | |
| { | |
| return _head_libws2_32_a (); | |
| ; | |
| return 0; | |
| } | |
configure:15188: result: no | |
configure:15194: checking for regcomp in -lregex | |
configure:15219: g++-4.2 -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lregex >&5 | |
ld: library not found for -lregex | |
collect2: ld returned 1 exit status | |
configure:15219: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char regcomp (); | |
| int | |
| main () | |
| { | |
| return regcomp (); | |
| ; | |
| return 0; | |
| } | |
configure:15228: result: no | |
configure:15239: checking dirent.h usability | |
configure:15239: g++-4.2 -c -g -O2 -fno-exceptions conftest.cpp >&5 | |
configure:15239: $? = 0 | |
configure:15239: result: yes | |
configure:15239: checking dirent.h presence | |
configure:15239: g++-4.2 -E conftest.cpp | |
configure:15239: $? = 0 | |
configure:15239: result: yes | |
configure:15239: checking for dirent.h | |
configure:15239: result: yes | |
configure:15239: checking regex.h usability | |
configure:15239: g++-4.2 -c -g -O2 -fno-exceptions conftest.cpp >&5 | |
configure:15239: $? = 0 | |
configure:15239: result: yes | |
configure:15239: checking regex.h presence | |
configure:15239: g++-4.2 -E conftest.cpp | |
configure:15239: $? = 0 | |
configure:15239: result: yes | |
configure:15239: checking for regex.h | |
configure:15239: result: yes | |
configure:15253: checking langinfo.h usability | |
configure:15253: g++-4.2 -c -g -O2 -fno-exceptions conftest.cpp >&5 | |
configure:15253: $? = 0 | |
configure:15253: result: yes | |
configure:15253: checking langinfo.h presence | |
configure:15253: g++-4.2 -E conftest.cpp | |
configure:15253: $? = 0 | |
configure:15253: result: yes | |
configure:15253: checking for langinfo.h | |
configure:15253: result: yes | |
configure:15321: checking for pkg-config | |
configure:15339: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:15351: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:15376: checking pkg-config is at least version 0.9.0 | |
configure:15379: result: yes | |
configure:15389: checking for libmpdclient | |
configure:15396: $PKG_CONFIG --exists --print-errors "libmpdclient >= 2.1" | |
configure:15399: $? = 0 | |
configure:15413: $PKG_CONFIG --exists --print-errors "libmpdclient >= 2.1" | |
configure:15416: $? = 0 | |
configure:15456: result: yes | |
configure:15464: checking mpd/client.h usability | |
configure:15464: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp >&5 | |
configure:15464: $? = 0 | |
configure:15464: result: yes | |
configure:15464: checking mpd/client.h presence | |
configure:15464: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
configure:15464: $? = 0 | |
configure:15464: result: yes | |
configure:15464: checking for mpd/client.h | |
configure:15464: result: yes | |
configure:15483: checking pthread.h usability | |
configure:15483: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp >&5 | |
configure:15483: $? = 0 | |
configure:15483: result: yes | |
configure:15483: checking pthread.h presence | |
configure:15483: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
configure:15483: $? = 0 | |
configure:15483: result: yes | |
configure:15483: checking for pthread.h | |
configure:15483: result: yes | |
configure:15488: checking for pthread_create in -lpthread | |
configure:15513: g++-4.2 -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient conftest.cpp -lpthread >&5 | |
configure:15513: $? = 0 | |
configure:15522: result: yes | |
configure:15539: checking iconv.h usability | |
configure:15539: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp >&5 | |
configure:15539: $? = 0 | |
configure:15539: result: yes | |
configure:15539: checking iconv.h presence | |
configure:15539: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
configure:15539: $? = 0 | |
configure:15539: result: yes | |
configure:15539: checking for iconv.h | |
configure:15539: result: yes | |
configure:15544: checking whether iconv takes const char ** | |
configure:15557: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:33: error: invalid conversion from 'const char**' to 'char**' | |
conftest.cpp:33: error: initializing argument 2 of 'size_t iconv(void*, char**, size_t*, char**, size_t*)' | |
configure:15557: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_MPD_CLIENT_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_ICONV_H 1 | |
| /* end confdefs.h. */ | |
| #include <iconv.h> | |
| int | |
| main () | |
| { | |
| iconv(0, (const char **)0, 0, 0, 0); | |
| ; | |
| return 0; | |
| } | |
configure:15563: result: no | |
configure:15569: checking for libiconv in -liconv | |
configure:15594: g++-4.2 -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -liconv >&5 | |
Undefined symbols for architecture x86_64: | |
"_libiconv", referenced from: | |
_main in ccNbXIlo.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15594: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_MPD_CLIENT_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST /**/ | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char libiconv (); | |
| int | |
| main () | |
| { | |
| return libiconv (); | |
| ; | |
| return 0; | |
| } | |
configure:15603: result: no | |
configure:15645: checking for ncursesw6-config | |
configure:15678: result: no | |
configure:15645: checking for ncursesw5-config | |
configure:15678: result: no | |
configure:15691: checking for initscr in -lncursesw | |
configure:15716: g++-4.2 -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -lncursesw >&5 | |
ld: library not found for -lncursesw | |
collect2: ld returned 1 exit status | |
configure:15716: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "ncmpcpp" | |
| #define VERSION "0.5.10" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_MPD_CLIENT_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST /**/ | |
| #define _UTF8 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char initscr (); | |
| int | |
| main () | |
| { | |
| return initscr (); | |
| ; | |
| return 0; | |
| } | |
configure:15725: result: no | |
configure:15738: checking for initscr in -lncurses | |
configure:15763: g++-4.2 -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread conftest.cpp -lncurses >&5 | |
configure:15763: $? = 0 | |
configure:15773: result: yes | |
configure:15833: checking curses.h usability | |
configure:15833: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp >&5 | |
configure:15833: $? = 0 | |
configure:15833: result: yes | |
configure:15833: checking curses.h presence | |
configure:15833: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
configure:15833: $? = 0 | |
configure:15833: result: yes | |
configure:15833: checking for curses.h | |
configure:15833: result: yes | |
configure:15956: checking for curl-config | |
configure:15974: found /usr/bin/curl-config | |
configure:15986: result: /usr/bin/curl-config | |
configure:15996: checking for curl_easy_init in -lcurl | |
configure:16021: g++-4.2 -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses conftest.cpp -lcurl >&5 | |
configure:16021: $? = 0 | |
configure:16030: result: yes | |
configure:16043: checking curl/curl.h usability | |
configure:16043: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp >&5 | |
configure:16043: $? = 0 | |
configure:16043: result: yes | |
configure:16043: checking curl/curl.h presence | |
configure:16043: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include conftest.cpp | |
configure:16043: $? = 0 | |
configure:16043: result: yes | |
configure:16043: checking for curl/curl.h | |
configure:16043: result: yes | |
configure:16111: checking for taglib-config | |
configure:16129: found /usr/local/opt/taglib/bin/taglib-config | |
configure:16141: result: /usr/local/opt/taglib/bin/taglib-config | |
configure:16154: checking taglib.h usability | |
configure:16154: g++-4.2 -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib conftest.cpp >&5 | |
configure:16154: $? = 0 | |
configure:16154: result: yes | |
configure:16154: checking taglib.h presence | |
configure:16154: g++-4.2 -E -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib conftest.cpp | |
configure:16154: $? = 0 | |
configure:16154: result: yes | |
configure:16154: checking for taglib.h | |
configure:16154: result: yes | |
configure:16312: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on butterfinger.local | |
config.status:1171: creating Makefile | |
config.status:1171: creating src/Makefile | |
config.status:1171: creating doc/Makefile | |
config.status:1171: creating config.h | |
config.status:1400: executing depfiles commands | |
config.status:1400: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin13.1.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=gcc-4.2 | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=g++-4.2 | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-liconv | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libmpdclient/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_fftw3_CFLAGS_set= | |
ac_cv_env_fftw3_CFLAGS_value= | |
ac_cv_env_fftw3_LIBS_set= | |
ac_cv_env_fftw3_LIBS_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_libmpdclient_CFLAGS_set= | |
ac_cv_env_libmpdclient_CFLAGS_value= | |
ac_cv_env_libmpdclient_LIBS_set= | |
ac_cv_env_libmpdclient_LIBS_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_header_curl_curl_h=yes | |
ac_cv_header_curses_h=yes | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_iconv_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_mpd_client_h=yes | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_regex_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_taglib_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin13.1.0 | |
ac_cv_lib_curl_curl_easy_init=yes | |
ac_cv_lib_iconv_libiconv=no | |
ac_cv_lib_ncurses___initscr=yes | |
ac_cv_lib_ncursesw_initscr=no | |
ac_cv_lib_pthread_pthread_create=yes | |
ac_cv_lib_regex_regcomp=no | |
ac_cv_lib_ws2_32__head_libws2_32_a=no | |
ac_cv_objext=o | |
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_TAGLIB_CONFIG=/usr/local/opt/taglib/bin/taglib-config | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='gcc-4.2 -E' | |
ac_cv_prog_CXXCPP='g++-4.2 -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=gcc-4.2 | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/local/Library/ENV/4.3/ld | |
lt_cv_path_LDCXX=/usr/local/Library/ENV/4.3/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=no | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pkg_cv_libmpdclient_CFLAGS='-I/usr/local/Cellar/libmpdclient/2.9/include ' | |
pkg_cv_libmpdclient_LIBS='-L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/ncmpcpp-II2X/ncmpcpp-0.5.10/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/ncmpcpp-II2X/ncmpcpp-0.5.10/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/ncmpcpp-II2X/ncmpcpp-0.5.10/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/ncmpcpp-II2X/ncmpcpp-0.5.10/missing --run automake-1.11' | |
AWK='awk' | |
CC='gcc-4.2' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='gcc-4.2 -E' | |
CPPFLAGS=' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib' | |
CURL_CONFIG='/usr/bin/curl-config' | |
CURSES_CONFIG='' | |
CXX='g++-4.2' | |
CXXCPP='g++-4.2 -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2 -fno-exceptions' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/local/Library/ENV/4.3/ld' | |
LDFLAGS='-liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/ncmpcpp-II2X/ncmpcpp-0.5.10/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='ncmpcpp' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9' | |
PKG_CONFIG_PATH='/usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libmpdclient/lib/pkgconfig' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
TAGLIB_CONFIG='/usr/local/opt/taglib/bin/taglib-config' | |
VERSION='0.5.10' | |
ac_ct_AR='ar' | |
ac_ct_CC='gcc-4.2' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin13.1.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin13.1.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
fftw3_CFLAGS='' | |
fftw3_LIBS='' | |
host='x86_64-apple-darwin13.1.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin13.1.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/ncmpcpp-II2X/ncmpcpp-0.5.10/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
libmpdclient_CFLAGS='-I/usr/local/Cellar/libmpdclient/2.9/include ' | |
libmpdclient_LIBS='-L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient ' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/./install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/ncmpcpp/0.5.10' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PACKAGE "ncmpcpp" | |
#define VERSION "0.5.10" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_REGEX_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_MPD_CLIENT_H 1 | |
#define HAVE_PTHREAD_H 1 | |
#define HAVE_ICONV_H 1 | |
#define ICONV_CONST /**/ | |
#define _UTF8 1 | |
#define HAVE_CURSES_H 1 | |
#define HAVE_CURL_CURL_H 1 | |
#define HAVE_TAGLIB_H 1 | |
configure: exit 0 |
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
napcae at butterfinger in ~ | |
$ HOMEBREW_MAKE_JOBS=1 brew install -v ncmpcpp 2>&1 | |
==> Downloading http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.5.10.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/ncmpcpp-0.5.10.tar.bz2 | |
==> Verifying ncmpcpp-0.5.10.tar.bz2 checksum | |
tar xf /Library/Caches/Homebrew/ncmpcpp-0.5.10.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/ncmpcpp/0.5.10 --with-taglib --with-curl --enable-unicode | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
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 g++-4.2 accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++-4.2... none | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking how to print strings... printf | |
checking for gcc... gcc-4.2 | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc-4.2 accepts -g... yes | |
checking for gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of gcc-4.2... none | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/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-4.2... /usr/local/Library/ENV/4.3/ld | |
checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/local/Library/ENV/4.3/ld option to reload object files... -r | |
checking for objdump... no | |
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 ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc-4.2 -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-4.2 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if gcc-4.2 static flag -static works... no | |
checking if gcc-4.2 supports -c -o file.o... yes | |
checking if gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the gcc-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.1.0 dyld | |
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++-4.2 -E | |
checking for ld used by g++-4.2... /usr/local/Library/ENV/4.3/ld | |
checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld... no | |
checking whether the g++-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking for g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if g++-4.2 static flag -static works... no | |
checking if g++-4.2 supports -c -o file.o... yes | |
checking if g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the g++-4.2 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether compiler supports -fno-exceptions... yes | |
checking for _head_libws2_32_a in -lws2_32... no | |
checking for regcomp in -lregex... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for libmpdclient... yes | |
checking mpd/client.h usability... yes | |
checking mpd/client.h presence... yes | |
checking for mpd/client.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking whether iconv takes const char **... no | |
checking for libiconv in -liconv... no | |
checking for ncursesw6-config... no | |
checking for ncursesw5-config... no | |
checking for initscr in -lncursesw... no | |
checking for initscr in -lncurses... yes | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking for curl-config... /usr/bin/curl-config | |
checking for curl_easy_init in -lcurl... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for taglib-config... /usr/local/opt/taglib/bin/taglib-config | |
checking taglib.h usability... yes | |
checking taglib.h presence... yes | |
checking for taglib.h... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
Making install in src | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o browser.o browser.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o charset.o charset.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o clock.o clock.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o conv.o conv.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o curl_handle.o curl_handle.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o display.o display.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o error.o error.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o help.o help.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o helpers.o helpers.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lastfm.o lastfm.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lastfm_service.o lastfm_service.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lyrics.o lyrics.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o lyrics_fetcher.o lyrics_fetcher.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o media_library.o media_library.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o menu.o menu.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o mpdpp.o mpdpp.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o ncmpcpp.o ncmpcpp.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o outputs.o outputs.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o playlist.o playlist.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o playlist_editor.o playlist_editor.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o screen.o screen.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o scrollpad.o scrollpad.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o search_engine.o search_engine.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o sel_items_adder.o sel_items_adder.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o server_info.o server_info.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o settings.o settings.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o song.o song.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o song_info.o song_info.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o status.o status.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tag_editor.o tag_editor.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tiny_tag_editor.o tiny_tag_editor.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o tolower.o tolower.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o visualizer.o visualizer.cpp | |
g++-4.2 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/taglib/1.9.1/include/taglib -g -O2 -fno-exceptions -c -o window.o window.cpp | |
/bin/sh ../libtool --tag=CXX --mode=link g++-4.2 -g -O2 -fno-exceptions -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag -o ncmpcpp browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o | |
libtool: link: g++-4.2 -g -O2 -fno-exceptions -o ncmpcpp browser.o charset.o clock.o conv.o curl_handle.o display.o error.o help.o helpers.o lastfm.o lastfm_service.o lyrics.o lyrics_fetcher.o media_library.o menu.o mpdpp.o ncmpcpp.o outputs.o playlist.o playlist_editor.o screen.o scrollpad.o search_engine.o sel_items_adder.o server_info.o settings.o song.o song_info.o status.o tag_editor.o tiny_tag_editor.o tolower.o visualizer.o window.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient -lpthread -lncurses -lcurl -L/usr/local/Cellar/taglib/1.9.1/lib -ltag | |
Undefined symbols for architecture x86_64: | |
"TagLib::String::String(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, TagLib::String::Type)", referenced from: | |
_main in ncmpcpp.o | |
void (anonymous namespace)::WriteID3v2<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >(TagLib::ByteVector const&, TagLib::ID3v2::Tag*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)in tag_editor.o | |
TagEditor::GetTagList(TagLib::StringList&, MPD::Song const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > (MPD::Song::*)(unsigned int) const)in tag_editor.o | |
TagEditor::WriteXiphComments(MPD::Song const&, TagLib::Ogg::XiphComment*) in tag_editor.o | |
TagEditor::WriteTags(MPD::Song&) in tag_editor.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[1]: *** [ncmpcpp] Error 1 | |
make: *** [install-recursive] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 2cf8a5cee9e4e5357383c9f50bd9368501bf5ec6 | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: 2.7.5 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: gcc-4.2 | |
HOMEBREW_CXX: g++-4.2 | |
LDFLAGS: -liconv | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libmpdclient/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/taglib/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/apple-gcc42/bin | |
Error: ncmpcpp did not build | |
Logs: | |
/Users/napcae/Library/Logs/Homebrew/ncmpcpp/01.configure | |
/Users/napcae/Library/Logs/Homebrew/ncmpcpp/01.configure.cc | |
/Users/napcae/Library/Logs/Homebrew/ncmpcpp/02.make | |
/Users/napcae/Library/Logs/Homebrew/ncmpcpp/02.make.cc | |
/Users/napcae/Library/Logs/Homebrew/ncmpcpp/config.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment