Last active 1702810407

gistfile1.txt Raw
1prologic@JamessMacStudio
2Sun Dec 17 20:39:11
3~/tmp/tau
4 (master) 0
5$ make
6if [ ! -d libffi ] || [ $(ls -1q libffi | wc -l) -eq 0 ]; then \
7 git submodule init; \
8 git submodule update --recursive; \
9 fi
10Submodule 'libffi' (https://github.com/libffi/libffi) registered for path 'libffi'
11Cloning into '/Users/prologic/tmp/tau/libffi'...
12Submodule path 'libffi': checked out 'f24180be1367f942824365b131ae894b9c769c7d'
13CC=/opt/homebrew/bin/gcc-13 cd libffi && \
14 ACLOCAL_PATH=/usr/local/share/aclocal autoreconf -i && \
15 ./configure --prefix=/Users/prologic/tmp/tau/internal/obj/libffi --disable-shared --enable-static --disable-multi-os-directory && \
16 make install CC=/opt/homebrew/bin/gcc-13
17/bin/sh: autoreconf: command not found
18make: *** [libffi] Error 127

Powered by Opengist Load: 7ms