On Wednesday 30 March 2005 01:04, guy keren wrote: > 1. never ever ever specify link flags before specifying the list of object > files. don't ask me why - perhaps this is just a habbit.
Because Unix/Linux linkers are designed to work in a single pass, so they must collect all the missing symbols on object files before searching them in libraries. -- Oron Peled Voice/Fax: +972-4-8228492 [EMAIL PROTECTED] http://www.actcom.co.il/~oron ICQ UIN: 16527398 "Linux: like the air you breathe, ubiquitous and free" ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
