yes, here is config.log

Am 10.03.24 um 02:22 schrieb Qian Yun:
Can you provide a full build log so that we can know the compiler
flags when building bsdsignal.o?

BTW, I think that exporting CC is not needed. (It's not needed in
github CI.)

Also in your January post, your build problem mysteriously disappears.

- Qian

On 3/9/24 19:50, Prof. Dr. Johannes Grabmeier wrote:
yes, this seems to be the problem, sbcl 2.1.2  crashes with Sonoma. Recommendation in the internet  to upgrade to 2.3.8 or higher before moving to Sonoma.

Found a binary for sbcl 2.4.0 for macOS (Darwin), which I installed and which works

Then I started to recompile FriCAS 1.3.10.

setting proberly (as in January, when I succeeded to compile FriCAS on arm64 OS Ventura

export CC="gcc -march=armv8.5-a"

Then check, whether the correct C-compiler is active:
                 ~/fricas-1.3.10$

                 gcc -v
                 Apple clang version 13.1.6 (clang-1316.0.21.2.5)
                 Target: arm64-apple-darwin23.3.0
                 Thread model: posix
                 InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

all seems ok

Then

configure --enable-case-insensitive-file-system-check=no

seems to work ok, no mentioning of x86

but then

gmake fails, which refers somehow to the x86 architecture:

~/fricas-1.3.10$ gmake
cd ./src && gmake BUILD_DATE="`date`" all-src
gmake[1]: Verzeichnis „/Users/jgrabmeier/fricas-1.3.10/src“ wird betreten
cd doc && gmake copy-helpfiles
gmake[2]: Verzeichnis „/Users/jgrabmeier/fricas-1.3.10/src/doc“ wird betreten mkdir -p /Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0/share/spadhelp cp *.help /Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0/share/spadhelp gmake[2]: Verzeichnis „/Users/jgrabmeier/fricas-1.3.10/src/doc“ wird verlassen gmake[2]: Verzeichnis „/Users/jgrabmeier/fricas-1.3.10/src/lib“ wird betreten gcc -march=armv8.5-a -g -dynamiclib -single_module bsdsignal.o cfuns-c.o sockio-c.o  -o /Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0/lib/libspad.so ld: warning: ignoring file bsdsignal.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file cfuns-c.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: warning: ignoring file sockio-c.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64 ld: can't open output file for writing: /Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0/lib/libspad.so, errno=2 for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:262: /Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0/lib/libspad.so] Fehler 1 gmake[2]: Verzeichnis „/Users/jgrabmeier/fricas-1.3.10/src/lib“ wird verlassen
gmake[1]: *** [Makefile:228: all-lib] Fehler 2
gmake[1]: Verzeichnis „/Users/jgrabmeier/fricas-1.3.10/src“ wird verlassen
gmake: *** [Makefile:250: all-src] Fehler 2


Any idea or hint, what else I have to set to avoid relation to x86_64 ??


Am 08.03.24 um 18:33 schrieb Dima Pasechnik:
Probably an OS upgrade requires a rebuild of sbcl.


On 8 March 2024 15:34:02 GMT, "Prof. Dr. Johannes Grabmeier" <[email protected]> wrote:
Hi all,

all of a sudden (I have moved to MacOS version Sonoma 14.3.1) FriCAS does no longer start:

/usr/local/bin$ fricas
mmap: Operation not permitted
fatal error encountered in SBCL pid 1525 pthread 0x1d86b5c40:
load_core_bytes(3,60000,0x300000000,10000) failed

Bad frame pointer 0x1d86b5cec [valid range=0x3000000000000..0x100000000]


Any hints what to do: New version of SBCL required? New compilation od FriCAS, anything else?



--
Mit freundlichen Grüßen

Johannes Grabmeier

Prof. Dr. Johannes Grabmeier,
Köckstraße 1, D-94469 Deggendorf
Tel. +49-(0)-991-2979584, Tel. +49-(0)-151-681-70756
Fax: +49-(0)-991-2979592

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/2d1e2790-4dbc-4a3d-a2e2-cd626c70c96a%40grabmeier.net.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by FriCAS configure 1.3.10, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --enable-case-insensitive-file-system-check=no

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

hostname = MBPvonJohannes.fritz.box
uname -m = arm64
uname -r = 23.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 23.3.0: Wed Dec 20 21:31:00 PST 2023; 
root:xnu-10002.81.5~7/RELEASE_ARM64_T6020

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
         Darwin Kernel Version 23.3.0: Wed Dec 20 21:31:00 PST 2023; 
root:xnu-10002.81.5~7/RELEASE_ARM64_T6020
Kernel configured for up to 10 processors.
10 processors are physically available.
10 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7 8 9
Primary memory available: 16.00 gigabytes
Default processor set: 668 tasks, 3491 threads, 10 processors
Load average: 1.81, Mach factor: 8.18
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/local/bin/
PATH: /opt/local/sbin/
PATH: /opt/local/bin/
PATH: /opt/local/sbin/
PATH: /usr/local/noweb/
PATH: /opt/freemind/bin/dist/
PATH: /usr/local/gap4r3/bin/
PATH: /Users/jgrabmeier/arbeiten/fricas/github/fricas/src/algebra/
PATH: /Users/jgrabmeier/arbeiten/fricas/
PATH: /usr/local/bin/
PATH: /usr/local/bin/
PATH: /usr/texbin/
PATH: /usr/local/bin/
PATH: /System/Cryptexes/App/usr/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/
PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/
PATH: 
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/
PATH: /opt/X11/bin/
PATH: /Library/Apple/usr/bin/
PATH: /usr/local/MacGPG2/bin/
PATH: /Library/TeX/texbin/
PATH: /Users/jgrabmeier/bin/
PATH: ./
PATH: /opt/openoffice/program/
PATH: /Developer/usr/bin/
PATH: /Users/jgrabmeier/adt-bundle-mac-x86_64-20140702/sdk/platform-tools/


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

configure:2442: looking for aux files: install-sh config.guess config.sub
configure:2455:  trying ./config/
configure:2466:   ./config/install-sh found
configure:2484:   ./config/config.guess found
configure:2484:   ./config/config.sub found
configure:2620: checking build system type
configure:2635: result: arm-apple-darwin23.3.0
configure:2655: checking host system type
configure:2669: result: arm-apple-darwin23.3.0
configure:2689: checking target system type
configure:2703: result: arm-apple-darwin23.3.0
configure:2835: checking for gmake
configure:2856: found /opt/local/bin/gmake
configure:2867: result: gmake
configure:2948: checking for gcc
configure:2980: result: gcc -march=armv8.5-a
configure:3333: checking for C compiler version
configure:3342: gcc -march=armv8.5-a --version >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: arm64-apple-darwin23.3.0
Thread model: posix
InstalledDir: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3353: $? = 0
configure:3342: gcc -march=armv8.5-a -v >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: arm64-apple-darwin23.3.0
Thread model: posix
InstalledDir: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3353: $? = 0
configure:3342: gcc -march=armv8.5-a -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3353: $? = 1
configure:3342: gcc -march=armv8.5-a -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:3353: $? = 1
configure:3342: gcc -march=armv8.5-a -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:3353: $? = 1
configure:3373: checking whether the C compiler works
configure:3395: gcc -march=armv8.5-a    conftest.c  >&5
configure:3399: $? = 0
configure:3449: result: yes
configure:3452: checking for C compiler default output file name
configure:3454: result: a.out
configure:3460: checking for suffix of executables
configure:3467: gcc -march=armv8.5-a -o conftest    conftest.c  >&5
configure:3471: $? = 0
configure:3494: result: 
configure:3516: checking whether we are cross compiling
configure:3524: gcc -march=armv8.5-a -o conftest    conftest.c  >&5
configure:3528: $? = 0
configure:3535: ./conftest
configure:3539: $? = 0
configure:3554: result: no
configure:3559: checking for suffix of object files
configure:3582: gcc -march=armv8.5-a -c   conftest.c >&5
configure:3586: $? = 0
configure:3608: result: o
configure:3612: checking whether the compiler supports GNU C
configure:3632: gcc -march=armv8.5-a -c   conftest.c >&5
configure:3632: $? = 0
configure:3642: result: yes
configure:3653: checking whether gcc -march=armv8.5-a accepts -g
configure:3674: gcc -march=armv8.5-a -c -g  conftest.c >&5
configure:3674: $? = 0
configure:3718: result: yes
configure:3738: checking for gcc -march=armv8.5-a option to enable C11 features
configure:3753: gcc -march=armv8.5-a  -c -g -O2  conftest.c >&5
configure:3753: $? = 0
configure:3771: result: none needed
configure:3905: checking for a BSD-compatible install
configure:3978: result: /usr/bin/install -c
configure:3992: checking for touch
configure:4013: found /usr/bin/touch
configure:4024: result: touch
configure:4037: checking for mktemp
configure:4058: found /usr/bin/mktemp
configure:4069: result: mktemp
configure:4177: checking for gawk
configure:4212: result: no
configure:4177: checking for mawk
configure:4212: result: no
configure:4177: checking for nawk
configure:4212: result: no
configure:4177: checking for awk
configure:4198: found /usr/bin/awk
configure:4209: result: awk
configure:4225: checking for gtar
configure:4260: result: no
configure:4225: checking for tar
configure:4246: found /usr/bin/tar
configure:4257: result: tar
configure:4321: checking for ranlib
configure:4342: found /usr/bin/ranlib
configure:4353: result: ranlib
configure:4377: checking for ar
configure:4398: found /usr/bin/ar
configure:4409: result: ar
configure:4421: checking for latex
configure:4444: found /Library/TeX/texbin/latex
configure:4456: result: /Library/TeX/texbin/latex
configure:4468: checking for makeindex
configure:4489: found /Library/TeX/texbin/makeindex
configure:4500: result: makeindex
configure:4532: checking PREGENERATED
configure:4554: result: "/Users/jgrabmeier/fricas-1.3.10/pre-generated"
configure:4596: checking for sbcl
configure:4619: found /usr/local/bin/sbcl
configure:4631: result: /usr/local/bin/sbcl
configure:4663: checking Lisp implementation
configure:4676: result: sbcl
configure:4682: checking for suffix of compiled Lisp files
configure:4687: result: fasl
configure:4883: checking for stdio.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for stdlib.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for string.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for inttypes.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for stdint.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for strings.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for sys/stat.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for sys/types.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:4883: checking for unistd.h
configure:4883: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:4883: $? = 0
configure:4883: result: yes
configure:5059: checking for gcc -march=armv8.5-a options needed to detect all 
undeclared functions
configure:5081: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
conftest.c:23:8: error: implicitly declaring library function 'strchr' with 
type 'char *(const char *, int)' [-Werror,-Wimplicit-function-declaration]
(void) strchr;
       ^
conftest.c:23:8: note: include the header <string.h> or explicitly provide a 
declaration for 'strchr'
1 error generated.
configure:5081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| (void) strchr;
|   ;
|   return 0;
| }
configure:5108: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5108: $? = 0
configure:5125: result: none needed
configure:5141: checking for dirent.h
configure:5141: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5141: $? = 0
configure:5141: result: yes
configure:5147: checking whether closedir is declared
configure:5147: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5147: $? = 0
configure:5147: result: yes
configure:5164: checking whether opendir is declared
configure:5164: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5164: $? = 0
configure:5164: result: yes
configure:5181: checking whether readdir is declared
configure:5181: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5181: $? = 0
configure:5181: result: yes
configure:5200: checking whether dirfd is declared
configure:5200: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5218: checking whether fchdir is declared
configure:5218: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5262: checking for signal.h
configure:5262: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5262: result: yes
configure:5272: checking whether sigaction is declared
configure:5272: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5272: $? = 0
configure:5272: result: yes
configure:5284: checking for sys/stat.h
configure:5284: result: yes
configure:5296: checking for unistd.h
configure:5296: result: yes
configure:5306: checking whether getuid is declared
configure:5306: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5306: $? = 0
configure:5306: result: yes
configure:5315: checking whether geteuid is declared
configure:5315: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5315: $? = 0
configure:5315: result: yes
configure:5324: checking whether getgid is declared
configure:5324: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5333: checking whether getegid is declared
configure:5333: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5333: $? = 0
configure:5333: result: yes
configure:5344: checking whether kill is declared
configure:5344: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5344: $? = 0
configure:5344: result: yes
configure:5372: checking for sys/socket.h
configure:5372: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5372: $? = 0
configure:5372: result: yes
configure:5372: checking for sys/un.h
configure:5372: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5372: $? = 0
configure:5372: result: yes
configure:5400: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5400: $? = 0
configure:5424: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5424: $? = 0
configure:5448: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5448: $? = 0
configure:5472: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5472: $? = 0
configure:5496: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5496: $? = 0
configure:5581: checking how to run the C preprocessor
configure:5607: gcc -march=armv8.5-a -E  conftest.c
configure:5607: $? = 0
configure:5622: gcc -march=armv8.5-a -E  conftest.c
conftest.c:43:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5622: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5649: result: gcc -march=armv8.5-a -E
configure:5663: gcc -march=armv8.5-a -E  conftest.c
configure:5663: $? = 0
configure:5678: gcc -march=armv8.5-a -E  conftest.c
conftest.c:43:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5709: checking for grep that handles long lines and -e
configure:5773: result: /usr/bin/grep
configure:5778: checking for egrep
configure:5846: result: /usr/bin/grep -E
configure:5901: checking for util.h
configure:5901: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:5901: $? = 0
configure:5901: result: yes
configure:5919: checking whether openpty is declared
configure:5919: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:5919: $? = 0
configure:5919: result: yes
configure:5934: checking for openpty in -lc
configure:5957: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c -lc   >&5
configure:5957: $? = 0
configure:5967: result: yes
configure:6071: checking for sys/wait.h
configure:6071: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:6071: $? = 0
configure:6071: result: yes
configure:6080: checking whether wait is declared
configure:6080: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:6080: $? = 0
configure:6080: result: yes
configure:6092: checking whether fork is declared
configure:6092: gcc -march=armv8.5-a -c -g -O2   conftest.c >&5
configure:6092: $? = 0
configure:6092: result: yes
configure:6118: checking for X
configure:6156: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c -lX11  >&5
conftest.c:51:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^~~~~~~~~~~~
1 error generated.
configure:6156: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| #define HAVE_AF_LOCAL 1
| #define HAVE_AF_UNIX 1
| #define HAVE_UTIL_H 1
| #define HAVE_OPENPTY_DECL 1
| #define HAVE_OPENPTY 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_WAIT 1
| #define HAVE_DECL_FORK 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| int
| main (void)
| {
| XrmInitialize ()
|   ;
|   return 0;
| }
configure:6258: gcc -march=armv8.5-a -E  conftest.c
conftest.c:51:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^~~~~~~~~~~~
1 error generated.
configure:6258: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| #define HAVE_AF_LOCAL 1
| #define HAVE_AF_UNIX 1
| #define HAVE_UTIL_H 1
| #define HAVE_OPENPTY_DECL 1
| #define HAVE_OPENPTY 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_WAIT 1
| #define HAVE_DECL_FORK 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
configure:6290: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c -lX11  >&5
conftest.c:51:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^~~~~~~~~~~~
1 error generated.
configure:6290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| #define HAVE_AF_LOCAL 1
| #define HAVE_AF_UNIX 1
| #define HAVE_UTIL_H 1
| #define HAVE_OPENPTY_DECL 1
| #define HAVE_OPENPTY 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_WAIT 1
| #define HAVE_DECL_FORK 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| int
| main (void)
| {
| XrmInitialize ()
|   ;
|   return 0;
| }
configure:6343: result: libraries /usr/X11/lib, headers /usr/X11/include
configure:6363: checking whether -R must be followed by a space
configure:6379: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c  
-R/usr/X11/lib >&5
warning: unknown remark option '-R/usr/X11/lib' [-Wunknown-warning-option]
1 warning generated.
configure:6379: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| #define HAVE_AF_LOCAL 1
| #define HAVE_AF_UNIX 1
| #define HAVE_UTIL_H 1
| #define HAVE_OPENPTY_DECL 1
| #define HAVE_OPENPTY 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_WAIT 1
| #define HAVE_DECL_FORK 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:6397: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c  -R 
/usr/X11/lib >&5
warning: unknown remark option '-R' [-Wunknown-warning-option]
1 warning generated.
ld: can't map file, errno=22 file '/usr/X11/lib' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6397: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FriCAS"
| #define PACKAGE_TARNAME "fricas"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "FriCAS 1.3.10"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://fricas.github.io";
| #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 HAVE_DIRENT_H 1
| #define HAVE_DECL_CLOSEDIR 1
| #define HAVE_DECL_OPENDIR 1
| #define HAVE_DECL_READDIR 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DECL_FCHDIR 1
| #define HOST_HAS_DIRECTORY_OPERATIONS 1
| #define HOST_HAS_DIRFD_FCHDIR 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_DECL_SIGACTION 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETUID 1
| #define HAVE_DECL_GETEUID 1
| #define HAVE_DECL_GETGID 1
| #define HAVE_DECL_GETEGID 1
| #define HAVE_DECL_KILL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_MSG_NOSIGNAL 1
| #define HAVE_SO_NOSIGPIPE 1
| #define HAVE_EPIPE 1
| #define HAVE_SOCKADDR_UN 1
| #define HAVE_TWO_ARG_MKDIR 1
| #define HAVE_AF_LOCAL 1
| #define HAVE_AF_UNIX 1
| #define HAVE_UTIL_H 1
| #define HAVE_OPENPTY_DECL 1
| #define HAVE_OPENPTY 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DECL_WAIT 1
| #define HAVE_DECL_FORK 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:6403: result: neither works
configure:6441: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c   
-L/usr/X11/lib -lX11 >&5
configure:6441: $? = 0
configure:6540: checking for gethostbyname
configure:6540: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c  >&5
configure:6540: $? = 0
configure:6540: result: yes
configure:6638: checking for connect
configure:6638: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c  >&5
configure:6638: $? = 0
configure:6638: result: yes
configure:6688: checking for remove
configure:6688: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c  >&5
configure:6688: $? = 0
configure:6688: result: yes
configure:6738: checking for shmat
configure:6738: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c  >&5
configure:6738: $? = 0
configure:6738: result: yes
configure:6797: checking for IceConnectionNumber in -lICE
configure:6820: gcc -march=armv8.5-a -o conftest -g -O2   -L/usr/X11/lib 
conftest.c -lICE   >&5
configure:6820: $? = 0
configure:6830: result: yes
configure:6858: checking for XpmReadFileToImage in -lXpm
configure:6881: gcc -march=armv8.5-a -o conftest -g -O2   conftest.c -lXpm  
-L/usr/X11/lib -lX11  >&5
configure:6881: $? = 0
configure:6891: result: yes
configure:6932: checking for regex.h
configure:6932: gcc -march=armv8.5-a -c -g -O2  conftest.c >&5
configure:6932: $? = 0
configure:6932: result: yes
configure:6941: checking for xvfb-run
configure:6976: result: no
configure:6988: HyperDoc graphics must be built separately.
configure:7227: WARNING: Aldor interface will not be built.
configure:7362: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by FriCAS config.status 1.3.10, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on MBPvonJohannes.fritz.box

config.status:921: creating src/clef/Makefile
config.status:921: creating src/sman/Makefile
config.status:921: creating src/graph/Makefile
config.status:921: creating src/graph/Gdraws/Makefile
config.status:921: creating src/graph/view2D/Makefile
config.status:921: creating src/graph/view3D/Makefile
config.status:921: creating src/graph/viewAlone/Makefile
config.status:921: creating src/graph/viewman/Makefile
config.status:921: creating src/hyper/Makefile
config.status:921: creating src/doc/Makefile
config.status:921: creating Makefile
config.status:921: creating src/Makefile
config.status:921: creating src/lib/Makefile
config.status:921: creating src/lisp/Makefile
config.status:921: creating src/boot/Makefile
config.status:921: creating src/interp/Makefile
config.status:921: creating src/algebra/Makefile
config.status:921: creating src/input/Makefile
config.status:921: creating src/etc/Makefile
config.status:921: creating contrib/emacs/Makefile
config.status:921: creating config/fricas_c_macros.h
config.status:1096: config/fricas_c_macros.h is unchanged
configure:8541: WARNING: unrecognized options: 
--enable-case-insensitive-file-system-check

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

ac_cv_build=arm-apple-darwin23.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc -march=armv8.5-a'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_decl_closedir=yes
ac_cv_have_decl_dirfd=yes
ac_cv_have_decl_fchdir=yes
ac_cv_have_decl_fork=yes
ac_cv_have_decl_getegid=yes
ac_cv_have_decl_geteuid=yes
ac_cv_have_decl_getgid=yes
ac_cv_have_decl_getuid=yes
ac_cv_have_decl_kill=yes
ac_cv_have_decl_opendir=yes
ac_cv_have_decl_openpty=yes
ac_cv_have_decl_readdir=yes
ac_cv_have_decl_sigaction=yes
ac_cv_have_decl_wait=yes
ac_cv_have_x='have_x=yes        ac_x_includes='\''/usr/X11/include'\''  
ac_x_libraries='\''/usr/X11/lib'\'''
ac_cv_header_dirent_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_signal_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_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_host=arm-apple-darwin23.3.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xpm_XpmReadFileToImage=yes
ac_cv_lib_c_openpty=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FRICAS_LISP=/usr/local/bin/sbcl
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LATEX=/Library/TeX/texbin/latex
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -march=armv8.5-a -E'
ac_cv_prog_MAKE=gmake
ac_cv_prog_MAKEINDEX=makeindex
ac_cv_prog_MKTEMP=mktemp
ac_cv_prog_TAR=tar
ac_cv_prog_TOUCH=touch
ac_cv_prog_ac_ct_CC='gcc -march=armv8.5-a'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_target=arm-apple-darwin23.3.0

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

ALDOR=''
ALDOR_conditionalCast=''
ALDOR_datadir=''
ALDOR_foreignStyle=''
AR='ar'
AWK='awk'
AWK_FOR_TARGET='/usr/bin/awk'
BASE=''
BUILD_ALDOR_INTERFACE='no'
CC='gcc -march=armv8.5-a'
CCF='-O2 -Wall -D_GNU_SOURCE'
CFLAGS='-g -O2'
CPP='gcc -march=armv8.5-a -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FRICAS='/Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0'
FRICAS_LISP='/usr/local/bin/sbcl'
GMP_CPPFLAGS=''
GMP_EXT='so'
GMP_LDFLAGS=''
GMP_LIB=''
GMP_LIBDIR=''
GMP_WRAP_SO_TARGET=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LATEX='/Library/TeX/texbin/latex'
LDF=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBSPAD_SO_TARGET='libspad_so'
LTLIBOBJS=''
MAKE='gmake'
MAKEINDEX='makeindex'
MAYBE_VIEWPORTS=''
MKTEMP='mktemp'
OBJEXT='o'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='FriCAS'
PACKAGE_STRING='FriCAS 1.3.10'
PACKAGE_TARNAME='fricas'
PACKAGE_URL='https://fricas.github.io'
PACKAGE_VERSION='1.3.10'
PATH_SEPARATOR=':'
PREGENERATED='/Users/jgrabmeier/fricas-1.3.10/pre-generated'
RANLIB='ranlib'
SHELL='/bin/sh'
SOLIB_FLAGS='-dynamiclib -single_module'
TAR='tar'
TOUCH='touch'
XMKMF=''
XVFB=''
XVFB_RUN=''
X_CFLAGS=' -I/usr/X11/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11/lib'
X_PRE_LIBS='-lXpm  -lSM -lICE'
ac_ct_CC='gcc -march=armv8.5-a'
bindir='${exec_prefix}/bin'
build='arm-apple-darwin23.3.0'
build_alias=''
build_cpu='arm'
build_os='darwin23.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
emacsdatadir='${exec_prefix}/lib/fricas/emacs'
exec_prefix='${prefix}'
fricas_algebra_optimization='nil'
fricas_all_prerequisites=''
fricas_build_bindir='/Users/jgrabmeier/fricas-1.3.10/build/arm-apple-darwin23.3.0/bin'
fricas_builddir='/Users/jgrabmeier/fricas-1.3.10/build/arm-apple-darwin23.3.0'
fricas_c_runtime=' terminal_io graphics'
fricas_c_runtime_extra=''
fricas_debug_compiler='no'
fricas_fasl_type2='fasl'
fricas_fasl_type='fasl'
fricas_gcl_rsym_hack=':'
fricas_has_directory_operations='yes'
fricas_lisp_flavor='sbcl'
fricas_lisp_version='2.4.0'
fricas_quiet_flags='--noinform --noprint --no-sysinit --no-userinit'
fricas_src_all='all-fricassys  all-sman all-clef all-graph all-hyper all-doc'
fricas_src_subdirs='lib lisp boot interp algebra input etc clef sman graph 
hyper doc'
fricas_targetdir='/Users/jgrabmeier/fricas-1.3.10/target/arm-apple-darwin23.3.0'
fricas_top_srcdir='/Users/jgrabmeier/fricas-1.3.10'
host='arm-apple-darwin23.3.0'
host_alias=''
host_cpu='arm'
host_os='darwin23.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_ALDOR=''
sysconfdir='${prefix}/etc'
target='arm-apple-darwin23.3.0'
target_alias=''
target_cpu='arm'
target_os='darwin23.3.0'
target_vendor='apple'

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

/* confdefs.h */
#define PACKAGE_NAME "FriCAS"
#define PACKAGE_TARNAME "fricas"
#define PACKAGE_VERSION "1.3.10"
#define PACKAGE_STRING "FriCAS 1.3.10"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL "https://fricas.github.io";
#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 HAVE_DIRENT_H 1
#define HAVE_DECL_CLOSEDIR 1
#define HAVE_DECL_OPENDIR 1
#define HAVE_DECL_READDIR 1
#define HAVE_DECL_DIRFD 1
#define HAVE_DECL_FCHDIR 1
#define HOST_HAS_DIRECTORY_OPERATIONS 1
#define HOST_HAS_DIRFD_FCHDIR 1
#define HAVE_SIGNAL_H 1
#define HAVE_DECL_SIGACTION 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DECL_GETUID 1
#define HAVE_DECL_GETEUID 1
#define HAVE_DECL_GETGID 1
#define HAVE_DECL_GETEGID 1
#define HAVE_DECL_KILL 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_MSG_NOSIGNAL 1
#define HAVE_SO_NOSIGPIPE 1
#define HAVE_EPIPE 1
#define HAVE_SOCKADDR_UN 1
#define HAVE_TWO_ARG_MKDIR 1
#define HAVE_AF_LOCAL 1
#define HAVE_AF_UNIX 1
#define HAVE_UTIL_H 1
#define HAVE_OPENPTY_DECL 1
#define HAVE_OPENPTY 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_DECL_WAIT 1
#define HAVE_DECL_FORK 1
#define MACOSXplatform /**/

configure: exit 0

Reply via email to