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]
Other format: [Raw text]

Re: Missing pieces??


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


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