Jump to content

"Make file" never seems to work for me [solved]


Recommended Posts

I have tried to install a few things where you have to "make file", but everytime I do it I get this error:

make: *** No rule to make target `file'.  Stop.

Before this, I do "tar xzvf filenamehere.tar.gz" then go "cd filenamehere"

Then finally logging in as root before doing "make", then "make file". I get the following error when typing "make" in the first place:

make: *** No targets specified and no makefile found.  Stop.

 

Hope someone can help!

Thanks :)

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

make is usually not the first step of building a program from source. When you unpack the source tarball, there will almost always be readme or install text files describing the process. Also, at the website of the program, there will often be building/installation documentation. Look for this information. Usually, ./configure is the first step.

Link to comment
Share on other sites

it is impossible to make or configure something if you don't have already a makefile created to which the compiler will refer later.

 

read this in order to learn more about the building process and makefiles: http://www.gnu.org/software/make/manual/html_mono/make.html

 

:)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...