You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a suggestion: it is better to use a $$ORIGIN based rpath rather than an absolute rpath -- that way things can continue to work in docker containers or chroot setting which change the absolute path.
I see that
install_batch.sh
setsLD_LIBRARY_PATH
to$SDE_INSTALL/lib
.This is OK, but was never required with the original SDE and I think it is only needed because we build the compiler from scratch.
It might be better to fix RPATH in the compiler executable and do not require that extra environment variable.
The procedure is:
The text was updated successfully, but these errors were encountered: