This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make from cvs file


alex hardy wrote:
> 
> I am having a problem with make
> 
> When I downloaded the file minion from the net
> it would make but not test make, so I was told
> to download the files from a cvs site, however
> on invoking make this is my problem
> 
> Administrator@aa-47264ffd4b6d ~/src/minion
> $ make -f ./src/minion/makefile
> make: ./src/minion/makefile: No such file or directory
> make: *** No rule to make target `./src/minion/makefile'.  Stop
> 
> src is in my home directory and in the minion folder
> there is a makefile.
> 

Judging by your prompt you are already in ~/src/minion. If you do

ls

do you see the makefile?

Try just typing

make

HTH

Don Sharp

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]