nonoo
Group: Members
Posts: 68
Joined: Oct. 2005 |
|
Posted: Feb. 11 2008,08:59 |
|
Hello, I wan't to have partimage im my DSL 4.2.5 HD Installation.
I`m have downloaded partimage-0.6.7.tar.bz2 from
http://www.partimage.org/Download
When I try to compile the package I have the follow Error.
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 |
How can I get partimage in my DSL 4.2.5? I don`t will use dd.
Thank you
nonoo
Edit, I have try it again.
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 |
Than is my Error:
[/CODE]................................................. checking for gawk... (cached) gawk checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for pthread_create in -lpthread... yes checking for BZ2_bzopen in -lbz2... yes checking for newtCenteredWindow in -lnewt... no configure: error: *** newt library (libnewt) not found root@box:/home/dsl/partimage-0.6.7# root@box:/home/dsl/partimage-0.6.7# You may have problems. For example, if a library is missing, the configure script will stop and tell you the problem. bash: You: command not found root@box:/home/dsl/partimage-0.6.7# root@box:/home/dsl/partimag[CODE]
How can I get partimage?
|