This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: g77 linking problem using LinuxPPC 2000



----- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]