Click to See Complete Forum and Search --> : Proc


shivabharat
October 18th, 2002, 03:50 PM
Hi all,

I have a unix system (ksh) and I would like to know how to make my proc work.

I have oracle installed in my system.

I belive I have the necessary .mk files

but when I give proc and the filename its says

UnixWare >proc 1.pc
/usr/bin/ksh: proc: not found

can any one help me in making my proc compiler work.

Regards
Shiva

PaulWendt
October 18th, 2002, 04:06 PM
I don't even know what proc is, but it sounds like you're going to
have to make sure that ksh is on your system and that it's in
your path [or refer to ksh by its fully qualified path].
The good news is that if you don't have ksh on your system,
you can download it for free; here is one link:
http://www.research.att.com/~gsf/download/

It's called ast-ksh93 or something like that.

--Paul