Open fact0real opened 4 years ago
Hello, I got this error:
$ make x86_64 NFS=1 gcc -g -DUSE_NFS -O3 -fomit-frame-pointer -Wall -I. -Iinclude -I../gmp/include -I../gmp-ecm/include/linux factor/qs/msieve/lanczos.o factor/qs/msieve/lanczos_matmul0.o factor/qs/msieve/lanczos_matmul1.o factor/qs/msieve/lanczos_matmul2.o factor/qs/msieve/lanczos_pre.o factor/qs/msieve/sqrt.o factor/qs/msieve/savefile.o factor/qs/msieve/gf2.o top/driver.o top/utils.o top/stack.o top/calc.o top/test.o top/aprcl/mpz_aprcl.o factor/factor_common.o factor/rho.o factor/squfof.o factor/trialdiv.o factor/tune.o factor/qs/filter.o factor/qs/tdiv.o factor/qs/tdiv_small.o factor/qs/tdiv_large.o factor/qs/tdiv_scan.o factor/qs/large_sieve.o factor/qs/new_poly.o factor/qs/siqs_test.o factor/tinyqs/tinySIQS.o factor/qs/siqs_aux.o factor/qs/smallmpqs.o factor/qs/SIQS.o factor/gmp-ecm/ecm.o factor/gmp-ecm/pp1.o factor/gmp-ecm/pm1.o factor/nfs/nfs.o arith/arith0.o arith/arith1.o arith/arith2.o arith/arith3.o top/eratosthenes/count.o top/eratosthenes/offsets.o top/eratosthenes/primes.o top/eratosthenes/roots.o top/eratosthenes/linesieve.o top/eratosthenes/soe.o top/eratosthenes/tiny.o top/eratosthenes/worker.o top/eratosthenes/soe_util.o top/eratosthenes/wrapper.o factor/qs/tdiv_med_32k.o factor/qs/tdiv_med_64k.o factor/qs/tdiv_resieve_32k.o factor/qs/tdiv_resieve_64k.o factor/qs/med_sieve_32k.o factor/qs/med_sieve_64k.o factor/qs/poly_roots_32k.o factor/qs/poly_roots_64k.o factor/qs/update_poly_roots_32k.o factor/qs/update_poly_roots_64k.o factor/nfs/nfs_sieving.o factor/nfs/nfs_poly.o factor/nfs/nfs_postproc.o factor/nfs/nfs_filemanip.o factor/nfs/nfs_threading.o factor/nfs/snfs.o -o yafu -L../gmp/.libs -L../gmp-ecm/.libs -L../msieve -lmsieve -lecm -lgmp -lpthread -lm -ldl -lc -lz ld: warning: directory not found for option '-L../gmp/.libs' ld: warning: directory not found for option '-L../gmp-ecm/.libs' ld: warning: directory not found for option '-L../msieve' ld: library not found for -lmsieve clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [x86_64] Error 1
How I can fix it?
If I had to guess, your msieve folder is named badly or is not at the relative path ../msieve/
../msieve/
Hello, I got this error:
How I can fix it?