Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created September 13, 2018 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/8ecc6bf45088ccdfa4c8c2db503c4329 to your computer and use it in GitHub Desktop.
Save exarkun/8ecc6bf45088ccdfa4c8c2db503c4329 to your computer and use it in GitHub Desktop.
/nix/store/9z650yzczx5zyhcw5n36ya6x4jq436mr-gcc-wrapper-7.3.0/bin/g++ -std=c++11 -o libsnark/gtests libsnark/algebra/curves/tests/test_bilinearity.o libsnark/algebra/curves/tests/test_groups.o libsnark/algebra/fields/tests/test_bigint.o libsnark/algebr
a/fields/tests/test_fields.o libsnark/gadgetlib1/gadgets/hashes/sha256/tests/test_sha256_gadget.o libsnark/gadgetlib1/gadgets/merkle_tree/tests/test_merkle_tree_gadgets.o libsnark/relations/arithmetic_programs/qap/tests/test_qap.o libsnark/zk_proof_syste
ms/ppzksnark/r1cs_ppzksnark/tests/test_r1cs_ppzksnark.o libsnark/gtests.o libsnark.a -fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1 -fstack-protector-all -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-comment -Wfatal-errors -O2 -march=x86-64 -DMONTGOME
RY_OUTPUT -DCURVE_ALT_BN128 -I/nix/store/0vdf4hcjg54s33j0crf9cs488igfiswn-zcashd-2.0.0/include -Ilibsnark -DNO_PROCPS -static -DSTATIC -DMULTICORE -fopenmp -L/nix/store/0vdf4hcjg54s33j0crf9cs488igfiswn-zcashd-2.0.0/lib -Wl,-rpath,/nix/store/0vdf4hcjg54s3
3j0crf9cs488igfiswn-zcashd-2.0.0/lib -lgtest -lpthread -lgmpxx -lgmp -lboost_program_options -lsodium
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lpthread
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lgmpxx
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lgmp
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lboost_program_options
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lsodium
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lm
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -ldl
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lpthread
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment