From: Luke Bond Newsgroups: comp.os.msdos.djgpp Subject: linker error Date: Mon, 15 Jun 1998 09:17:26 +1000 Organization: Ion Software Lines: 12 Message-ID: <35845A06.DF7DAD63@ionsoftware.com.au> NNTP-Posting-Host: 203.34.59.102 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I get these errors every time I try to compile a program, whether it's allegro or a little 'hello world' program: c:/djgpp/lib/libc.a(doprnt.c)(.text+0xa0b):doprnt.c: undefined reference to `__umoddi3' c:/djgpp/lib/libc.a(doprnt.c)(.text+0xa3e):doprnt.c: undefined reference to `__udivdi3' I've just installed DJGPP and I've downloaded just about everything for it, so I can't be missing anything. I seem to remember this error from last time I installed DJGPP but I can't remember how I fixed it.