LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-27-2013, 11:09 AM   #1
Abhay92
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Rep: Reputation: Disabled
problem in installing ,unable to make a program


i am using ubuntu 12.04 .after chmod +x ./configure command,everything has gone well. iam no able to install a program since the 'make' command gives an error as "make: *** No targets specified and no makefile found. Stop."
plz help me.

Last edited by Abhay92; 01-27-2013 at 11:25 AM.
 
Old 01-27-2013, 11:13 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
What is the program? Maybe you don't need to build it from source, it could be available from Ubuntu's repositories.
 
Old 01-27-2013, 11:32 AM   #3
Abhay92
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
i am having problem with all programs.it shows same error everytime.
 
Old 01-27-2013, 12:02 PM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Have you got all the software needed for compiling installed? Run this:
Code:
sudo apt-get install build-essential
Have you got the libraries you need? Ubuntu splits their libraries into two: runtime and development. You need the ones with the -dev suffix.
And, did you run:
Code:
./configure
before make?

Last edited by brianL; 01-27-2013 at 12:08 PM.
 
Old 01-27-2013, 12:12 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
i am having problem with all programs.it shows same error everytime.
WHAT is the error.
post it please.
 
Old 01-28-2013, 11:26 AM   #6
Abhay92
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
not working...
I've tried ./configure but it shows- 'bash: ./configure: Permission denied'.So i tried chmod +x ./configure..
 
Old 01-28-2013, 11:33 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Ref. post #2 : "What is the program ?"

Please mention a couple of program examples.

And : Not all programs use a 'configure' script.
( The are at least 10 other ways to build software.)
 
Old 01-28-2013, 11:42 AM   #8
Abhay92
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
banshee-2.6.0,ircii2.8.2,bitchX,vlc2.0.5,gtk+-3.4.3
 
Old 01-28-2013, 12:33 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Still missing critical information

Are those names you gave even source code ?
just where did you get them from ?
and why not just use your package manager to install the already built ubuntu ".deb" files

just where is the build folder ?
your normal used account NEEDS to have read/write permission to the folder

For that above list every one of them need to have prerequisites built from source , and almost every one of those prerequisites also have prerequisites that also need building .


in the source folder there is a text file called README and INSTALL and or a folder called "doc" with the instructions


Did you do as posted in post #4 ?
install at least some of the required software needed to build programs
--------
sudo apt-get install build-essential
-------


most people build software in there HOME folder
or
in a folder set aside JUST for building software

it needs to be owned BY the normal user



also why build from source
vlc alone will need about 50 prerequisites build FIRST before you can even try to build it from source
 
Old 01-28-2013, 12:57 PM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I'm sure(?) all those are available in Ubuntu's repositories. Open Synaptic package manager, and browse for them.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing vmware 2.0.2 failed with unable to make vmnet module packetsmacker Linux - Server 1 10-28-2009 02:00 PM
Installing program, make returning 1 error Infohungry Slackware 9 01-19-2009 01:41 PM
problem installing program wrybread Linux - Newbie 4 12-04-2005 05:33 AM
Program installing problem nutz Linux - Software 5 11-23-2003 07:23 PM
Problem's installing program's amp2000 Linux - Software 2 02-22-2002 01:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration