Hi,
I have an application that i have built(on linux, written in c++ compiling with g++), that uses shared libs, it works fine when i run it locally, as the shared libs can be found, however when i run it on a cluster where the libs are only installed on the head nodes, i get the error :
./start: error while loading shared libraries:
Is there a compiler switch that would include all the shared libs in the executable and so get around the problem of having to update the whole cluster ?
thanks
Nigel.