X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.185.201 with SMTP id cp9mr399749qab.6.1361491326791; Thu, 21 Feb 2013 16:02:06 -0800 (PST) X-Received: by 10.50.242.37 with SMTP id wn5mr3359855igc.15.1361491326170; Thu, 21 Feb 2013 16:02:06 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Thu, 21 Feb 2013 16:02:05 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <43bcdb29-6ac3-4cdf-a0ca-e73adb60bf91 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: compilation of sqlite3 on dos using djgpp From: rugxulo AT gmail DOT com Injection-Date: Fri, 22 Feb 2013 00:02:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2638 Lines: 32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Wednesday, February 20, 2013 7:29:14 AM UTC-6, mahesh wrote: > > If I can not use current djgpp to compile sqlite3, I must get > some old binaries from somebody. Keep in mind that "current" is only recommended for some people. DJGPP just never finalized 2.04 (aka, "beta"), but it's also stable. So there is nothing wrong with using 2.04 instead. Though, again, due to heavy POSIX-isms in the world today, it's harder than it should be to use DJGPP, e.g. fork() or dlopen() or similar. There are workarounds, but they are often hairy. I really don't recommend messing with DXE3 (or even DJELF) unless you really know what you're doing. > Yuor suggestion of using pfix=nox is really good suggestion. > > I have got Transced * GB pendrive which BIOS show as hard drive. > But when I make it bootable, it is shown as pen drive and puppy > puts grub on MBR assuming it is sda1. That is why I have to use > linld. Don't use Puppy to make it bootable. Or, if you do, and your BIOS won't boot from it, use something like PLoP boot manager via floppy. > You say Rufus worked for you, but can I use fat32 formmatted > pendrive to make it bootable by DOS which uses 16 bit fat? RUFUS uses the latest FreeDOS kernel, which supports FAT12, -16, and -32. If you use a different DOS instead, it'll probably work, but make sure your DOS supports FAT32. So MS-DOS 7.0 is fine but old 6.22 is not.