the default ast-open build should have generated a shell shared lib
(but not a ksh a.out linked to it)

if you have
        $INSTALLROOT/lib/libshell.[!a]*
then
        cd $INSTALLROOT/src/cmd/ksh93
        cc -o ksh-dynamic -L$INSTALLROOT/lib pmain.o -lshell -ldll -ldl -lcmd 
-last -lm

if not then I'll respond with plan B
in any event, I'll look into making this easier via an nmake action

On Wed, 17 Feb 2010 17:51:46 +0100 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote:
> How do I force the ast-open build to build libast and libshell as .so
> (shared libraries)?

> Olga
> -- 
>       ,   _                                    _   ,
>      { \/`o;====-    Olga Kryzhanovska   -====;o`\/ }
> .----'-/`-/     [email protected]   \-`\-'----.
>  `'-..-| /     Solaris/BSD//C/C++ programmer   \ |-..-'`
>       /\/\                                     /\/\
>       `--`                                      `--`
> _______________________________________________
> ast-developers mailing list
> [email protected]
> https://mailman.research.att.com/mailman/listinfo/ast-developers

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to