On Mon, Feb 13, 2012 at 21:02, Glenn Fowler <[email protected]> wrote:

>
> looks like iffe failed on
>        /root/tmp/ksh-20120202/arch/sol11.i386/src/lib/libdll/FEATURE/dll
> I've seen this happen before
> try this
>        cd /root/tmp/ksh-20120202
>        rm arch/sol11.i386/src/lib/libdll/FEATURE/dll
>        bin/package make SHELL=/bin/sh
>

Tried this but it did not work for me. /bin/sh is a symlink to ksh93 on my
system.

>
> On Mon, 13 Feb 2012 15:52:48 -0700 Clark J. Wang wrote:
> > I downloaded INIT.2012-02-02.tgz and ast-ksh.2012-02-02.tgz and tried to
> > build it. Following is what I did:
>
> > $ mkdir ksh-20120202
> > $ cd ksh-20120202
> > $ tar xzf ~/INIT.2012-02-02.tgz
> > $ tar xzf ~/ast-ksh.2012-02-02.tgz
> > $ bin/package make
>
> > This is my first time building ksh from source code so forgive me if I
> did
> > something wrong. :)
>
> what you did is fine
> you could also do this to let package manage the tarball reading
>        mkdir -p lib/package/tgz
>        # download tgz files in lib/package/tgz
>        bin/package read
>        bin/package make
>
>
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to