[ksh93-integration-discuss] Verifiying that ksh93 cooperates with plain Solaris libs
Josh Hurst
joshhurst at gmail.com
Mon Apr 23 09:13:41 PDT 2007
On 4/23/07, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote:
> "Josh Hurst" <joshhurst at gmail.com> wrote:
>
> > > The wrapper is needed in order to make stdio, I/O redirection
> > > and signal handling cooperate with a piece of code that has been
> > > compiled in a standard Solaris environment.
> >
> > What's wrong with using the AST functions and stdio?
>
> I am not shure what you like to say....
AST has its own stdio version
>
>
> stdio if no compatible with sfio.
Use cc -I/usr/include/ast or #include <ast/stdio.h> and you get a
stdio version which works with sfio. I don't see your problem.
Josh
More information about the ksh93-integration-discuss
mailing list