Greetings. Installation of gsl 2.6 fails on MacOS 10.14.2, Intel Core i7, 4 cores; 16G ram.
$ sudo ./configure && make && make install Password: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk ...[redactions]... Making all in utils /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT placeholder.lo -MD -MP -MF .deps/placeholder.Tpo -c -o placeholder.lo placeholder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT placeholder.lo -MD -MP -MF .deps/placeholder.Tpo -c placeholder.c -fno-common -DPIC -o .libs/placeholder.o error: error opening '.deps/placeholder.Tpo': Permission denied I see no specific relevant Mac instructions in README or INSTALL. The directory utils/.deps does not contain anything called placeholder.Tpo as seen below: $ ls memcpy.Po memmove.Po placeholder.Plo strdup.Po strtol.Po strtoul.Po Thanks. For what it's worth, from the main directory for gsl-2.6 $ find . -name "*.Tpo" -print $ I can't fix this; I haven't the faintest what a Tpo file is or why it doesn't exist. Googling the error message yields no information. Thanks!
