Closed mast3rz3ro closed 1 month ago
You should add a flag to LDFLAGS, see https://github.com/termux/termux-packages/pull/12299/files .
Thanks for your quick reply!
I have added the LDFLAG from the link you have motioned but I'm still getting the same error: Output from configure:
./configure: 18123: LDFLAGS+= /data/data/com.termux/files/usr/lib/clang/18/lib/linux/libclang_rt.builtins-aarch64-android.a: not found
Are you really sure you added it right?
Are you really sure you added it right?
Yes, I have add: LDFLAGS+=" $($CC -print-libgcc-file-name)"
into configure
file from libgeneral
I have started suspecting that my architecture is the issue, Can somebody please confirm if it's could be compiled on arm64 ?
@agnostic-apollo
What do I'm missing here?
Please enlighten us.
Well than, the issue has been fixed in 5b0b65c
The latest commit should compile normally however I was serious about this issue so I have start investigating about it.
After investigating for a while, I was successfully able to reproduce the issue.
sed -i 's/AM_LDFLAGS =.*/AM_LDFLAGS = \$(curl_LIBS) \$(libgeneral_LIBS) \$(zlib_LIBS)/' 'libfragmentzip/Makefile.am'
From my understanding the issue happens because of incorrectly linking against libgeneral
Please feel free to close the issue.
Best regards.
Problem description
Hi there,
The interesting part from configure output:
After running make:
After removing the version variables from
main.c
compiles fine, however I'm still not able to use it:Waiting for your answers! Thanks!
What steps will reproduce the bug?
git clone https://github.com/tihmstar/partialZipBrowser cd partialZipBrowser && ./autogen.sh && make
What is the expected behavior?
Begin able to use the utility without no issues.
System information