On Thu, Aug 6, 2009 at 7:52 AM, Paul Larson<[email protected]> wrote: > The lib6 tests seem to fail the first pass through building for me > because ranlib does not seem to get set correctly at any point. This > seems to fix it up for me.
Fixed on HEAD moments ago: gcoo...@orangebox /scratch/ltp-dev2/ltp $ cvs diff testcases/network/lib6/Makefile Index: testcases/network/lib6/Makefile =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/network/lib6/Makefile,v retrieving revision 1.6 diff -r1.6 Makefile 25a26,27 > RANLIB ?= ranlib > The problem is that while configure specifies RANLIB, make doesn't. So if you don't run from a top-level make, there's no guarantee [today] that the right variables will be set. This will be fixed soon. If cross-compiling, please specify $(CROSS_COMPILE)ranlib, and the compile will go through in the child make. Thanks, -Garrett ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
