I installed mingw64-pkg-config.x86_64
It seems like it need to pull in its sister package e2fsprogs before compiling dump by typing in the /root/ directory
$ git clone git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
$./configure –enable-elf-shlibs
$ make
$ make check
$ make install
$ make install-libs
which puts the binary file in /usr/bin or /usr/local/…
then go to the dump source file, type
http://surf.ml.seikei.ac.jp/~nakano/dump-restore/dump-restore-mini-HOWTO.en.html
Comments are closed.