I am trying to install noip2. After following these instructions I have reached a roadblock.
How do I install the 'no-ip' package on 12.04?
When I type in make I receive the following error.
make: *** No targets specified and no makefile found. Stop.
How do I fix this?
I am just trying to learn how to driver modules for Linux Kernel. I followed Linux Device drivers 3rd edition book and started my work. I created a sample program and makefile. Please find my makefile contents below.
obj-m += testModule.o
make -C /lib/modules/3.2.36/build M=$(PWD) modules
I saved this makefile in my home directory.
Hi There,
i have exactly the same problem like this two people:
http://ubuntuforums.org/showthread.php?t=2040656
http://askubuntu.com/questions/13963.../165002#165002
and i tried to fix it with the following:
(with the file from: http://askubuntu.com/questions/13963...not-recognized)
cd /home/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514 .201 (work)
sudo su (work?)
make clean
make: *** No
Well I am trying to make a simple compiler and linker for myself with a makefile, as I am just starting to learn C++, but I can't seem to find out why this makefile isn't working...
When I run the compile.sh, I get this error message: make: *** No target.
I am trying to install rpm-4.7.0:
I extracted the file
I changed the directory to particular directory
./configure
make
but in the fourth step the make command not excecuting it throws some error
make: *** No targets specified and no makefile found. Stop.
hello everybody,
I am new to linux, and have problems with installing "Alarm clock "program for Genome. i have extracted the folder and entered
./configure
when trying to enter make command i got the following message
"make: *** No targets specified and no makefile found. Stop"
I have been trying it from a long time now and this time it got my nerves...
The commands make and make install used to install a program from an extracted tar ball never work for some reason...
The make command gives me the error-
make: *** No targets specified and no makefile found. Stop.
and the make install command gives me the error
make: *** No rule to make target `install'.
I have been trying to install Wunderlist and Utorrent. I have extracted them and installed build essentials and followed lots of other tuts but still keep getting these responses:
Code:
make: *** No targets specified and no makefile found. Stop.
and
Code:
make: *** No rule to make target `install'. Stop.
Really would like some help!
I want to add a file hstest.c which comes with bluez package but not by default added to the makefile to the sources that are compiled with the buid system.
I read about makefiles and autotools but now I am hesitant to make changes to the makefiles. Should I modify the makefile.am and then run automake or just change the makefile.in or the makefile itself ? and how ?