This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ___divti3 and ___umodti3 missing on Darwin
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: geoffk at apple dot com, howarth at bromo dot msbb dot uc dot edu
- Cc: dje at watson dot ibm dot com, echristo at apple dot com, gcc at gcc dot gnu dot org, mrs at apple dot com
- Date: Tue, 8 Aug 2006 18:49:53 -0400 (EDT)
- Subject: Re: ___divti3 and ___umodti3 missing on Darwin
Geoff,
I just install Xcode 2.4 and compiling the modulo.c testcase still
fails to link...
[Jack-Howarths-Computer:~] howarth% gcc -m64 modulo.c
Undefined symbols:
___modti3, referenced from:
_main in ccXflrzz.o
ld64-59.2 failed: symbol(s) not found
collect2: ld returned 1 exit status
so I guess the fix doesn't exist in that version of the Apple gcc branch.
Jack