compiling errors "zsh: command not found: configure"
Posted: 12 Jan 2023, 01:23
Hello,
I am trying to compile test disk software on my MacBook but when typing in the code from the guide, I receive "zsh: command not found: configure". I am trying to run the code
tar xzf e2fsprogs-1.46.2.tar.gz
tar xzf ntfs-3g_ntfsprogs-2017.3.23.tgz
tar xzf testdisk-7.2-WIP.tar.bz2
cd e2fsprogs-1.46.2 && configure && make && cd ..
cd ntfs-3g_ntfsprogs-2017.3.23 && /configure --disable-ntfs-3g --disable-nfconv && make &% cd ..
mkdir -p testdisk ../testdisk-7.2-WIP/configure --disable-qt \
--with-ext2fs-lib=/Users/kmaster/e2fsprogs-1.46.2/lib \
--with-ext2fs-includes=/Users/kmaster/e2fsprogs-1.46.2/lib \
--with-ntfs3g-lib=/Users/kmaster/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/.libs/ \
--with-ntfs3g-includes=/Users/kmaster/ntfs-3g_ntfsprogs-2017.3.23/include/ \
--with-jpeg-lib=/usr/local/opt/jpeg-turbo/lib \
--with-jpeg-includes=/usr/local/opt/jpeg-turbo/include
make cd ..
Has anyone received this? Is it even worth compiling? When I do not, I receive "zsh: bad CPU type in executable".
Any help is appreciated.
I am trying to compile test disk software on my MacBook but when typing in the code from the guide, I receive "zsh: command not found: configure". I am trying to run the code
tar xzf e2fsprogs-1.46.2.tar.gz
tar xzf ntfs-3g_ntfsprogs-2017.3.23.tgz
tar xzf testdisk-7.2-WIP.tar.bz2
cd e2fsprogs-1.46.2 && configure && make && cd ..
cd ntfs-3g_ntfsprogs-2017.3.23 && /configure --disable-ntfs-3g --disable-nfconv && make &% cd ..
mkdir -p testdisk ../testdisk-7.2-WIP/configure --disable-qt \
--with-ext2fs-lib=/Users/kmaster/e2fsprogs-1.46.2/lib \
--with-ext2fs-includes=/Users/kmaster/e2fsprogs-1.46.2/lib \
--with-ntfs3g-lib=/Users/kmaster/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/.libs/ \
--with-ntfs3g-includes=/Users/kmaster/ntfs-3g_ntfsprogs-2017.3.23/include/ \
--with-jpeg-lib=/usr/local/opt/jpeg-turbo/lib \
--with-jpeg-includes=/usr/local/opt/jpeg-turbo/include
make cd ..
Has anyone received this? Is it even worth compiling? When I do not, I receive "zsh: bad CPU type in executable".
Any help is appreciated.