bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] readline on cygwin


From: Charles Wilson
Subject: [PATCH] readline on cygwin
Date: Wed, 16 Jul 2003 00:41:20 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

This is part of the patches necessary to build readline as a shared library on cygwin. These are the parts that do not disturb the build process on other platforms; the rest consist of very ugly hacking on the Makefile.in files, to enable building both dynamically linked test executables and statically linked ones.

        * readline.c: mark private variables as such (helps keep
        track of what goes into the .def files)
        * complete.c: ditto
        * display.c: ditto
        * shlib/libhistory.def: new file.
        * shlib/libreadline.def: new file.
        * support/shlib-install: make sure that DLLs are executable
        * support/shobj-conf: settings for building shared libraries on
        cygwin
        * configure.in: Add a new AC_SUBST variable: DLLVERSION.  It
        does not necessarily track with LIBVERSION.

--
Chuck
readline maintainer for cygwin

Attachment: readline.cygwin.patch.gz
Description: GNU Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]