This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Linker probs with SUSE 10 and Tobias' 4.3 binaries
- From: Walter Spector <w6ws at earthlink dot net>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 25 Apr 2008 21:31:07 -0700
- Subject: Linker probs with SUSE 10 and Tobias' 4.3 binaries
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=RwF9iKHCd06Cf8p1hAdvJ404zxYKgHAqU3Jb34GantCchBQQAJ6nZVaQtFZ049t8; h=Received:Message-ID:Date:From:Organization:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP;
- Organization: Not much.
All,
I downloaded the x86_64 4.3.1 binaries from Tobias' website. They work
fine on a SUSE 9 system. But on SUSE 10 I get:
/home/wws/gcc-4.3/lib64/libgfortran.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
I can get linkage if I use -static. But the linker takes a lot of wall time
to create the a.out. (For a simple 'hello world' program, about 40 seconds.)
Has anyone seen this before? If so, any hints on how to resolve it?
Walter Spector