IRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: j.ballantine at gmail dot com
Target Milestone: ---
When attempting to build R-3.2.2, the processing fails with:
ld.so.1: R: fatal: libgcc_s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #2 from James Ballantine ---
I downloaded the source tar file from the gnu gcc repository.
As I stated 4.3.0 is not on the system, the latest version of gcc is 3.4.6.
I don't have any fortran code, the failure was during the build of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #4 from James Ballantine ---
Yes, I built it on a solaris10 system.
ODIN $ which gfortran
/usr/local/add-on/gcc/bin/gfortran
ODIN $ /usr/local/add-on/gcc/bin/gfortran -v
Using built-in specs.
COLLECT_GCC=/usr/lo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #6 from James Ballantine ---
Gcc-4.3.0 has never been on the system as other then the source code for 4.3.2,
in a directory not in any $PATH.
Yes gmp, mpfr, ... are all in the top level directory tree.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #10 from James Ballantine ---
Dominique,
The way this system is managed, is that all packages that are not "official"
ones are put in a separate add-on directory which are then added to the front
of paths, or before the /usr "standar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #12 from James Ballantine ---
Andrew,
This will take some time, R is just a script that executes another executable.
I will post the results when I find the executable.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #13 from James Ballantine ---
Here is the ldd on the executable:
ODIN $ ldd bin/exec/R
libICE.so.6 => /usr/lib/libICE.so.6
libSM.so.6 =>/usr/lib/libSM.so.6
libRblas.so => (file not found)
libg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #15 from James Ballantine ---
That is in the lib dir that is a peer of the bin dir., i.e.
both directly under /usr/local/src/add-on/R-3.2.2,
but then the bin/exec/R is normally run from a shell script
that is bin/R, so that could be a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #16 from James Ballantine ---
I've added the ldd to the R script, and now I get:
ODIN $ ./My_R --version
ldd: exec: cannot read file: Is a directory
/usr/local/src/add-on/R-3.2.2/bin/exec/R:
libICE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454
--- Comment #18 from James Ballantine ---
It's a solaris directory that I think is for freeware.
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: j.ballantine at gmail dot com
Target Milestone: ---
Created attachment 35933
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35933&action=edit
Full config log from sparc-sun-sola
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66809
--- Comment #2 from James Ballantine ---
If you look at attachment, you will see that he options
for "--with-gmp=/usr/local/add-on/gmp --with-mpc=/usr/local/add-on/mpc
--with-mpfr=/usr/local/add-on/mpfr" were set
12 matches
Mail list logo