Closed Thread
Results 1 to 5 of 5

Thread: Make command error

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Make command error

    Well, When I try to install an application I extract the zip or whatever.. then open a Terminal, browse to that folder and I write
    Code:
    ./configure 
    make
    but when I write make it shows me an error something like

    No Target File

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    That's a common error. It can be because you haven't specified the target in one of the statements, and also because syntax errors. Post your makefile.

  4. #3
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    This already happened like 3 times. With 3 different softwares.. I'll post one when I boot Linux.

  5. #4
    Jordan Guest
    Did ./configure actually finish executing without errors?

  6. #5
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    Oh, I thought you were messing with your own makefiles. What I wrote before can still be the cause, but dependencies, like Jordan noted, is more likely to be the problem. The configure-script has to run without any errors (at least, not any critical errors).

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 9
    Last Post: 09-23-2010, 05:22 AM
  2. MAKE Problem - Command Not Found
    By BigLinux in forum Linux Applications
    Replies: 4
    Last Post: 07-05-2009, 01:35 AM
  3. G++ Compilation Error Doesn't Make Sense
    By deltatux in forum C and C++
    Replies: 8
    Last Post: 02-19-2009, 02:17 PM
  4. Command line - %currentuser% type command
    By flipz in forum General Programming
    Replies: 0
    Last Post: 02-09-2009, 06:30 AM
  5. MAKE command?
    By LemonMan in forum Linux/Unix General
    Replies: 8
    Last Post: 12-04-2008, 06:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts