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, 23 Dec 2011 10:28:53 -0800 (PST) Organization: http://groups.google.com Lines: 39 Message-ID: <73357525-3fd9-4f8c-80b8-81c18d65e78d@u32g2000yqe.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> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1324664939 19347 127.0.0.1 (23 Dec 2011 18:28:59 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 23 Dec 2011 18:28:59 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: u32g2000yqe.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: 2852 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 pBNIj2mp026112 Reply-To: djgpp AT delorie DOT com Hi, On Dec 23, 11:58 am, Rugxulo wrote: > > 3). Also, under /zoneinfo/, seems two rules in the Makefile try "-L / > dev/null", which (again) DOSEMU doesn't like. (What is the deal with > that???) Anyways, I just created an empty 0-byte file ("blah") and > used that instead. (shrug) '/dev/null' line 1: line too long (or such, I tried to copy/paste, but it didn't work, doh) EDIT: Trying again. ./host-zic -y ./yearistype -d ../../zoneinfo -L /dev/null africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera factory backward systemv solar87 solar88 solar89 "/dev/null", line 1: line too long make.exe[1]: *** [posix_only] Error 1 make.exe: [subs] Error 2 (ignored) c:/djgpp/bin/make.exe -f makempty gcc ... -c empty.s ar rv ../lib/libg.a empty.o r - empty.o ar rv ../lib/libpc.a empty.o r - empty.o Okay, so again, like I said, I just made a 0-byte file named "blah" and used that (in the two instances in /zoneinfo/src/Makefile) after "- L" instead of "/dev/null". P.S. Is this the proper ending of the build? If so, then everything finishes fine (eventually). :-) ../../src/misc.exe cp date.1 ../../info/date.1 c:/djgpp/bin/make.exe -f makempty make.exe[1]: Nothing to be done for `all'. C:\djgpp\src>