This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Missing pieces??
- From: Tim Prince <tprince at computer dot org>
- To: "Dr. Billy Stewart" <billy at unity dot ncsu dot edu>, gcc at gcc dot gnu dot org
- Date: Tue, 29 Oct 2002 19:45:55 -0800
- Subject: Re: Missing pieces??
- References: <3DBEF9B1.4A6BE398@unity.ncsu.edu>
- Reply-to: tprince at computer dot org
On Tuesday 29 October 2002 13:12, Dr. Billy Stewart wrote:
> I've just moved from a SUN machine to a Mac G4 and have downloaded g77,
> with, I thought, everything needed to run it.
> Unfortunately, I'm having some difficulties with "print" and "write"
> statements
> leading me to think that I may be missing some libraries.
>
> Including a "print" statement in my code generates the following
>
> ld: Undefined symbols:
> ___fixdfdi
> ___udivdi3
> ___umoddi3
>
It's been a while since I've run g77 on a Mac, but those functions would
likely be provided in the gcc library libgcc.a or libgcc....... whatever is
appropriate to whatever OS you have.
--
Tim Prince