#6266: [with patch; positive review] Build problem of sqlite on Solaris 10 with
gcc 4.4.0
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: closed
Priority: blocker | Milestone: sage-4.0.2
Component: solaris | Resolution: fixed
Keywords: solaris sqlite | Reviewer:
Author: David Kirkby | Merged:
----------------------------+-----------------------------------------------
Comment(by ddrake):
Replying to [comment:16 drkirkby]:
> Thanks.
>
> If its not installed on t2, how have you been doing updating before?
I just used a different machine; everyone has the same home directory on
sage.math as on t2.
And some admin person installed Mercurial, so it's now in
/usr/local/bin...although it doesn't work unless you do "{{{export
PYTHONPATH=/usr/local/lib/python2.4/site-packages/}}}". Or some
enterprising admin could edit /usr/local/bin/hg to have this before the
first "try:" line:
{{{
import sys
sys.path.append('/usr/local/lib/python2.4/site-packages')
}}}
and then delete the "import sys" below.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6266#comment:17>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---