ast makefiles/tests handle this issue by first ensuring that
prereq libs are built and installed before dependent cmds
(ordering done automatically by nmake for the entire makefile
 hierarchy by closure on all makefiles in scope -- recursive
 make not harmful when done right)
and then specifying that tests are run only on installed cmds/libs

-- Glenn Fowler -- AT&T Research, Florham Park NJ --

On Sat, 15 Jul 2006 22:16:28 +0200 Roland Mainz wrote:
> Hi!

> ----

> I am getting the following error when running the "builtins.sh" test
> with our dynamically linked version of ksh93:
> -- snip --
> ## Running ksh test: LANG='C' script='builtins.sh'
> ld.so.1: ksh: fatal: libshell.so.1: open failed: No such file or
> directory
> ../../../lib/libshell/common/tests/builtins.sh: line 313: 17611: Killed
>         builtins.sh[314]: "name=value exec -c ..." not working
> -- snip --
> The problem is that the underlying build system does not have
> libshell.so.1 installed which is needed by the "ksh" binary.


Reply via email to