"Lee, Steven" wrote: > Is there anyone in the group who has successfully build ast-ksh on HP PA-RISC > platform and willing to help me. > > I got as far as trying to link ksh93 and shcomp before it fails due to > unresolved variables > > _Isgreater (code) > _Isless (code) > _Isgreaterequal (code) > _Islessgreater (code) > _Islessequal (code) > > I have tried using nm to identify which library I need to link in without > success. > > System rp7410 > OS HP-UX 11.11 > Compiler HP ANSI C compiler > > Any help or pointers is gratefully accepted.
Does the compiler support C99 ? If "yes" the easiest solution may be to just enable that mode (that's what we do in Solaris for the ksh93-integration project) ... --- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;) _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
