-
Notifications
You must be signed in to change notification settings - Fork 85
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
Can't find automake, autoconf, pkg-config pkg please help #69
Comments
Going to add these soon. |
These packages are now added |
Thank you so much... |
apt install clang as g++ and gcc are symlinked to clang |
It's not available in termux can you add please? |
I think its better to use proot or chroot env for that still as there is no premade source for gcc (That works with latest termux-*-packages) still. |
Yes I already trying |
Can you give me any solution ? |
https://github.com/Lzhiyong/termux-ndk/tree/master/openjdk-build get real libc.so paththe dlopen function requires a real librt.so pathsrc/hotspot/os/linux/os_linux.cpp:1312:clock_init()/system/lib64/libc.so -> /apex/com.android.runtime/lib64/bionic/libc.sols -l /system/lib64/libc.so libc.so -> librt.soln -sf /apex/com.android.runtime/lib64/bionic/libc.so /data/data/com.termux/files/usr/lib/librt.so libc.so -> libpthread.soln -sf /apex/com.android.runtime/lib64/bionic/libc.so /data/data/com.termux/files/usr/lib/libpthread.so |
maybe this helps ( See libc.so -> libpthread.so ) |
Ok thank you for your help I will trying... thank you thank you thank you |
@Martinvlba Hello dear too many PKG unavailable.. |
No description provided.
The text was updated successfully, but these errors were encountered: