yuj jonah wrote:
> 
> What I'm I doing wrong here. I have untar files before ran make and all goes well. 
>Well with this one file wmppp-1.3.0.tar, I untar it, but when i run make this is what 
>i get No rules to make target 'all'. stop, also when i run make install i'm still 
>getting the same error. what i'm i missing here.

It's nonsense to issue a command and then to not have a look at what
has done.

Unpacking the above archive should have given you a new subdirectory
in the current directory. ls will tell you its name. Then

cd into that directory

_Please_ _read_ files like INSTALL, README, etc
These will tell you exactly what you have to do
then. Especially if there are special configure
parameters. You can also see them with ./configure --help

./configure
make
make install

But look at the above mentioned file before.
And only issue a command if the previous terminated
successfully.

If for example 'make' fails, it is useless to
issue make install.

Henning

-- 
  H. Henning Vossieck   -   [EMAIL PROTECTED]   -   http://www.hhv.de/
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to