> Date: Sun, 02 Mar 2014 01:55:54 -0600 > From: Bruce Dubbs <bruce.du...@gmail.com> > To: LFS Developers Mailinglist <lfs-dev@linuxfromscratch.org> > Subject: Re: [lfs-dev] Are we ready for LFS-7.5? > . . > I think I have the test for version-check.sh: > > for lib in lib{gmp,mpfr,mpc}.so; do > echo $lib: $(if find /usr/lib* -name $lib| > grep -q $lib;then :;else echo not;fi) found > done >
(You could of course negate the find - 'if ! find ...' - and cut-out the ':;else ' ). But that still fails - doesn't cover properly - the multilib case (ref the 'Gawd' email): one would need to check 32-bit and 64-bit separately. Anyhow it may be moot per Pierre's note early today reminding re .la role; will followup there. rgds, akh > Gives: > > libgmp.so: found > libmpfr.so: found > libmpc.so: found > > or > > libgmp.so: not found > libmpfr.so: found > libmpc.so: found > > All of the libraries may not be strictly required, but it errs on the > side of completeness. > > If I can get agreement on this, I can add it and make the 7.5 release > tomorrow (um, later today). > > -- Bruce > -- -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page