From: "Chris Fowles" <cfowles@GMX.NET> > When I try and recompile, make, I get an error: > make: *** No targets. Stop. > > I was wondering if anyone knew how to fix this. > Suggestion: make all (or 'make circle' - eventually, you might even try 'make ./Makefile') If you've changed to a system that doesn't recognize the 'default:' tag in a Makefile (weird in itself), try giving it what it's asking for, a target. Also, check out the Makefile with 'cat Makefile | less' to see if you have any strange characters inthere, that might interfere with the make command. I don't know if it will handle ^M's correctly. Welcor -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT