Bruce Korb <bruce.k...@gmail.com> writes: > I cannot build Guile for OS/X without first building package after > package after package after package. > It goes on nearly forever. After going through 3 successful library > builds and installs and 3 build tool > builds and installs, I hit this bdwgc wall: > > $ for t in autoconf automake libtool;do $t --version|head -1 ; done > autoconf (GNU Autoconf) 2.69 > automake (GNU automake) 1.12.4 > libtool (GNU libtool) 2.4.2 > $ CFLAGS="-arch x86_64" ./configure --disable-dependency-tracking > --prefix=/usr/local && make && make check && make install > [[.........]] > /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I./include -I./include -I/usr/local/include -fexceptions -Wall > -Wextra -arch x86_64 -fno-strict-aliasing -c -o alloc.lo alloc.c > ./libtool: line 2087: ./alloc.c: Permission denied
What do you make of this "Permission denied" error? I suspect that's where the problem lies. Mark > libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include > -I/usr/local/include -fexceptions -Wall -Wextra -arch x86_64 > -fno-strict-aliasing -c "" -fno-common -DPIC -o .libs/alloc.o > i686-apple-darwin11-llvm-gcc-4.2: no input files > make[1]: *** [alloc.lo] Error 1 > make: *** [all-recursive] Error 1 > > I just want libguile on OS/X, but Google doesn't get me to a OS/X package. > How do I do that, please?