On Aug 20, 2013, at 12:41 PM, Christopher Schultz wrote: > Nick, > > On 8/20/13 1:25 PM, Christopher Schultz wrote: >> tcnative can be built on Max OS X like this: >> >> $ cd $CATALINA_HOME/bin >> $ tar xzf tomcat-native.tar.gz >> $ cd tomcat-native-*-src/jni/native >> $ ./configure --with-apr=/usr/bin/apr-1-config --with-ssl >> --with-java-home=`/usr/libexec/java_home` >> >> At this point, configure chokes on my system because it's trying to find >> 'cc' under Xcode.app and I'm not sure where it's sniffing that directory >> base from. Maybe you'll have better luck. I'll reply if I figure it out. > > Okay, it seems that apr-1-config is giving the wrong path for 'cc' to > configure. I'm investigating…
I don't have a particular need to build this, especial not on Mac OS X right now. I'm working in Windows 7. My remaining original concern was the best approach for weaving byte code in Tomcat's unit tests, which I detailed in an earlier message. Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
