[EMAIL PROTECTED] wrote:
Hi,

Any pointers are highly appreciated.

This isn't a makefile problem, but a gcc-link problem.
Most Unix compilers are one-pass, unlike most MS-Windows
compilers which are two-pass.

This means that object file 'a' must be listed after any other
objects that provide symbols that object file 'a' requries.

Reverse the object file order and it should work.

Thanks in Advance,
Regards,
-Archna

HTH,
Colin S. Miller

--
Replace the obvious in my email address with the first three letters of the 
hostname to reply.
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to