X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: juan DOT guerrero AT gmx DOT de Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of bzip2 1.0.4 uploaded Date: 20 Apr 2007 04:33:22 -0700 Organization: http://groups.google.com Lines: 23 Message-ID: <1177068802.397343.104820@e65g2000hsc.googlegroups.com> References: <200704192014 DOT l3JKEGN0015546 AT delorie DOT com> <46287e6e$0$10182$9b4e6d93 AT newsspool4 DOT arcor-online DOT net> NNTP-Posting-Host: 88.68.58.133 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1177068802 28273 127.0.0.1 (20 Apr 2007 11:33:22 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 20 Apr 2007 11:33:22 +0000 (UTC) In-Reply-To: <46287e6e$0$10182$9b4e6d93@newsspool4.arcor-online.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/48 (like Gecko) Safari/48,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: e65g2000hsc.googlegroups.com; posting-host=88.68.58.133; posting-account=EverNQ0AAABHhJwiVPYTqviNE3wBG46C 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 Robert Riebisch schrieb: > Juan Manuel Guerrero schrieb: > > > This is a port of bzip2 1.0.4 to MSDOS/DJGPP. > > Thank your very much! :-) > > But one question: Why does bz2-104b.zip have `include\bzlib.h' and > `lib\libbz2.a'? Wouldn't it be better to put these into separate > bz2-104a.zip? This is the way it has been done all the years since I have maintained the port. The makefile does not offer a seoarate install target to install only the binary or the library. Of corse it is not difficult to create such new targets but no one has ever asked for it. I will think about it. Regards, Juan M. Guerrero