LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   samih1:the "make" caommand does not work!! what can i do? (https://www.linuxquestions.org/questions/ubuntu-63/samih1-the-make-caommand-does-not-work-what-can-i-do-406149/)

samih 01-21-2006 09:08 AM

samih1:the "make" caommand does not work!! what can i do?
 
I am a new user of ubunto linux.
the "make" caommand did not work!! what can i do?

i try to use "make" cmmand at ubunto linux but i have bad command.
whta can i do?

guedellas 01-21-2006 02:45 PM

what's exactly your error?
Maybe something like:
Code:

make: *** no objective specified and no makefile found.  Stopped.
If so, you need to run ./configure first to generate a valid rules file (the makefile) and then you can run make

merize147 01-23-2006 03:02 PM

you need to install the build-essentials package.

sudo apt-get build-essentials

or

Use the Synaptic package manager to install it



you may need to do the same for "make" or other needed packages too. don't remember it was a while ago.

EclipseAgent 01-23-2006 03:55 PM

Install kdebindings3-devel


All times are GMT -5. The time now is 12:16 AM.