On Sun, Oct 07, 2007 at 03:53:45PM +0200, Marco Cavallini wrote: > I downloaded the lastesd ptx version from cvs > > svn co > https://iocaste.extern.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk/ > --username guest > > then I followed README: > "For developers who want to work with svn versions of PTXdist it is only > necessary to run "./configure && make" and set the PATH variable to the > bin/ directory inside the PTXdist tree." > > but configure file was missed so i did autoconf > is it correct ? > otherwise where do I start from ?
Ah, good catch, it is a little bit missleading. configure is an autogenerated file, so you have to run 'sh autogen.sh' after the checkout. It should do all necessary things. Robert -- Pengutronix - Linux Solutions for Science and Industry Entwicklungszentrum Nord http://www.pengutronix.de -- ptxdist mailing list [email protected]
