Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 95219 invoked from network); 18 Oct 2002 18:36:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Oct 2002 18:36:07 -0000 Received: (qmail 12627 invoked by uid 97); 18 Oct 2002 18:36:53 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 12611 invoked by uid 97); 18 Oct 2002 18:36:52 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 12599 invoked by uid 98); 18 Oct 2002 18:36:52 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: "Brzezinski, Paul J" To: Tomcat Developers List Subject: RE: [5]: ant native for Connectors fails: (more) Date: Fri, 18 Oct 2002 14:35:48 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.51) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Excellent, that fixed the problem of ant spawning libtool w/cc. There are two other issues that popped up now: 1. in the file jk_channel_socket.c in directory jakarta-tomcat-5.0.0-src/jakarta-tomcat-connectors/jk/native2/common must be compiled with -DBSD_COMP on Solaris 8. 2. when building the native (as opposed to the native2) connectors, jni_md.h isn't found presumably because the -I${java.home}/../include/solaris isn't set in build.xml. I did try to search bugzilla to see if these two issues are already being tracked, but didn't find anything, which could just be about me not knowing how to search the bug database... Comments, advice, feedback encouraged... Paul -- mailto:Paul.Brzezinski@EDS.com Enterprise Distributed Capabilities EDS Corporation 248-265-8283 : -----Original Message----- : From: Henri Gomez [mailto:hgomez@apache.org] : Sent: Friday, October 18, 2002 4:16 AM : To: Tomcat Developers List : Subject: Re: [5]: ant native for Connectors fails: : : : Brzezinski, Paul J wrote: : > Trying to build Jakarta Tomcat Connectors from 5.0.0 source: : > : > In jakarta-tomcat-connectors/jk : > : > Ant native complains about cc not being found, on Solaris 8, I have : > gcc in /em/opt/bin/gcc. I have no idea how to tell ant : that it should : > use gcc or /em/opt/bin/gcc instead of cc, and no idea how : to configure : > the args to libtool that it should gcc instead of cc. : > : > I'd like to figure this out, but need assistance. : > : > Assuming this isn't a known bug, is this something that should be : > reported as a bug using bugzilla? : : You could put /em/opt/bin/ in PATH before compiling ? : : export PATH=/em/opt/bin:$PATH : : Or set the ant project property : : : buid.native.cc=/em/opt/bin/gcc : : : : : : -- : To unsubscribe, e-mail: : : For : additional commands, : e-mail: : -- To unsubscribe, e-mail: For additional commands, e-mail: