xcode 1.2, -fast and ppc_intrinsics.h
xcode 1.2, -fast and ppc_intrinsics.h
- Subject: xcode 1.2, -fast and ppc_intrinsics.h
- From: Brian Barnes <email@hidden>
- Date: Sat, 24 Apr 2004 23:51:06 -0400
I bug reported this one earlier, still not working. I was wondering if
I could be told why it's not working (really curious) and if there's
any work around.
My program can compile fine with:
-fstrict-aliasing -ffast-math -funroll-loops -falign-loops-max-skip=15
-falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16
-falign-functions=16 -malign-natural -mdynamic-no-pic -mcpu=7400
-force_cpusubtype_ALL
But if I use:
-fast -mcpu=G4 (or 7400, or whatever)
It blows up with:
ld: Undefined symbols:
_astrcmp.104
___frsqrtes.94
___fmadds.82
___frsqrte.93
All from ppc_intrinsics.h, which seems to have an alternate copy under
the "3.3-fast" directory. I include ppc_intrinsics by:
#include <ppc_intrinsics.h>
Maybe I should link directly with the fast version? I'd really like to
use fast :)
[>] Brian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.