From: Arjen M. <Arj...@de...> - 2014-11-19 08:59:49
|
Hello Greg, > -----Original Message----- > From: Alan W. Irwin [mailto:ir...@be...] ... > > My guess is that is an error message from the run-time loader. One way to avoid this > issue is to set rpath. See <prefix>/share/plplot5.10.0/examples/f95/Makefile for an > example of how our traditional build system (based on make and pkg-config) handles > this issue. Another possibility is to set the environment variable LD_LIBRARY_PATH > to help the run-time loader find the installed version of libplplotf95d.so.11 that you > just built on your system (if that is what you did, see first question). > This type of messages is indeed an indication that the loader can not find the shared objects. (You are actually lucky that you get such a clear message, as on Windows quite often the program simply stops immediately and one has to guess the cause :(). Anyway, the errors you reported earlier about the compiler not finding a specific routine for the generic name plshades could be due to an error in the type (and kind and dimension) of one of the arguments. You have been able to solve the error, but just for future reference, keep this in mind. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |