This file contains the linking statements used when building an IDL client rpc application. The IDL rpc client library, libidl_rpc, is required when linking an IDL rpc client application and is located in: $IDL_DIR/bin/bin.OS_NAME Solaris: cc -o -z defs -i -R . -L. \ -lidl_rpc -lnsl SunOS: acc -o -L. -Bdynamic -lidl_rpc AIX: cc -o -L. -lidl_rpc HP-UX: cc -o -Wl,+b,. -Wl,+s -L. -lidl_rpc IRIX: cc -o -L. -rpath . -lidl_rpc Dec Unix: cc -o -L. -Wl,-rpath,. -lidl_rpc Linux: cc -o -L. -Wl,-rpath,. -lidl_rpc