This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 linking problem using LinuxPPC 2000
- To: "Jeffrey Slotnick" <slotnick at yahoo dot com>, <gcc at gcc dot gnu dot org>
- Subject: Re: g77 linking problem using LinuxPPC 2000
- From: "Tim Prince" <tprince at computer dot org>
- Date: Sat, 3 Mar 2001 23:40:06 -0800
- References: <20010304033406.3412.qmail@web210.mail.yahoo.com>
----- Original Message -----
From: "Jeffrey Slotnick" <slotnick@yahoo.com>
To: <gcc@gcc.gnu.org>
Sent: Saturday, March 03, 2001 7:34 PM
Subject: g77 linking problem using LinuxPPC 2000
> Hi,
>
> I hope that someone can set me straight. I'm running Redhat 6.2 on my
> PowerMac G3 under LinuxPPC (2000 distribution). From the installation
> disc, I chose to install all of the gnu compilation software (version
> 2.95.2-1g). When I attempt to compile a simple fortran program:
>
> c
> c Test
> c234567
> program test
> write(*,*) 'it works'
> stop
> end
>
> I get the following message:
>
> /usr/bin/ld: cannot open crt1.o: No such file or directory
> collect2: ld returned 1 exit status
>
> I figure that I'm missing a loader header file of some sort, but why
> should this be a problem? Is there some other package I need to
compile
> to supply this crt1.o file?
>
> Thanks in advance,
>
> Jeff
If it resembles the x86 version, the development library installation
should take care of this.