Hi Steven, On Samstag, 13. Dezember 2008, Juergen Beisert wrote: > On Samstag, 13. Dezember 2008, Steven Kaiser wrote: > > Having trouble installing ptxdist 1.0.1. > > > > I am following through your OSELAS Quickstart for Phytec > > phyCORE-MPC5200B-tiny manual, attempting to verify prerequisites > > (section 1.2.3), and ./configure gives the error message: > > > > "checking find version... configure: error: we need at least GNU 4.x" > > > > However I do have the find utility, in /usr/bin/ and it claims to be > > version 4.4.0. > > > > Any tips? I attach the ptxdist config.log file. > > What does "find --version" output on your host? Maybe some regular > expressions to detect the version fail on your host's output. > > Mine here outputs: > $ find --version > GNU find version 4.2.31 > Built using GNU gnulib version 2007-02-24 > Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION
Ahh, one more test please. Configure tries this to detect find's version: $ find --version | sed -ne "s/.*version \([[0-9\.]]*\)/\1/p" And here it outputs: 4.2.31 2007-02-24 What at your host? Regards, Juergen Beisert -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | -- ptxdist mailing list [email protected]
