I can't get the jsvc binary to build with 7.0.0 RC4 under Fedora and CentOS.
Here is the output from make: (cd native; make all) make[1]: Entering directory `/root/apache-tomcat-7.0.0-RC4/bin/commons-daemon-1.0.2-native-src/unix/native' gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/java/include -I/usr/java/include/linux -Wall -Wstrict-prototypes -c debug.c -o debug.o gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/java/include -I/usr/java/include/linux -Wall -Wstrict-prototypes -c home.c -o home.o gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/java/include -I/usr/java/include/linux -Wall -Wstrict-prototypes -c signals.c -o signals.o ar cr libservice.a arguments.o debug.o dso-dlfcn.o dso-dyld.o help.o home.o java.o location.o replace.o locks.o signals.o ar: libservice.a: Malformed archive make[1]: *** [libservice.a] Error 1 make[1]: Leaving directory `/root/apache-tomcat-7.0.0-RC4/bin/commons-daemon-1.0.2-native-src/unix/native' make: *** [native/all] Error 2 Martin On Mon, Jun 7, 2010 at 10:38 AM, Mark Thomas <ma...@apache.org> wrote: > All, > > The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC4 > can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC4/<http://people.apache.org/%7Emarkt/dev/tomcat-7/v7.0.0-RC4/> > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC4/ > > Please test this release candidate and provide feedback. > > The 7.0.0-RC4 tag is > [ ] Broken - do not release > [ ] Alpha - go ahead and release 7.0.0 Alpha based on 7.0.0-RC4 > [ ] Beta - go ahead and release 7.0.0 Beta based on 7.0.0-RC4 > [ ] Stable - go ahead and release 7.0.0 Stable based on 7.0.0-RC4 > > The following issues were noted: > - > > Thanks, > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >