LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Make not working correctly (https://www.linuxquestions.org/questions/linux-newbie-8/make-not-working-correctly-502572/)

barleykorn 11-17-2006 06:38 AM

Make Not Working Correctly
 
[root@localhost ~]# ./configure
bash: ./configure: No such file or directory


[root@localhost ~]# make config
make: *** No rule to make target `config'. Stop.
[root@localhost ~]#

lbdgwgt 11-17-2006 09:29 AM

Quote:

Originally Posted by barleykorn
[root@localhost ~]# ./configure
bash: ./configure: No such file or directory


[root@localhost ~]# make config
make: *** No rule to make target `config'. Stop.
[root@localhost ~]#

what are you trying to install?

alphy 11-17-2006 09:32 AM

Hi,

the make file located in the root home directory does have a make file,but it does not have a rule specified to make the config exe.
try just plain make.
what are you trying to compile?

-Alphy

Tinkster 11-17-2006 01:52 PM

Quote:

Originally Posted by barleykorn
[root@localhost ~]# ./configure
bash: ./configure: No such file or directory


[root@localhost ~]# make config
make: *** No rule to make target `config'. Stop.
[root@localhost ~]#

I split your post and the two responses out of the three year
dead (most likely unrelated) thread.


Cheers,
Tink


All times are GMT -5. The time now is 06:20 AM.