Building the Linux libraries

About this task

You build the Linux libraries on the target machine. Copy the linuxshare.tar file installed in the Share\LangCpp directory on the host to the Linux machine.

To build the Linux libraries:

Procedure

  1. Change directory to Share/LangCpp.
  2. Build the libraries using the following command:

    gmake –f linuxbuild.mak
  3. Verify that the following library files were created in the directory
    Share/LangCpp/lib:
    1. linuxaomanim.a
    2. linuxaomtrace.a
    3. linuxomcoappl.a
    4. linuxoxf.a
    5. linuxoxfinst.a
    6. linuxtomtrace.a

Feedback