33 |
#executable, it might be wise to use the -static option on the compile. |
#executable, it might be wise to use the -static option on the compile. |
34 |
# |
# |
35 |
#Build the general purpose CGI-BIN which gives data to the script. |
#Build the general purpose CGI-BIN which gives data to the script. |
36 |
gcc -Wimplicit -static -o arith_large_cgi arith_large_cgi.c auxfuncs.c cf_decomp.c rat_num.c sieve_eratosthenes.c \ |
gcc -Wimplicit -static -o dtats_cgi_arith_large dtats_cgi_arith_large.c auxfuncs.c cf_decomp.c rat_num.c sieve_eratosthenes.c \ |
37 |
subfunc_cfbrap.c subfunc_gcd.c subfunc_gmp_prob_prime.c subfunc_pfact_18.c -lgmp |
subfunc_cfbrap.c subfunc_gcd.c subfunc_gmp_prob_prime.c subfunc_pfact_18.c -lgmp |
38 |
# |
# |
39 |
#Copy all the source files to the right locations so they will be publicly available |
#Copy all the source files to the right locations so they will be publicly available |