PDA

View Full Version : 'make : *** no rule to make target 'install'.Stop.


dowell
29th August 2007, 09:51
i did the following to install vlc player on fedora core 5.

# tar -jvxf vlc-0.8.6c.tar.bz2
# cd vlc-0.8.6c
# ./configure
:confused:
After this i run the 'make' command still under the vlc-0.8.6c folder and thats when i got the error
'make : *** no rule to make target 'install'.Stop.'

i got confused at this point because i din't see any make file in the vlc-0.8.6c folder. i only found Makefile.am and Makefile.in.

Please assist.

falko
30th August 2007, 21:03
Were there any errors during ./configure?

BTW, why don't you just install the vlc package with Fedora's package manager?