On Wed, 2010-03-24 at 18:46 -0400, Anthony Ton wrote: > Hello LTP team, > Will the compilation of LTP test suites be independent of the OS > kernel libraries? Basically if I compiled the LTP on standard Linux > OS and then run against the modified Linux OS kernel, would LTP test > suites be able to run? Or do I need to compile LTP and link with the > modified OS kernel libraries?
It should run perfectly well without recompilation even if you had rebooted in a new (and much lateest) kernel version. Since LTP talks to kernel only through the GLIBC, AIO and other user space libraries, so, until they are intact in the system, LTP will just run fine. Now, how the user space libraries will interact with the new kernel is a different ballgame altogether. Regards-- Subrata > Thanks, > Anthony > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
