Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-30-2006, 02:02 PM
|
#1
|
|
Member
Registered: Sep 2006
Distribution: Slackware 12, Fedora Core 5
Posts: 38
Rep:
|
Hi,
I need a little help. I'm new to linux and I have a wacom tablet that I want to get working. I found a driver and everything but when I type "make" into my console, after typing ./configure, it says: "bash: make: command not found". Please help me!
|
|
|
|
10-01-2006, 03:40 PM
|
#2
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
jcbparry - I have split your question into it's own thread.
|
|
|
|
10-01-2006, 04:11 PM
|
#3
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Install the make package for your distro?
|
|
|
|
10-02-2006, 12:57 AM
|
#4
|
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Slackware 10.1/10.2/12, Ubuntu 12.04, Crunchbang Statler
Posts: 3,780
|
I guess that ./configure gave some errors (something like checking for make: no). It's not suffiecient to run ./configure, you also need to check what it reports.
Which distro do you use?
Last edited by Wim Sturkenboom; 10-02-2006 at 12:58 AM.
|
|
|
|
11-19-2006, 09:30 PM
|
#5
|
|
LQ Newbie
Registered: Nov 2006
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu Dapper Drake
Posts: 2
Rep:
|
make : command not found
i am facing the similiar problem too
when i type "make" in the terminal, it complains that
"bash: make: command not found"
i am using Ubuntu 6.06 (Dapper Drake).
anyone know what happen???
 here
|
|
|
|
11-20-2006, 12:35 AM
|
#6
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Have you tried installing make?
|
|
|
|
11-21-2006, 12:00 AM
|
#7
|
|
LQ Newbie
Registered: Nov 2006
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu Dapper Drake
Posts: 2
Rep:
|
yeap.. now make is available... as i have install it myself
use this to install make : sudo apt-get install make
and it seems that make is not preinstalled in ubuntu 6.06... which is very weird
|
|
|
|
11-21-2006, 02:41 AM
|
#8
|
|
Member
Registered: Jun 2004
Location: Leiden, The Netherlands
Distribution: Slackware 10.2, SmoothWall Express v3, Kubuntu 7.04, Mac OS X.4
Posts: 69
Rep:
|
Indeed there are no compilers, make, autoconf what-so-ever installed on a fresh ubuntu install.
sudo apt-get install make won't get you there. You need to use the following command:
Code:
sudo apt-get install build-essential
That will install make, gcc etc.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:02 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|