Creating User Share Library
Irix platform
In your OpenVX directory make sure you have the files: VxOvx.exp and build.irix.
Type in "build.irix". This should create a simple shared object library VxOvx.so based on the files in your src directory.
Windows platform
You will need to run VX with the "-cns" command line option in order to see the output from the printf() calls used in some examples. The "-cns" options will create a console window that is attached to VX and will show all stdout and stderr output.