Date: Sun, 16 Jul 1995 13:17:31 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: avly AT detour1 DOT nerc DOT com Subject: Re: I can't seem to link a "hello world" program in DJGPP v2 Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I have also tried linking in the other libraries as well, > but I always get this error message: > > outfloat.c(.text+0x161): undefined reference to `_IO_dtoa' This is a known bug in v2.0beta1, which should be corrected in the next beta release. You can browse the list of known bugs at this URL: http://www.delorie.com/djgpp/beta/bugs/ > lines) that I compiles and runs well under Unix, and DJGPP always > complained that there isn't any more virtual memory left, and > sometimes hung up after displaying that message. I experimented and it > seems that it gives that error message under DOS+QEMM DPMI, but not in Are you sure you have virtual memory services of QDPMI enabled, and you've set the QDPMI swap file size to an appropriately large value (the default is ridiculously small, AFAIK). You can see what QDPMI settings are in effect by invoking the program QDPMI.COM which should be in your QEMM installation directory. > a DOS shell under Windows 3.11 (QEMM still present). Does this mean When Win3.x starts up, it broadcasts its start-up message by calling a certain function of a certain interrupt. This causes QEMM to move out of Windows' way in every aspect that involves memory management, so that now Windows is in charge.