Skip to content

Instantly share code, notes, and snippets.

$ cmake .. -DEVMJIT=1
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
@programonauta
programonauta / Log 2 install_dependencies
Created July 17, 2016 14:56
install_dependencies.sh log at 2nd time, just after first one
$ ./install_deps.sh
Installing cpp-ethereum dependencies on Debian Jesse (8.x).
Ign http://ftp.br.debian.org jessie InRelease
Hit http://ftp.br.debian.org jessie-updates InRelease
Hit http://ftp.br.debian.org jessie Release.gpg
Hit http://ftp.br.debian.org jessie Release
Hit http://ftp.br.debian.org jessie-updates/main Sources
Get:1 http://ftp.br.debian.org jessie-updates/main amd64 Packages/DiffIndex [5,440 B]
Get:2 http://ftp.br.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B]
Hit http://security.debian.org jessie/updates InRelease
$ ./install_deps.sh
Installing cpp-ethereum dependencies on Debian Jesse (8.x).
[sudo] password for ricardo:
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Ign http://ftp.br.debian.org jessie InRelease
Get:2 http://ftp.br.debian.org jessie-updates InRelease [142 kB]
Hit http://ftp.br.debian.org jessie Release.gpg
Hit http://ftp.br.debian.org jessie Release
Get:3 http://security.debian.org jessie/updates/main Sources [150 kB]
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [288 kB]
@programonauta
programonauta / CMake-make log
Created July 13, 2016 02:02
Log of command cmake .. -DEVMJIT=1 and make
$ cmake .. -DEVMJIT=1
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++