gcc_termux icon indicating copy to clipboard operation
gcc_termux copied to clipboard

Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt

Results 39 gcc_termux issues
Sort by recently updated
recently updated
newest added

Hey.Will there be implemented a static library for gcc?(C and C++). This is good for better compatibility with different Android devices (so you can share programs).

I tryed to install scipy, currently using and installed python 3.10, but when i put the command pkg install scipy from your repo, it will install scipy on the wrong...

I can't install pandas, because it's not compatible with our numpy. ``` ~ $ pip install pandas Collecting pandas Using cached pandas-2.1.4.tar.gz (4.3 MB) Installing build dependencies ... error error:...

This patch was required for successful build using current state of termux and associated repositories.

I cannot get gcc to work at all: Even if I try to compile a simple Hello World program, I get the following output: In file included from /data/data/com.termux/files/usr/include/sys/cdefs.h:429, from...

![Screenshot_20230124_204137_Termux](https://user-images.githubusercontent.com/5349602/214392800-ded6d286-7605-4e36-95c7-9fb4c142c677.jpg) Tried everything, still the same issue. Please fix. Thx

https://github.com

With gcc -11 Getting error ![Screenshot_2023-01-04-05-28-05-569_com termux](https://user-images.githubusercontent.com/72664192/210460985-094d14ec-157c-4b0d-a0ff-42fe3382a252.jpg)

**Shell** ```bash nm -D /system/lib64/libm.so | awk '{print$3}' > 0 nm -D /data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0/libm.so | awk '{print$3}' > 1 diff 0 1 ``` **Output** ``` 1d0 < 6d4 < 35,36d32 <...