I was installing ddrescue 1.29 on a clean install of Mac Monterey. I had installed Xcode and the command line tools.

I extracted the ddrescue tar file into ~/Downloads/ddrescue/ddrescue-1.29

The config file seems to fail on line 148 which is:

cat > config.status << EOF

I tried executing that command manually, and it worked.

Any ideas?

David

PS I have installed and run earlier versions of ddrescue many times on earlier versions of OS X.

Last login: Mon Sep  1 12:37:04 on ttys001
david@Davids-iMac ~ % cd /Users/david/Downloads/ddrescue/ddrescue-1.29
david@Davids-iMac ddrescue-1.29 % ./configure

creating config.status
./configure: line 148: config.status: Permission denied
chmod: config.status: No such file or directory
creating Makefile
VPATH = .
prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datarootdir = $(prefix)/share
infodir = $(datarootdir)/info
mandir = $(datarootdir)/man
CXX = g++
CPPFLAGS =
CXXFLAGS = -Wall -W -O2
LDFLAGS =
MAKEINFO = makeinfo
./configure: line 176: Makefile: Permission denied
./configure: line 201: Makefile: Permission denied
OK. Now you can run make.
david@Davids-iMac ddrescue-1.29 % make
make: *** No targets specified and no makefile found.  Stop.
david@Davids-iMac ddrescue-1.29 %

Reply via email to