Skip to content

Instantly share code, notes, and snippets.

View sgallese's full-sized avatar

Sebastian Gallese sgallese

View GitHub Profile
acbook-de-sebastian-gallese:pHash-0.7.2 kdge$ pwd
/Users/kdge/Downloads/pHash-0.7.2
macbook-de-sebastian-gallese:pHash-0.7.2 kdge$ sudo ./configure && sudo make && sudo make install
Password:
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
kdge@kdge-laptop:~/pHash-0.7.2$ sudo ./configure --enable-java && sudo make && sudo make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
dge@kdge-laptop:~/pHash-0.7.2$ sudo ./configure --enable-java && sudo make && sudo make install
[sudo] password for kdge:
Sorry, try again.
[sudo] password for kdge:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
kdge@kdge-laptop:~/pHash-0.7.2$ sudo CPPFLAGS=-I/usr/lib/jvm/java-6-sun/include ./configure --enable-java >> output 2>&1
kdge@kdge-laptop:~/pHash-0.7.2$ sudo make >> output 2>&1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
Macbook-de-sebastian-gallese:pHash-0.7.2 kdge$ sudo ./configure && sudo make CC=gcc-4.0 && make install
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 for g++... g++
macbook-de-sebastian-gallese:pHash-0.7.2 kdge$ sudo ./configure && sudo make CC=gcc-4.2 && make install
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 for g++... g++
macbook-de-sebastian-gallese:pHash-0.7.2 kdge$ sudo ./configure CC=gcc-4.2 CXX=g++-4.2 && sudo make CC=gcc-4.2 CXX=g++-4.2
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 for C++ compiler default output file name... a.out
macbook-de-sebastian-gallese:pHash-0.7.2 kdge$ sudo ./configure CC=i386-apple-darwin9-gcc-4.4.2 && sudo make CC=i386-apple-darwin9-gcc-4.4.2
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 for g++... g++