Felice Colucci wrote: Hi , when I use the original makefile this is the output
Makefile:134: /usr/src/linux: No such file or directory Makefile:134: /Rules.make: No such file or directory make[1]: *** No rule to make target `/Rules.make'. Stop. I do the change to detect the `/Rules.make' file I understand that, but you can't expect, that just replacing one file with another one because they share the same name the things will get fixed. You still haven't told us which is the program that you're trying to compile. Usually the files like Rules.make or Make.rules are generated by the "configure" script and contain data, for your environment, which is then used to compile the program. Maybe you haven't run "configure" at all. Note that you can't just copy a configured source tree from linux to cygwin and expect it to work 100%. p.s. Please, don't email me personally, but keep posting to the mailing list. I read it and so do many others. help please ----- Original Message ----- From: "Pavel Tsekov" <[EMAIL PROTECTED]> To: "Felice Colucci" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 12:59 PM Subject: Re: Rules.make Well, this looks much like using the "shotgun" approach. Why are you making this substitution ? What do you expect to happen - there is nothing common between /usr/src/linux and /usr/src/inetutils-1.3.2-16. Try to explain the problem with more details (for exmaple which is the program, the error which is printed when you're using the original makefile, etc...). Felice Colucci wrote: Hi, my makefile require the directory /usr/src/linux I have substitute this directory with /usr/src/inetutils-1.3.2-16 to detect Rules.make.When i compile i have this error *** target file `install' has both : and :: entries. Stop. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/