Logo OS Reviews

Reviewing Freedom.

Start new topic

From: shwetha
Subject: Strace tool source code for SCO
Posted on 2009-03-26 06:34

Reply to this

Hello ,
I am new to UNIX environment.I found source code of strace for linux,solaris....but could not find for SCO . can anyone help me out with this

From: Hendrik Weimer
Subject: Re: Strace tool source code for SCO
Posted on 2009-04-02 07:51

Reply to this

shwetha writes:

Hello ,
I am new to UNIX environment.I found source code of strace for linux,solaris....but could not find for SCO . can anyone help me out with this

strace uses autotools, so you shouldn't worry about the platform you are using. In the main directory of the source tarball you will find a configure script. Run it without any parameters, followed by "make" and "make install" (the latter requires root privileges). This will install strace on your machine.

Hendrik

  • Advertisement