CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Proc

  1. #1
    Join Date
    Feb 2002
    Posts
    69

    Question Proc

    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
    Last edited by shivabharat; October 18th, 2002 at 04:14 PM.

  2. #2
    Join Date
    May 2000
    Location
    Phoenix, AZ [USA]
    Posts
    1,347
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured