Re: Errors linking to stdarg.h and float.h
Re: Errors linking to stdarg.h and float.h
- Subject: Re: Errors linking to stdarg.h and float.h
- From: Greg Guerin <email@hidden>
- Date: Sun, 20 Jun 2010 22:43:13 -0700
William DeShazer wrote:
I put the flag "-Wp,v" in the "Other C Flags" build setting as
instructed.
Try one of these (or try them both, separately)
-Wp,-v
-Xpreprocessor -v
This is intended to tell the preprocessor to dump its include-path.
See the man pages for gcc (which needs the -Wp,option or -
Xpreprocessor option), and for cpp (which expects the unadorned -v
option).
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden