You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/07/20 19:32:51 UTC

DO NOT REPLY [Bug 11007] New: - Win32/cygwin patch - suggestions

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11007

Win32/cygwin patch - suggestions

           Summary: Win32/cygwin patch - suggestions
           Product: Tomcat 4
           Version: 4.0 Beta 7
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jari.aalto@poboxes.com


I came accross following message and didn't see these included in
the recent CVS. please add.




---
http://www.apachelabs.org/tomcat-user/200204.mbox/%
3c9BAE99905FCF684D91F63E1439475FBA0484EF07@sydmsg1.int.f2.com.au%3e

From: Brett Porter <bp...@f2network.com.au>
Subject: Cygwin fix, but problems: AJP from connectors-4.0.2
Date: Tue, 09 Apr 2002 23:12:32 GMT

Ok, here are the fixes for at least a static Cygwin build: is there a better
way to contribute them? (diffs?)

jk/common/jk_global.h: The #ifndef _OSD_POSIX needs to change to #if
!defined( _OSD_POSIX ) && !defined( CYGWIN ) in the include section - that
sys header is not there and not needed

jk/buildconf.sh: automake chokes on the -i, but I'm nt sure why yet.
Removing it works ok.

jk/configure.in: AC_PROG_CC needs to be before the LIBTOOL defs. Works for
cygwin - don't know if it would break anything else.

When finished building, the config.m4 put into the apache build directory is
missing the subdirectory name of the static library, so it is unable to find
it without editing it.


---

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>