Hi,

  I just test your patch[1] for loong64, it failed:

The error log is:

checking build system type... loongarch64-unknown-linux-gnu
checking host system type... loongarch64-unknown-linux-gnu
configure: WARNING: non 32-bit pointer platform detected
configure: trying to enable 32-bit memory model compiler option for loongarch64
configure: compiler option for 32-bit memory model: -mabi=ilp32f
checking size of void *... 0
configure: error: bad flags, Indy
        tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Oaklisp configure 1.3.7, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ ./configure --build=loongarch64-linux-gnu --prefix=/usr 
'--includedir=${prefix}/include' '--mandir=${prefix}/share/man' 
'--infodir=${prefix}/share/info' --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
'--libdir=${prefix}/lib/loongarch64-linux-gnu' --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking

The full build log please see attachment.


[1] 
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=1091769;filename=add-support-for-loong64.patch;msg=5

Regards,
-- 
肖盛文 xiao sheng wen -- Debian Developer(atzlinux)
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40debian.org
Debian salsa: https://salsa.debian.org/atzlinux-guest
GnuPG Public Key: 0x00186602339240CB
 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package oaklisp
dpkg-buildpackage: info: source version 1.3.7-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Barak A. Pearlmutter 
<b...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture loong64
dpkg-source: info: using options from oaklisp/debian/source/local-options: 
--single-debian-patch
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying debian-changes
 fakeroot debian/rules clean
dh clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using options from oaklisp/debian/source/local-options: 
--single-debian-patch
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building oaklisp using existing ./oaklisp_1.3.7.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: local changes detected, the modified files are:
 oaklisp/README.md
 oaklisp/configure.ac
 oaklisp/doc/Makefile.am
 oaklisp/doc/lang/io.tex
 oaklisp/doc/lim/admin.tex
 oaklisp/man/man1/oaklisp.1.in
 oaklisp/src/world/hash-reader.oak
 oaklisp/src/world/reader.oak
 oaklisp/src/world/repl.oak
dpkg-source: info: local changes have been recorded in a new patch: 
oaklisp/debian/patches/debian-changes
dpkg-source: info: building oaklisp in oaklisp_1.3.7-4.debian.tar.xz
dpkg-source: info: building oaklisp in oaklisp_1.3.7-4.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
configure.ac:147: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:147: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/ax_c_long_long.m4:26: AX_C_LONG_LONG is expanded from...
configure.ac:147: the top level
configure.ac:93: installing './compile'
configure.ac:94: installing './config.guess'
configure.ac:94: installing './config.sub'
configure.ac:26: installing './install-sh'
configure.ac:26: installing './missing'
doc/Makefile.am:25: warning: dir $<: non-POSIX variable name
doc/Makefile.am:25: (probably a GNU make extension)
doc/Makefile.am:25: warning: notdir $<: non-POSIX variable name
doc/Makefile.am:25: (probably a GNU make extension)
src/emulator/Makefile.am: installing './depcomp'
   dh_auto_configure
        ./configure --build=loongarch64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/loongarch64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking enable_64bit... no
checking enable_docs... yes
checking enable_ndebug... yes
checking enable_threads... no
checking with_world... check
checking with_oaklisp... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking build system type... loongarch64-unknown-linux-gnu
checking host system type... loongarch64-unknown-linux-gnu
configure: WARNING: non 32-bit pointer platform detected
configure: trying to enable 32-bit memory model compiler option for loongarch64
configure: compiler option for 32-bit memory model: -mabi=ilp32f
checking size of void *... 0
configure: error: bad flags, Indy
        tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Oaklisp configure 1.3.7, which was
generated by GNU Autoconf 2.72.  Invocation command line was

  $ ./configure --build=loongarch64-linux-gnu --prefix=/usr 
'--includedir=${prefix}/include' '--mandir=${prefix}/share/man' 
'--infodir=${prefix}/share/info' --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
'--libdir=${prefix}/lib/loongarch64-linux-gnu' --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking

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

hostname = 3A6000-debian
uname -m = loongarch64
uname -r = 6.12.8-loong64
uname -s = Linux
uname -v = #1 SMP Debian 6.12.8-1 (2025-01-02)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = loongarch64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
PATH: /usr/bin/X11/


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

configure:2720: looking for aux files: config.guess config.sub compile missing 
install-sh
configure:2733:  trying ./
configure:2762:   ./config.guess found
configure:2762:   ./config.sub found
configure:2762:   ./compile found
configure:2762:   ./missing found
configure:2744:   ./install-sh found
configure:2896: checking for a BSD-compatible install
configure:2970: result: /usr/bin/install -c
configure:2981: checking whether build environment is sane
configure:3036: result: yes
configure:3197: checking for a race-free mkdir -p
configure:3240: result: /usr/bin/mkdir -p
configure:3247: checking for gawk
configure:3283: result: no
configure:3247: checking for mawk
configure:3268: found /usr/bin/mawk
configure:3280: result: mawk
configure:3291: checking whether make sets $(MAKE)
configure:3315: result: yes
configure:3345: checking whether make supports nested variables
configure:3364: result: yes
configure:3502: checking enable_64bit
configure:3513: result: no
configure:3516: checking enable_docs
configure:3527: result: yes
configure:3538: checking enable_ndebug
configure:3549: result: yes
configure:3560: checking enable_threads
configure:3571: result: no
configure:3582: checking with_world
configure:3594: result: check
configure:3597: checking with_oaklisp
configure:3609: result: no
configure:3705: checking whether make supports the include directive
configure:3720: make -f confmf.GNU && cat confinc.out
make[1]: Entering directory '/home/atzlinux/devel/official/oaklisp'
make[1]: Leaving directory '/home/atzlinux/devel/official/oaklisp'
this is the am__doit target
configure:3723: $? = 0
configure:3742: result: yes (GNU style)
configure:3819: checking for gcc
configure:3840: found /usr/bin/gcc
configure:3852: result: gcc
configure:4211: checking for C compiler version
configure:4220: gcc --version >&5
gcc (Debian 14.2.0-10) 14.2.0
Copyright (C) 2024 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.

configure:4231: $? = 0
configure:4220: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/loongarch64-linux-gnu/14/lto-wrapper
Target: loongarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-10' 
--with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs 
--enable-languages=c,ada,c++,d,fortran,objc,obj-c++,m2,rust --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-14 
--program-prefix=loongarch64-linux-gnu- --enable-shared 
--enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext 
--enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace 
--enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support 
--enable-plugin --enable-default-pie --with-system-zlib 
--enable-libphobos-checking=release --with-target-system-zlib=auto 
--enable-objc-gc=auto --enable-multiarch --disable-werror --disable-multilib 
--enable-checking=release --build=loongarch64-linux-gnu 
--host=loongarch64-linux-gnu --target=loongarch64-linux-gnu 
--with-build-config=bootstrap-lto-lean --enable-link-serialization=8
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.0 (Debian 14.2.0-10) 
configure:4231: $? = 0
configure:4220: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4231: $? = 1
configure:4220: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean 
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4231: $? = 1
configure:4220: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4231: $? = 1
configure:4251: checking whether the C compiler works
configure:4273: gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
configure:4277: $? = 0
configure:4328: result: yes
configure:4332: checking for C compiler default output file name
configure:4334: result: a.out
configure:4340: checking for suffix of executables
configure:4347: gcc -o conftest -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
configure:4351: $? = 0
configure:4375: result: 
configure:4399: checking whether we are cross compiling
configure:4407: gcc -o conftest -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
configure:4411: $? = 0
configure:4418: ./conftest
configure:4422: $? = 0
configure:4437: result: no
configure:4443: checking for suffix of object files
configure:4466: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4470: $? = 0
configure:4494: result: o
configure:4498: checking whether the compiler supports GNU C
configure:4518: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4518: $? = 0
configure:4530: result: yes
configure:4541: checking whether gcc accepts -g
configure:4562: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4562: $? = 0
configure:4609: result: yes
configure:4629: checking for gcc option to enable C11 features
configure:4644: gcc  -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4644: $? = 0
configure:4663: result: none needed
configure:4787: checking whether gcc understands -c and -o together
configure:4810: gcc -c conftest.c -o conftest2.o
configure:4813: $? = 0
configure:4810: gcc -c conftest.c -o conftest2.o
configure:4813: $? = 0
configure:4826: result: yes
configure:4845: checking dependency style of gcc
configure:4958: result: none
configure:4978: checking for stdio.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for stdlib.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for string.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for inttypes.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for stdint.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for strings.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for sys/stat.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for sys/types.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:4978: checking for unistd.h
configure:4978: gcc -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4978: $? = 0
configure:4978: result: yes
configure:5007: checking size of void *
configure:5013: gcc -o conftest -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
configure:5013: $? = 0
configure:5013: ./conftest
configure:5013: $? = 0
configure:5030: result: 8
configure:5044: checking build system type
configure:5060: result: loongarch64-unknown-linux-gnu
configure:5080: checking host system type
configure:5095: result: loongarch64-unknown-linux-gnu
configure:5123: WARNING: non 32-bit pointer platform detected
configure:5125: trying to enable 32-bit memory model compiler option for 
loongarch64
configure:5154: compiler option for 32-bit memory model: -mabi=ilp32f
configure:5163: checking size of void *
configure:5169: gcc -o conftest -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -mabi=ilp32f 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
gcc: error: unrecognized argument in option '-mabi=ilp32f'
gcc: note: valid arguments to '-mabi=' are: lp64d lp64f lp64s
configure:5169: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Oaklisp"
| #define PACKAGE_TARNAME "oaklisp"
| #define PACKAGE_VERSION "1.3.7"
| #define PACKAGE_STRING "Oaklisp 1.3.7"
| #define PACKAGE_BUGREPORT "barak+oakl...@pearlmutter.net"
| #define PACKAGE_URL "https://github.com/barak/oaklisp";
| #define PACKAGE "oaklisp"
| #define VERSION "1.3.7"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define SIZEOF_VOID_P 8
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval (void) { return (long int) (sizeof (void *)); }
| static unsigned long int ulongval (void) { return (long int) (sizeof (void 
*)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main (void)
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (void *))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (void *))))
|       return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (void *))))
|       return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:5186: result: 0
configure:5196: error: bad flags, Indy

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

ac_cv_build=loongarch64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-z,relro -Wl,-z,now'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=loongarch64-linux-gnu
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_header_inttypes_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=loongarch64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_void_p=0
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes

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

ACLOCAL='${SHELL} '\''/home/atzlinux/devel/official/oaklisp/missing'\'' 
aclocal-1.16'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} '\''/home/atzlinux/devel/official/oaklisp/missing'\'' 
autoconf'
AUTOHEADER='${SHELL} '\''/home/atzlinux/devel/official/oaklisp/missing'\'' 
autoheader'
AUTOMAKE='${SHELL} '\''/home/atzlinux/devel/official/oaklisp/missing'\'' 
automake-1.16'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/home/atzlinux/devel/official/oaklisp=. 
-fstack-protector-strong -Wformat -Werror=format-security -mabi=ilp32f'
CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DOCS_FALSE='#'
DOCS_TRUE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ENABLE_THREADS_FALSE=''
ENABLE_THREADS_TRUE='#'
ETAGS='etags'
EXEEXT=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LATEXMK=''
LDFLAGS='-Wl,-z,relro -Wl,-z,now'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/home/atzlinux/devel/official/oaklisp/missing'\'' 
makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NDEBUG_FALSE='#'
NDEBUG_TRUE=''
OAKWORLDFLAGS=''
OBJEXT='o'
PACKAGE='oaklisp'
PACKAGE_BUGREPORT='barak+oakl...@pearlmutter.net'
PACKAGE_NAME='Oaklisp'
PACKAGE_STRING='Oaklisp 1.3.7'
PACKAGE_TARNAME='oaklisp'
PACKAGE_URL='https://github.com/barak/oaklisp'
PACKAGE_VERSION='1.3.7'
PATH_SEPARATOR=':'
SED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='1.3.7'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='loongarch64-unknown-linux-gnu'
build_alias='loongarch64-linux-gnu'
build_cpu='loongarch64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='loongarch64-unknown-linux-gnu'
host_alias=''
host_cpu='loongarch64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='${SHELL} /home/atzlinux/devel/official/oaklisp/install-sh'
libdir='${prefix}/lib/loongarch64-linux-gnu'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
with_oaklisp='no'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Oaklisp"
#define PACKAGE_TARNAME "oaklisp"
#define PACKAGE_VERSION "1.3.7"
#define PACKAGE_STRING "Oaklisp 1.3.7"
#define PACKAGE_BUGREPORT "barak+oakl...@pearlmutter.net"
#define PACKAGE_URL "https://github.com/barak/oaklisp";
#define PACKAGE "oaklisp"
#define VERSION "1.3.7"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define SIZEOF_VOID_P 8
#define SIZEOF_VOID_P 0

configure: exit 1
dh_auto_configure: error: ./configure --build=loongarch64-linux-gnu 
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/loongarch64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [debian/rules:10:build] 错误 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Attachment: OpenPGP_0x00186602339240CB.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to