help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash devel configure error , cannot compute sizeof (size_t) , termux , l


From: microsuxx
Subject: bash devel configure error , cannot compute sizeof (size_t) , termux , long --opts list
Date: Tue, 4 Feb 2025 07:32:31 +0100

so i try ,
first time since years again ,
to compile bash devel v

well , i have long opts list

first , the error
last lines of ./configure stdout

checking for sig_atomic_t... yes
checking size of char... 0
checking size of short... 0
checking size of int... 0
checking size of long... 0
checking size of char *... 0
checking size of size_t... configure: error: in
'/data/data/com.termux/files/home/bash':
configure: error: cannot compute sizeof (size_t)
See 'config.log' for more details

the full output is @ http://0x0.st/8K_c.err
last lines of config.log :

#define HAVE_UINTPTR_T 1                                 #define
SIZEOF_CHAR 0                                    #define SIZEOF_SHORT 0
                               #define SIZEOF_INT 0
#define SIZEOF_LONG 0                                    #define
SIZEOF_CHAR_P 0
                               configure: exit 77

sorry for mangles email
the full config.log is @ http://0x0.st/8K_A.log

the ./configure cmd i used :

./configure   CFLAGS='-std=gnu23 -target aarch64-linux-android34'
MALLOC_DEBUG= DEBUG= MULTIPLE_COPROCS=1   --enable-array-variables
--enable-bang-history --enable-bash-source-fullpath-default
--enable-brace-expansion --enable-casemod-attributes   --with-gnu-ld
--with-bash-malloc --with-curses --enable-year2038   --disable-rpath
--enable-threads=isoc+posix --enable-static-link
--enable-translatable-strings   --enable-single-help-strings
--enable-separate-helpfiles --enable-select --enable-readline
--enable-prompt-string-decoding --enable-progcomp
--enable-process-substitution --enable-net-redirections --enable-multibyte
--enable-job-control --enable-history --enable-help-builtin
--enable-glob-asciiranges-default --enable-function-import
--enable-extended-glob-default --enable-extended-glob
--enable-dparen-arithmetic --enable-directory-stack
--enable-direxpand-default --enable-coprocesses --enable-cond-regexp
--enable-cond-command --enable-command-timing   --enable-casemod-expansions



.. shorts 0 int 0 .. ?
did i miss install some dev headers or smth

thxx , greets ..


reply via email to

[Prev in Thread] Current Thread [Next in Thread]