Code Sample |
root@box:/home/dsl# cd /home/dsl/partimage-0.6.7 root@box:/home/dsl/partimage-0.6.7# make make: *** No targets specified and no makefile found. Stop. root@box:/home/dsl/partimage-0.6.7# ./configure make configure: WARNING: you should use --build, --host, --target checking build system type... Invalid configuration `make': machine `make' not recognized configure: error: /bin/sh ./config.su |
Quote |
How to compile partimage from sources: Once you have downloaded partimage-x.y.z.tar.bz2, you must uncompress and compile: Here is how to uncompress the sources: tar xfjp partimage-x.y.z.tar.bz2 Now, you must compile: ./configure --prefix=/usr && make && make install You may have problems. For example, if a library is missing, the configure script will stop and tell you the problem. Article |