Re: -fast + ppc_intrinsics.h bug found
Re: -fast + ppc_intrinsics.h bug found
- Subject: Re: -fast + ppc_intrinsics.h bug found
- From: Brian Barnes <email@hidden>
- Date: Sat, 7 Feb 2004 13:39:33 -0500
On Feb 7, 2004, at 12:21 PM, Dave Camp wrote:
Are you sure the problem is not C++ name mangling? Try bracketing the
#include with
#ifdef __cplusplus
extern "C" {
#endif
....
#ifdef __cplusplus
}
#endif
Nope -- first off, it's a C program to start with :) and second, the
exact nature of the problem is where ppc_intrinsics.h is included (when
-fast is on). If it's in a precompiled header, then the symbols are
undefined. If it's in any other piece of code, like a regular c file,
then it works. This only seems to happen with -fast on.
[>] 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.