Rajagopal, Prasanth wrote on 20 October 2008 14:10: > However, I got an error like target pattern contains no % when I ran the > makefile. By searching, I came to know that a : should be removed, but I > am not sure where exactly to remove, though the line number is given. I > am new to makefile syntax also.
This problem is usually caused by having a DOS-style "C:\...." path in the makefile somewhere; it needs to be replaced by the Cygwin-style "/cygdrive/c/..." posix path format. If it has a configure script, make sure you're using all cygwin-style paths for the --prefix and when invoking it. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/