You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/02/18 01:19:29 UTC

DO NOT REPLY [Bug 33627] New: - Bite-sized changes making progress towards compilation on Cygwin

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33627>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33627

           Summary: Bite-sized changes making progress towards compilation
                    on Cygwin
           Product: Apache httpd-2.0
           Version: 2.0.53
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: maxb@ukf.net


This patch contains three independently-reviewable changes that do not
entirely fix the build on Cygwin, but do make important progress in that
direction.

* build/install.sh: Automagically append .exe - this is needed because
    libtool will not pass unknown options to an install program, so we
    are unable to use "-e .exe" in this case.

* build/instdso.sh: Like OS/2, on Cygwin we can't rename DLLs. Additionally,
    on Cygwin we need the .la files installed to allow DSOs built by other
    software packages to link against installed DSOs
     - e.g. mod_dav_svn -> mod_dav.
    So, disable the latter part of instdso.sh, just like on OS/2.

* modules/dav/fs/config6.m4: Cygwin is a DLL platform too. Add it to the
    list alongside OS/2.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org