Linux - GeneralThis 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.
Hi. I'm running Ubuntu 10.04 and while trying to install the Wacom driver and kernel I get to the step after ./config and get this message when I use make.
make: *** No targets specified and no makefile found. Stop.
I've tried looking up on it and they all say that build-essentials should be installed first. So I looked into it and I found out that it's already installed along with the make command itself.
Anyway to get Ubuntu to recognize it as installed?
I suggest you that you can run "updatedb" command first. Some times database is not initialized. After this if you cannot get make command then you run "sudo apt-get install make".
Hi. I'm running Ubuntu 10.04 and while trying to install the Wacom driver and kernel I get to the step after ./config and get this message when I use make.
make: *** No targets specified and no makefile found. Stop.
Were there any errors after running "./config" (by which you presumably meant "./configure)? For some reason, the makefile hasn't been generated, so one naturally assumes that something went wrong during the previous step.
Quote:
Originally Posted by krishnakant
Hi,
I suggest you that you can run "updatedb" command first. Some times database is not initialized. After this if you cannot get make command then you run "sudo apt-get install make".
Best of luck
The OP already has make installed. The problem is that they don't seem to have a makefile (reread their post). Edit: I'm not even sure what updatedb has to do with make being installed or not. It's just used for (s)locate, if I'm not mistaken..
Yeah sorry. ./configure works fine. Automake installed as well. I seem to get this error each time though.
Quote:
:~/Desktop/xf86-input-wacom-0.10.10$ make
make: *** No targets specified and no makefile found. Stop.
Quote:
I suggest you that you can run "updatedb" command first. Some times database is not initialized. After this if you cannot get make command then you run "sudo apt-get install make".
I have tried this too. I get this error when I run updatedb though.
Quote:
updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'
I suggest you that you can run "updatedb" command first. Some times database is not initialized. After this if you cannot get make command then you run "sudo apt-get install make".
updatedb updates the database used by the locate command. Running it would have no effect on the OP's problem. In any case updatedb can only be run as root so you'd have to run 'sudo updatedb'.
Are you sure you're supposed to be using make to build it?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.