LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with make command (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-make-command-588313/)

Cyhaxor 09-29-2007 11:11 PM

Problem with make command
 
Ok I downloaded the pptp-1.7.1.tar.gz package and I placed it in:
Quote:

/mtn/memory/Linux/Packages/pptp-1.7.1.tar.gz
Then I run the command:
Quote:

#: cd /mtn/memory/Linux/Packages/
#: tar zxvf pptpd-1.7.1.tar.gz
#: cd pptpd-1.7.1
#: make
#: make install
When I typed the make command I got the output: Nothing to be done for `all' And the make install command gave me the output: `install' is up to date.

What I did wrong?

----------------------------------------------------------------------

Forget it! My fault! I had to run the make and make install command in /pptp-1.7.1 directory and not in /mtn/memory/Linux/Packages/pptp-1.7.1!

I feel so stupid! :P

Hendronicus 09-30-2007 02:15 AM

You might want to run
Code:

./configure --help|less
and see what the options are, and then run
Code:

./configure --what-ever-options
before you run make.

Simon Bridge 09-30-2007 02:48 AM

Since I'm here anyway...
Code:

#: cd /mtn/memory/Linux/Packages/
#: tar zxvf pptpd-1.7.1.tar.gz
#: cd pptpd-1.7.1
#: make

... those lines are not normally executed as root. Only install is executed as root, and then, only if the install is to a root-only location.

When you report error messages, copy them, along with the command, and paste them here.

Good you saw your problem and supplied the solution to your post. You did not compound your embarrassment by keeping your lesson secret - now it serves a purpose. Well done.

StreetStyle 03-08-2009 08:18 PM

same problem
 
I have the same problem with "make" command. Truly, this is the 6th forum where i registered to ask this question...
After "./configure" i want to run "make" command, but i got same error as the guy who opened this topic (i can't remember his name)...
Aniway, i am brand new to Linux, Ubuntu 8.04 release btw, and i am a little nervous right now 'cuz i can't find the answer for my questionfor a whole month!!! So, i can't figure out what is wrong in his case. EX: I want to install Compiz-config-manager in tar.gz archive... I extracted archive manualy with right click on it. The directory of compiz i put on desktop. I try to do something with Synaptic i can't click on anything cause it's with gray letters not black. I hope you guys figured this last sentence because my English is not too good.
I can't run "make", what should i do???
I don't have Internet connection at this time, but on april i'l get it.
Thanks in advance

bert07 03-08-2009 08:38 PM

Seems to be going a lot of the "make" problems going around these days.

"make" isn't always installed with the system. So try to figure out first if it is installed.

If not (depending on your system) install it using synaptic or something alike. You also need some gcc files matching the system. Install the latest versions of that as well.

bert07 03-08-2009 11:41 PM

Somebody just pointed out that also the file "makefile" should be installed.
If it is not, use the Synaptic Package Manager to install it.

StreetStyle 03-11-2009 06:41 PM

http://www.linuxquestions.org/questi...ything-710135/ is my Topic. I don't want to spam this forum. So if anyone cares to help, pls go there, thanks!


All times are GMT -5. The time now is 07:22 PM.