------- Comment #2 from mt1 at systella dot fr  2008-11-26 07:17 -------
(In reply to comment #1)
> I have been given access to a mchine with this architecture and have not, 
> after
> several evenings at it, been able to complete a single build of gfortran.  I
> notice some instructions on the gcc web page about some recommended linker to
> use.
> 
> I suspect there are some configuration issues going on here that we need to
> nail down.  Do we have a "solaris" gcc maintainer around?
> 

I have built GNU binutils on Solaris. If I use GNU-ld, gcc runs fine in 32 bits
mode, but is unable to link any 64 bits applications (GNU ld takes 64 bits gcc
libraries but tries to link a 32 bits program !). Thus it is not possible to
build a 64 bits gcc on solaris with GNU-ld and I have built my gcc with Solaris
ld.

If i use only gfortran to compile (gfortran -c) a test program, I haven't find
any option to link and run this object.

I suspect a path mistake when gfortran calls ld wrapper.

Regards,

JKB


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38268

Reply via email to