On Feb 14, 2:23 pm, Daryl Hammond <[email protected]> wrote:
> ** I'm runing Fedora 10 (PC 32-bit) and Sage-3.2.3 (installed from
> source).
>
> ** I execute the bundled R software outside of Sage:
>
> [da...@dh04 ~]$ R
>
> R version 2.6.1 (2007-11-26)
> Copyright (C) 2007 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
>
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
>
>   Natural language support but running in an English locale
>
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R or R packages in publications.
>
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
>
>
>
> ** Following the R startup instructions I enter help.start() to
> ** browse the R HTML fles and receive the following error:
>
> > help.start()
>
> Making links in per-session dir ...
> If '/usr/bin/firefox' is already running, it is *not* restarted, and
>     you must switch to its window.
> Otherwise, be patient ...
>
> > /usr/lib/firefox-3.0.4/firefox: 
> > /home/daryl/sage-3.2.3/local/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.s 
> > o.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
>
> ** At this point the R prompt ">" is not being displayed and I'm
> ** being patient.  However, the system monitor shows no CPU activity

This is an issue with the g95 Fortran runtime. The easiest way around
this is to build Sage using the system's gfortran - see README.txt in
Sage's root directory. I have planned to get rid of binary g95 support
for Linux for a while, but I haven't gotten around to it yet.

Note that unless you know what to get rid of it is easier just to
rebuild Sage from sources in another directory. What needs to be
deleted is the gcc 4.0.3 runtime, but then you will likely have to
rebuild each spkg depending on Fortran as well as their dependencies,
so a fresh build is likely to be much trouble and less of an
intellectual exercise :)

>
> ** And Firefox (3.0.4) is successfully launched pointing to:
> ** file:///tmp/Rtmp29bIU7/.R/doc/html/index.html
> ** which contains links to R Manuals, Reference, and Miscellaneous
> ** Material.
>
> ** Since I was able to view the HTML doc for R-2.8.1 compiled from
> ** source, I conclude that my original problem is with how
> ** R-2.6.1 is being bundled with Sage-3.2.3 and not with anything
> ** on my box.

R's html help is probably working in Sage, but I have not tried to do
so.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to