ugkamins@sunybcs.uucp (John Kaminski) (04/19/89)
I tried mailing, but my mailer daemon didn't like your address...sorry. To: rg@psgdc.uunet Subject: Re: Lost C Subroutines Newsgroups: comp.unix.questions,comp.unix.wizards In-Reply-To: <189@psgdc> Organization: SUNY/Buffalo Computer Science Cc: Bcc: You metion in a comp.unix.wizards message that you have trouble linking in code in an ar that clearly shows presence of the needed .o files. Many ld's are one pass wonders, so that order of modules may mess up linking. A problem may also exist if the routines are cross-referential, i.e., the second routine makes any references to the first.