X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: ZILE 2.3.7 (very hard to build, needs weird hacks just to compile) Date: Fri, 17 Jul 2009 19:54:37 -0700 (PDT) Organization: http://groups.google.com Lines: 32 Message-ID: References: <70ca0c3b-f777-47b2-80c8-ee6dccf249eb AT t21g2000yqi DOT googlegroups DOT com> <3404e585-bd5f-47b9-8663-2070bd9d6651 AT b15g2000yqd DOT googlegroups DOT com> <807a4a2c-8d2e-4231-b504-c822c9dba176 AT k20g2000vbp DOT googlegroups DOT com> <837hy7qvhe DOT fsf AT gnu DOT org> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1247885677 20466 127.0.0.1 (18 Jul 2009 02:54:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 18 Jul 2009 02:54:37 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: c29g2000yqd.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Jul 17, 8:39=A0am, Eli Zaretskii wrote: > > From: Rugxulo > > Date: Fri, 17 Jul 2009 04:38:26 -0700 (PDT) > > > > djtar -x %F1% > > > cd zile* > > > sed -i -e "/-lcurses/s//-lpdcurses/" -e "/mp_cv_curses=3Dno/s/=3Dno/= =3Dyes/" -e "\,\\\\r,s,\\\\,\\," configure > > > "configure" is such a big file that sed will be quite slow editing it. > > (Actually running "configure" itself is the slowest thing. It really > > checks too much stuff !!) Hence, it'd be faster to just let it run its > > course and edit the resulting (small) config.status instead and then > > manually run: =A0bash -c "./config.status" (to create the various > > makefiles). > > I don't think this will work, at least not easily, since `configure' > invokes `config.status' automatically. In this case, at least, it does indeed work. I've tested it. > > Ignore the whole curses hack mentioned above as you can > > later do "make CURSES_LIB=3D-lpdcurses" instead. > > That requires one to know this. =A0How many users will? Well, obviously, the user will use a pre-built binary or else compile themselves. And since this is a newsgroup about that specific compiler, I'm telling anybody in advance who might be interested (so far, only you). ;-)