X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: building libc (was "Re: ANNOUNCE: DJGPP port of Lua 5.2.0 uploaded.") Date: Fri, 30 Dec 2011 14:16:33 -0800 (PST) Organization: http://groups.google.com Lines: 66 Message-ID: <17b7cb64-300a-4a02-842c-561a9395559b@g41g2000yqa.googlegroups.com> References: <201112220014 DOT pBM0ENQt004616 AT delorie DOT com> <74ee1ae2-8a21-4104-95d9-492073150519 AT l29g2000yqf DOT googlegroups DOT com> <3e0771bb-ed2b-4dfc-a654-75b59a3c65a7 AT p9g2000vbb DOT googlegroups DOT com> <5f4b3313-6ce8-4c7d-97a3-b9d313db1035 AT f11g2000yql DOT googlegroups DOT com> <7dd36ab5-c992-42b1-abae-0a75c7c7ee24 AT l19g2000yqc DOT googlegroups DOT com> <692c2768-e527-4fc3-95bf-4b44ba0d9cd5 AT p9g2000vbb DOT googlegroups DOT com> <2ee81079-b1b5-422f-909b-fca74ad9cd52 AT x19g2000yqf DOT googlegroups DOT com> <5c84aae5-05c8-452d-9a78-db79c0607051 AT f33g2000yqh DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1325283393 20271 127.0.0.1 (30 Dec 2011 22:16:33 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 30 Dec 2011 22:16:33 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: g41g2000yqa.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 4099 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pBUMU2gn025778 Reply-To: djgpp AT delorie DOT com Hi, On Dec 30, 7:49 am, Juan Manuel Guerrero wrote: > On 28 Dez., 05:08, Rugxulo wrote: > [snip] > > > > Before you start compiling you > > > must copy djgpp.djl and dxe.ld from the cvs /lib directory into your > > > djgpp installation /lib directory.  If this is not done the > > > compilation will abort when compiling symify. > > > Wouldn't this be a good use for UPDATE.EXE (to automate it) when > > building? > > That is a design question that must be answered by DJ and not by me. > But replacing the original files with the new ones may not be what > the user intends. Well, if you can't build symify without it, it seems like it should be done automatically. Or is this at least documented somewhere that I missed? I just don't think mysterious failures are helpful. ;-) > You do not need VMware.  I have installed VirtualBox 4.1.4 on my > linux box and it is possible to compile djgpp's sources out-of-the- > box. Yes, I've used VirtualBox, though not much for compiling. > Virtual Box allows to use VWmare virtual disks so I was able to > compare both solutions. > (snip) Weird how LFNs slow everything down. > DosEMU does not work at all my linux box.  It always crashes and tells > me to download the sources and recompile it with certain debug flags > set.  The output produced from that debug version shall be send to the > maintainers.  That is to mutch work and makes dosemu useless for > current linux versions. What did you say you use, OpenSuSE? Maybe it's an SELinux issue. Try these: su -c 'sysctl -w vm.mmap_min_addr=0' su -c 'sesetbool -P mmap_low_allowed 1' You could also try manually installing the binary version from the DOSEMU site (instead of whatever buggy version is bothering you): http://www.dosemu.org/stable/ > I have also installed debian 6.0.3.  debian seems no > longer to provide dosemu at all.  It still prevides dosbox and > virtualbox. Seems they keep it in "contrib": http://packages.debian.org/search?keywords=dosemu > According to my experience, with virtualbox we have an open source > virtual > system that allows to compile the libc sources and also other djgpp > sources > with and without LFN support. Yes, it's good and GPL, so no complaints here.