Hi
I have two requests
1. Can some one provide me/refer me to a document that steps thru the various tasks to build and deploy buildops.
2. While trying to compile the example buildops in the system, i get the following error.
/px/examples/Custom_Ops/BuildOp> /px/bin/buildop -fv divide.opd
Could not load program /px/bin/buildop:
Dependent module liborchaix3.a(libtemp.o) could not be loaded.
Could not load module liborchaix3.a(libtemp.o).
System error: No such file or directory
The $SHLIB_PATH points to /px/bin.
Thanks
BuildOps
Moderators: chulett, rschirm, roy
Hi
1. The following post helped me resolve the issue.
viewtopic.php?t=122963&highlight=buildop
2. The issue was resolved after /px/bin was added to $PATH.
Thanks
1. The following post helped me resolve the issue.
viewtopic.php?t=122963&highlight=buildop
2. The issue was resolved after /px/bin was added to $PATH.
Thanks