Satish Balay <[email protected]> writes: >> Thanks for the diagnosis. Can we use @rpath/libpetsc.3.08.dylib? Then >> we wouldn't need to run install_name_tool either. If we want the >> absolute path written into the dylib, I can do that. > > You mean '-install_name ${PREFIXDIR}/lib/libpetsc.3.08.dylib'? Yes - this > should eliminate the need for install_name_tool in 'make install' [and that > code can be removed]
No, I mean -install_name @rpath/libpetsc.3.08.dylib.
