Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3D10CAEA.9010206@ece.gatech.edu> Date: Wed, 19 Jun 2002 14:18:18 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Nicholas Wourms CC: Cygwin Apps Subject: Re: aalib-1.4.0 ready for review/upload [was: Re: [ITP]: aalib-1.4.0] References: <3CF1769E DOT 9060305 AT netscape DOT net> <20020527125734 DOT N12995 AT cygbert DOT vinschen DOT de> <3D10848E DOT 2000209 AT netscape DOT net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Nicholas Wourms wrote: > Although this is mostly a console application library, there are some X > applications which use it, so I have also linked against the X11 runtime > library. Then this should be (eventually) installed on sourceware under release/XFree86/ per current standard. Also, it should be compiled with --prefix=/usr/X11R6/, and the actual "accept/no-accept" decision will probably be made on the cygwin-xfree list, with Harold as final arbiter, not cgf. Right? Perhaps you want two different sets: aalibX --prefix=/usr/X11R6/ libaaX0 --prefix=/usr/X11R6/ aalib --prefix=/usr (NO dependency on X stuff) libaa0 --prefix=/usr (ditto) > There were some variables which were auto-imported at > link-time, but they don't seem to be causing any issues, as the tests > work fine. No need to fear auto-import. Current binutils will fail during the link with an error, when the variable access is done "wrong": "variable '' can't be auto-imported. Please read the documentation for ld's `--enable-auto-import' for details." If you didn't see the error (e.g. you linked successfully) then you needn't worry. > Note that I also generated the source tarball from CVS > sources, due to the fact that I found fixes in the CVS that I liked and > the fact that the latest releases were all release candidtates. In that case, your package version should be YYYYMMDD of the date you checked out the sources. > The > problem was they were all 1 year old! The author is at-large, so future > development on this project may be slow. Finally, I have included both > static and shared libraries, so if you prefer static, besure to link > with the -static flag when using gcc. I have attached the readme for > your reference. For a sample of what this library can do, go to: > > http://aa-project.sourceforge.net/gallery/holecek.html > > Here is where to get the packages: > http://today.clemson.edu/cygwin/release/aalib/setup.hint > http://today.clemson.edu/cygwin/release/aalib/aalib-1.4.0-1.tar.bz2 > http://today.clemson.edu/cygwin/release/aalib/aalib-1.4.0-1-src.tar.bz2 > http://today.clemson.edu/cygwin/release/aalib/libaa0/setup.hint > http://today.clemson.edu/cygwin/release/aalib/libaa0/libaa0-1.4.0-1.tar.bz2 > > Here are the setup.hints: Looks fine to me, otherwise. I give this a +1 (provided the above changes are made). --Chuck