Skip to content

Instantly share code, notes, and snippets.

@deomorxsy
Created June 11, 2020 18:46
Show Gist options
  • Save deomorxsy/950efe337482fd9a32b8231c7bdf5e30 to your computer and use it in GitHub Desktop.
Save deomorxsy/950efe337482fd9a32b8231c7bdf5e30 to your computer and use it in GitHub Desktop.
Error solving

env output:

$env
SHELL=/data/data/com.termux/files/usr/bin/bash
PREFIX=/data/data/com.termux/files/usr
PWD=/data/data/com.termux/files/home
EXTERNAL_STORAGE=/storage/sdcard0
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
HOME=/data/data/com.termux/files/home
LANG=en_US.UTF-8
TMPDIR=/data/data/com.termux/files/usr/tmp
ANDROID_DATA=/data
TERM=xterm-256color
SHLVL=1
ANDROID_ROOT=/system
LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib
PATH=/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets
OLDPWD=/data/data/com.termux/files/home/coding/learn-c
_=/data/data/com.termux/files/usr/bin/env
$

which gcc ouyput

$ which gcc
/data/data/com.termux/files/usr/bin/gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment