Message-Id: <199605081048.GAA11450@delorie.com> Date: Wed, 08 May 96 13:35:51 LIT From: Martynas Subject: libraries To: DJGPP mailing list Argh, sorry for a separate posting, I just forgot it... What is the order ld looks for object files through libraries. I mean, why does ld take math functions from libm, while they are also found in libc? I could put object files with empty globbing and env-file functions to some library and then shorten the executables by linking with it. However, when I tried that trick some time ago, it didn't work. So what gives? Martynas