From brian@schoenhofer.ca Sat Mar 20 18:19:00 2004 From: brian@schoenhofer.ca (Brian Schoenhofer) Date: Sat, 20 Mar 2004 18:19:00 -0000 Subject: native tomcat Message-ID: <1079806703.2997.136.camel@fleet> Do I understand correctly that the Naoko project contains tomcat in a gcj compiled native executable form? I am interested in compiling Tomcat for native Windows for a client of mine. Is this possible with MinGW (or cygwin) and the packages from Naoko? Thanks. -- Brian Schoenhofer brian@schoenhofer.ca 416-880-5463 cell From ch_roux@club-internet.fr Sun Mar 21 10:35:00 2004 From: ch_roux@club-internet.fr (Christophe Roux) Date: Sun, 21 Mar 2004 10:35:00 -0000 Subject: rhug and gcc3.3.3 Message-ID: <200403211237.26510.ch_roux@club-internet.fr> I tried to compile rhug from rhg with gcc3.3.3 (also compiled from source) under Debian and I have the following messages with tomcat : /usr/bin/ld: warning: libgcj.so.3, needed by /usr/lib/lib-org-apache-xml-serialize.so, may conflict with libgcj.so.4 /usr/lib/./libgcj.so: undefined reference to `_Unwind_FindEnclosingFunction@GCC_3.3' collect2: ld returned 1 exit status make[2]: *** [tomcat] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 Do you know what I can do to compile tomcat? Thanks Christophe Roux