Hit send too quickly 

All depends on the PATH layout ,

If the ooRexx path comes first You can just cd to it and 
For example use . path.remove 
To be safe after that issue a  hash -r

And the ooRexx rexx disappears 

Enrico

>> While the concept of relocatable executables is a great idea for switching 
>> between different versions of ooRexx, how does it work when I want to switch 
>> between ooRexx and Regina?
>> 
> 
> All depends on how the autotools handle the cmake equivalent of
>    if( HOST_DARWIN )
>        SET( CMAKE_INSTALL_RPATH "@executable_path/../${INST_LIB_DIR}" )
>    else( )
>        SET( CMAKE_INSTALL_RPATH "$ORIGIN/../${INST_LIB_DIR}" )
>    endif( )
> 
> 
> Cheers 
> Enrico
> 
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to