> There must be a way to get this fixed, so that Sage can be used as a
> library and it can use it's own compiled libs, but it will not force
> the rest of the system to use them. Or there isn't?
There pretty much isn't.
However you can maybe do:
sage: os.system('unset LD_LIBRARY_PATH; gedit')
Alternatively, we have a script sage-native-execute
sage-native-execute gedit
that is in SAGE_ROOT/local/bin/
that Sage itself uses whenever sage library code calls
system-wide binaries.
-- William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---