On Wednesday 28 June 2006 08:38, Greg King wrote: > "It's not a bug -- it's a feature!" ;-) > > cl65 isn't as smart as gcc. It doesn't look "over the hedge" to see what > else will be coming on the command line. Instead, it obeys each object as > soon as it reaches that object. cl65 compiles/assembles each source file > when it reaches that file's name on the line -- cl65 uses only the options > that it already has seen. > > Those "-o" options are in the wrong place. You must change the > command-rules in the makefiles. Actually, it generally is a good idea to > put all option objects on the left side of command lines, and to put all > non-option objects on the right side of those lines (that advice is true > for most commands). > > root/2> cl65 -I .. -c -o obj/out.o ../1/foo.c > > root/2> cl65 -o out.co --add-source -c foo.c mmmh while i understand why it is doing this now, i think the behaviour is atleast inconsistant then.... it should complain about the bogus -o option if it doesnt use it IMHO. -- http://www.hitmen-console.org http://www.gc-linux.org/docs/yagcd.html http://www.pokefinder.org http://ftp.pokefinder.org Some electronic components are now so small that more time is spent looking for them than using them. <Arthur C. Clarke> ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Jun 28 19:52:50 2006
This archive was generated by hypermail 2.1.8 : 2006-06-28 19:52:54 CEST