Skip to content

Commit

Permalink
editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ab25cq committed Apr 27, 2019
1 parent ae89cda commit 84e81d5
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 80 deletions.
137 changes: 69 additions & 68 deletions app-sample/vicl/config.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure
$ ./configure --prefix=/data/data/com.termux/files/home --with-jit

## --------- ##
## Platform. ##
## --------- ##

hostname = clover-lang.org
uname -m = x86_64
uname -r = 4.9.0-3-amd64
hostname = localhost
uname -m = aarch64
uname -r = 4.14.83-perf-gf5aaf38
uname -s = Linux
uname -v = #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19)
uname -v = #1 SMP PREEMPT Sat Mar 9 13:22:03 CST 2019

/usr/bin/uname -p = unknown
/bin/uname -X = unknown
Expand All @@ -27,86 +27,87 @@ uname -v = #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19)
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /home/ab25cq/bin
PATH: /home/ab25cq/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /data/data/com.termux/files/home/bin
PATH: /data/data/com.termux/files/home/bin
PATH: /data/data/com.termux/files/home/bin
PATH: /data/data/com.termux/files/usr/bin
PATH: /data/data/com.termux/files/usr/bin/applets


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1839: checking for a BSD-compatible install
configure:1907: result: /usr/bin/install -c
configure:1907: result: /data/data/com.termux/files/usr/bin/applets/install -c
configure:1943: checking Operating System
configure:2046: checking for gcc
configure:2062: found /usr/bin/gcc
configure:2062: found /data/data/com.termux/files/usr/bin/gcc
configure:2073: result: gcc
configure:2302: checking for C compiler version
configure:2311: gcc --version >&5
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

clang version 7.0.1 (tags/RELEASE_701/final)
Target: aarch64--linux-android
Thread model: posix
InstalledDir: /data/data/com.termux/files/usr/bin
configure:2322: $? = 0
configure:2311: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
clang version 7.0.1 (tags/RELEASE_701/final)
Target: aarch64--linux-android
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
InstalledDir: /data/data/com.termux/files/usr/bin
configure:2322: $? = 0
configure:2311: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
clang-7: error: argument to '-V' is missing (expected 1 value)
clang-7: error: no input files
configure:2322: $? = 1
configure:2311: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
clang-7: error: unknown argument '-qversion', did you mean '--version'?
clang-7: error: no input files
configure:2322: $? = 1
configure:2342: checking whether the C compiler works
configure:2364: gcc -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2364: gcc -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2368: $? = 0
configure:2416: result: yes
configure:2419: checking for C compiler default output file name
configure:2421: result: a.out
configure:2427: checking for suffix of executables
configure:2434: gcc -o conftest -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2434: gcc -o conftest -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2438: $? = 0
configure:2460: result:
configure:2482: checking whether we are cross compiling
configure:2490: gcc -o conftest -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2490: gcc -o conftest -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2494: $? = 0
configure:2501: ./conftest
configure:2505: $? = 0
configure:2520: result: no
configure:2525: checking for suffix of object files
configure:2547: gcc -c -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2547: gcc -c -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
clang-7: warning: argument unused during compilation: '-L.' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-L/data/data/com.termux/files/home/lib' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument]
configure:2551: $? = 0
configure:2572: result: o
configure:2576: checking whether we are using the GNU C compiler
configure:2595: gcc -c -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2595: gcc -c -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
clang-7: warning: argument unused during compilation: '-L.' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-L/data/data/com.termux/files/home/lib' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument]
configure:2595: $? = 0
configure:2604: result: yes
configure:2613: checking whether gcc accepts -g
configure:2633: gcc -c -g conftest.c >&5
configure:2633: $? = 0
configure:2674: result: yes
configure:2691: checking for gcc option to accept ISO C89
configure:2754: gcc -c -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
configure:2754: gcc -c -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c >&5
clang-7: warning: argument unused during compilation: '-L.' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-L/data/data/com.termux/files/home/lib' [-Wunused-command-line-argument]
clang-7: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument]
configure:2754: $? = 0
configure:2767: result: none needed
configure:2788: checking for main in -lutil
configure:2807: gcc -o conftest -Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c -lutil >&5
configure:2807: gcc -o conftest -Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" conftest.c -lutil >&5
configure:2807: $? = 0
configure:2816: result: yes
configure:3064: creating ./config.status
Expand All @@ -124,56 +125,56 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status

on clover-lang.org
on localhost

config.status:726: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_lib_util=ac_cv_lib_util_main
ac_cv_lib_util_main=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_c_compiler_gnu='yes'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_lib_util='ac_cv_lib_util_main'
ac_cv_lib_util_main='yes'
ac_cv_objext='o'
ac_cv_path_install='/data/data/com.termux/files/usr/bin/applets/install -c'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g='yes'

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\"" -I /usr/local/include -L /usr/local/lib'
CFLAGS='-Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX="\"${DESTDIR}/\""'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -D__LINUX__=1'
DESTDIR='/usr/local'
DESTDIR='/data/data/com.termux/files/home'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JIT='0'
JIT='1'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lutil'
Expand All @@ -187,7 +188,7 @@ PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/bash'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
Expand All @@ -207,7 +208,7 @@ localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
prefix='/data/data/com.termux/files/home'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
Expand Down
24 changes: 12 additions & 12 deletions app-sample/vicl/config.status
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
Expand All @@ -8,7 +8,7 @@ debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=${CONFIG_SHELL-/bin/bash}
SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
## -------------------- ##
## M4sh Initialization. ##
Expand Down Expand Up @@ -417,7 +417,7 @@ $config_files
Report bugs to the package provider."

ac_cs_config=""
ac_cs_config="'--prefix=/data/data/com.termux/files/home' '--with-jit'"
ac_cs_version="\
config.status
configured by ./configure, generated by GNU Autoconf 2.69,
Expand All @@ -427,7 +427,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

ac_pwd='/home/ab25cq/repo/vicl'
ac_pwd='/data/data/com.termux/files/home/repo/vicl'
srcdir='.'
INSTALL='/usr/bin/install -c'
test -n "$AWK" || AWK=awk
Expand Down Expand Up @@ -496,10 +496,10 @@ if $ac_cs_silent; then
fi

if $ac_cs_recheck; then
set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion
set X /bin/sh './configure' '--prefix=/data/data/com.termux/files/home' '--with-jit' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
CONFIG_SHELL='/bin/bash'
$as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
CONFIG_SHELL='/bin/sh'
export CONFIG_SHELL
exec "$@"
fi
Expand Down Expand Up @@ -584,15 +584,15 @@ echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["LTLIBOBJS"]=""
S["LIBOBJS"]=""
S["DESTDIR"]="/usr/local"
S["DESTDIR"]="/data/data/com.termux/files/home"
S["OS"]="LINUX"
S["JIT"]="0"
S["JIT"]="1"
S["OBJEXT"]="o"
S["EXEEXT"]=""
S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]=""
S["LDFLAGS"]=""
S["CFLAGS"]="-Isrc/ -I. -L . -fPIC -rdynamic -DPREFIX=\"\\\"${DESTDIR}/\\\"\" -I /usr/local/include -L /usr/local/lib"
S["CFLAGS"]="-Isrc/ -I. -L . -I/data/data/com.termux/files/home/include -L/data/data/com.termux/files/home/lib -fPIC -rdynamic -DPREFIX=\"\\\"${DESTDIR}/\\\"\""
S["CC"]="gcc"
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
Expand Down Expand Up @@ -626,7 +626,7 @@ S["libexecdir"]="${exec_prefix}/libexec"
S["sbindir"]="${exec_prefix}/sbin"
S["bindir"]="${exec_prefix}/bin"
S["program_transform_name"]="s,x,x,"
S["prefix"]="/usr/local"
S["prefix"]="/data/data/com.termux/files/home"
S["exec_prefix"]="${prefix}"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]=""
Expand All @@ -635,7 +635,7 @@ S["PACKAGE_VERSION"]=""
S["PACKAGE_TARNAME"]=""
S["PACKAGE_NAME"]=""
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/bash"
S["SHELL"]="/bin/sh"
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1
Expand Down
1 change: 1 addition & 0 deletions app-sample/vicl/vicl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

export TERMUX=1
export LD_LIBRARY_PATH=$HOME/.clover2/vicl/:$LD_LIBRARY_PATH
clover2 ~/.clover2/vicl/viclone.ocl $@

0 comments on commit 84e81d5

Please sign in to comment.