Mailing-List: contact cygwin-announce-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-announce AT sources DOT redhat DOT com Delivered-To: moderator for cygwin-announce AT sources DOT redhat DOT com Message-ID: <3A5C062C.2E8D03AF@ece.gatech.edu> Date: Wed, 10 Jan 2001 01:50:20 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin-announce AT sources DOT redhat DOT com Subject: New on sourceware: readline-4.1-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've just uploaded readline-4.1-2 to sourceware. Readline is a library that provides user-input functions complete with history functions and line-editing capabilities. readline-4.1-1 has been available as a test release for a month or so with positive reports; this version just fixes a minor packaging error, and is no longer marked 'test'. readline-4.1-2 depends on ncurses-5.2-3. INSTALLATION: To update your installation, click on the "Install Cygwin now" link on the http://sources.redhat.com/cygwin web page. This downloads setup.exe to your system. Run setup and answer all of the questions. PLEASE, PLEASE, PLEASE choose a mirror site for your download. The 'sources.redhat.com' site is badly overloaded. The mirrors below have the latest version of this package: ftp://ftp.freesoftware.com/pub/sourceware/cygwin/ (US) ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/mirrors/cygnus/ (Germany) ftp://ftp.ntua.gr/pub/pc/cygwin/ (Greece) The setup.exe program will figure out what needs to be updated on your system and should install the less package automatically. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin AT sources DOT redhat DOT com . I would appreciate if you would use this mailing list rather than emailing me directly. This includes ideas and comments about the setup utility or Cygwin general. If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe to the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain DOT com AT sources DOT redhat DOT com NOTES: o Building the package from source requires gcc-2.95.2-5 and binutils-20001029-2 or later o depends on ncurses-5.2-3 or later. o The package includes several test and conversion utilities which are useful for evaluating readline. Both dynamically-linked and statically-linked versions are installed. o Abides by the cygwin package system standard: - import-lib /usr/lib/libreadline.dll.a - import-lib /usr/lib/libhistory.dll.a - static-lib /usr/lib/libreadline.a - static-lib /usr/lib/libhistory.a - stripped dll /usr/bin/cygreadline4.dll (**) - stripped dll /usr/bin/cyghistory4.dll (**) - cygwin-specific docs in /usr/doc/Cygwin/readline-4.1.README - generic docs in /usr/doc/readline-4.1/* (**) versioned dlls are the default; only extremely stable libraries (like zlib) have unversioned dlls. o A cygwin-specific README and PATCH are stored in the source archive, under /CYGWIN-PATCHES/* (although that patch has already been applied to the archive itself). The cygwin-specific README is also installed by the binary distribution as described above. o After installing, please read /usr/doc/Cygwin/readline-4.1.README o Should run the following commands after installing install-info --dir-file=/usr/info/dir \ --info-file=/usr/info/readline.info install-info --dir-file=/usr/info/dir \ --info-file=/usr/info/history.info o If you are building a package that depends on readline (or solely on history), and you wish to link *statically*, define -DREADLINE_STATIC (and -DNCURSES_STATIC because of dependency issues) to get the 'correct' #define's in readline.h (or history.h) when compiling the .o files in your package. Also, use 'gcc -static' when linking your package. o No special -Ddefine options or link options are needed when building a package that depends on readline (or history) and you want to link dynamically (recommended). --Chuck Wilson