<div dir="ltr">Hi All,<div>I am trying to create a plugin with an intention to use with Paraview in any machine (just by loading the .so file from Tools>Manage Plugins..).  </div><div>To do that, I need to build the .so file without any hard link. </div><div><br></div><div>Can anyone tell me how to do that ? There might be an answer from the earlier mailing list archive. If so, kindly point me towards that.</div><div><br></div><div>I am following the following steps :</div><div>1. Download ParaView-4.3.1 (git clone..)</div><div>2. Create a build directory</div><div>3. Add my plugin under Examples/Plugins</div><div>4. Run cmake from the build directory</div><div>5. Run make for my plugin and a .so is created (e.g. : named as : myplugin.so)</div><div><br></div><div>This myplugin.so contains hard link to different locations linked to my system/userID which I want to remove  so that the .so file become portable and loaded from any machine with same level of system software.</div><div><br></div><div>Thanking you in advance for the help.</div><div><br></div><div>Chiranjib</div></div>