-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation failed #78
Comments
I have troubles at curl stage too, but they are linked with multithreaded make. After I removed
|
in which file should I delete the multithreaded make -j1 ? |
ok, problem is over, |
To add CFLAGS='-fPIC' I had to modify BuildSamtools.cmake like this: --- bam-readcount-fix/cmake/BuildSamtools.cmake Wed Dec 22 18:09:49 2021 *** 74,80 **** --- 74,80 ---- |
Hi how did you recompiled curl to correctly link libmbedtls.a? |
failed on libcurl stage with:
make[1]: Entering directory
/.../bam-readcount/build/vendor/curl-src/lib' make all-am make[2]: Entering directory
/.../bam-readcount/build/vendor/curl-src/lib'CCLD libcurl.la
/usr/bin/ld: /.../bam-readcount/build/vendor/mbedtls/lib/libmbedtls.a(ssl_ciphersuites.o): relocation R_X86_64_32 against
.bss' can not be used when making a shared object; recompile with -fPIC /.../bam-readcount/build/vendor/mbedtls/lib/libmbedtls.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[2]: *** [libcurl.la] Error 1 make[2]: Leaving directory
/.../bam-readcount/build/vendor/curl-src/lib'make[1]: *** [all] Error 2
make[1]: Leaving directory `/.../bam-readcount/build/vendor/curl-src/lib'
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: