Displaying 1 result from an estimated 1 matches for "rshlibpath_var".
Did you mean:
shlibpath_var
2023 Jun 28
1
LINUX SuSE15.4 (GNU & Intel) compiler problem in "configure" file
...into programs... immediate
./configure: line 24446: ${}: bad substitution
b) Removing this dual inscripted *${* ${ }*}* obviously solves the
limitation encountered during the configure step (below)
## Export LD_LIBRARY_PATH or equivalent.
if eval "test -z \"\*${*${Rshlibpath_var}*}*\""; then
eval "${Rshlibpath_var}=\"${R_LD_LIBRARY_PATH}\""
else
eval
"${Rshlibpath_var}=\"${R_LD_LIBRARY_PATH}${PATH_SEPARATOR}\${${Rshlibpath_var}}\""
fi
*And offers a clean pre-compilation result as*:
R is now...