On 11/7/06, Andrew Feren <[EMAIL PROTECTED]> wrote: > tcpedit_stub.h isn't getting built from the .def file for me. > > The specific error I am getting is > > Making all in tcpedit > make[2]: Entering directory `/home/acferen/tcpreplay-trunk/src/tcpedit' > tcpedit_stub.def > make[2]: tcpedit_stub.def: Command not found > make[2]: *** [tcpedit_stub.h] Error 127 > make[2]: Leaving directory `/home/acferen/tcpreplay-trunk/src/tcpedit' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/acferen/tcpreplay-trunk/src' > make: *** [all] Error 2
Sounds like you're missing GNU Autogen. http://autogen.sourceforge.net/ autogen is required to build from SVN but not from the source tarballs. -- Aaron Turner http://synfin.net/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
