Error Compiling

./.libs/libbitcoinconsensus.a -ldb_cxx-5.3 -lssl -ldl -lminiupnpc libzcash.a -lsnark /home/johann/zcash/depends/x86_64-unknown-linux-gnu/lib/libgmpxx.a /home/johann/zcash/depends/x86_64-unknown-linux-gnu/lib/libgmp.a -lboost_system-mt -lcrypto /home/johann/zcash/depends/x86_64-unknown-linux-gnu/lib/libsodium.a -lanl -fopenmp -pthread
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
Makefile:3069: fallo en las instrucciones para el objetivo ‘zcash-gtest’
make[2]: *** [zcash-gtest] Error 1
make[2]: *** Se espera a que terminen otras tareas…
Makefile:3010: fallo en las instrucciones para el objetivo ‘test/test_bitcoin’
make[2]: *** [test/test_bitcoin] Error 1
make[2]: se sale del directorio ‘/home/johann/zcash/src’
Makefile:7345: fallo en las instrucciones para el objetivo ‘all-recursive’
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio ‘/home/johann/zcash/src’
Makefile:644: fallo en las instrucciones para el objetivo ‘all-recursive’
make: *** [all-recursive] Error 1

help me whath happen

Try:

rm -rf ~/.zcash/testnet3 ./zcutil/build.sh -j$(nproc)

if that doesn’t work and you are upgrading from an older version:

cd zcash/ make clean
git fetch origin git checkout v1.0.0-beta2
$ ./zcutil/fetch-params.sh

then try compiling again

./zcutil/build.sh -j(nproc)

i try and the error continues, other sugestion?