prologic revised this gist . Go to revision
1 file changed, 18 insertions
gistfile1.txt(file created)
@@ -0,0 +1,18 @@ | |||
1 | + | prologic@JamessMacStudio | |
2 | + | Sun Dec 17 20:39:11 | |
3 | + | ~/tmp/tau | |
4 | + | (master) 0 | |
5 | + | $ make | |
6 | + | if [ ! -d libffi ] || [ $(ls -1q libffi | wc -l) -eq 0 ]; then \ | |
7 | + | git submodule init; \ | |
8 | + | git submodule update --recursive; \ | |
9 | + | fi | |
10 | + | Submodule 'libffi' (https://github.com/libffi/libffi) registered for path 'libffi' | |
11 | + | Cloning into '/Users/prologic/tmp/tau/libffi'... | |
12 | + | Submodule path 'libffi': checked out 'f24180be1367f942824365b131ae894b9c769c7d' | |
13 | + | CC=/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 | |
18 | + | make: *** [libffi] Error 127 |
Newer
Older