Welcome to MacForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

GCC Options in Xcode

 
   Macintosh computer (Home) -> Tools RSS
Related Topics:
Debugger options? - I'm currently using Project Builder but I'm having a problem where my program is crashing, but when I run with the debugger, it crashes in a completly different place. My boss isn't in are there any other

How do I use CVS with Xcode? - [ My apologies if this is I don't know whether my ISP's news server is set up right. ] I want to use Xcode to help manage the files in a PHP project I'm working on. There were a couple of files available for Project Builder to get it to..

How do I use CVS with Xcode? - [ My apologies if this is I don't know whether my ISP's news server is set up right. ] I could use some help figuring out how to use CVS with Xcode! I set up my CVS and imported my source code files into CVS and checked them..

gcc 3.4.4 on Xcode 1.5 - Hello, How can I use gcc 3.4 on Xcode 1.5? gcc 3.4.4 is installed @ But, There is no gcc version setting option in Xcode 1.5. Please, help me.

Using CVS with Xcode - Hi! I have a doubt using Xcode with CVS. Is it possible? I'm looking for a way to do this for days, but all that I found need to use the So, if The Xcode is really a great IDE it should do this by itself.. Need I do as I was doing when working..
Next:  Tools: Application Rename  
Author Message
Deepak

External


Since: May 07, 2007
Posts: 1



(Msg. 1) Posted: Mon May 07, 2007 9:48 pm
Post subject: GCC Options in Xcode
Archived from groups: comp>sys>mac>programmer>tools (more info?)

Where can I find a dictionary of GCC options to be used in Xcode?
For eg, what's the equivalent Xcode setting to achieve the effect of -
fshort-wchar?

A link to the complete list of Xcode switches would be nice.

Thanks
Deepak

 >> Stay informed about: GCC Options in Xcode 
Back to top
Login to vote
Paul Floyd

External


Since: Jan 21, 2007
Posts: 69



(Msg. 2) Posted: Tue May 08, 2007 11:10 am
Post subject: Re: GCC Options in Xcode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 7 May 2007 21:48:45 -0700, Deepak <deepakar DeleteThis @gmail.com> wrote:
> Where can I find a dictionary of GCC options to be used in Xcode?
> For eg, what's the equivalent Xcode setting to achieve the effect of -
> fshort-wchar?
>
> A link to the complete list of Xcode switches would be nice.

Well, for the gcc options, man gcc.

Withing xcode, do the search facilities reveal the corresponding gcc
options?

A bientot
Paul

 >> Stay informed about: GCC Options in Xcode 
Back to top
Login to vote
Clark Cox

External


Since: May 15, 2007
Posts: 3



(Msg. 3) Posted: Tue May 15, 2007 3:18 pm
Post subject: Re: GCC Options in Xcode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2007-05-07 21:48:45 -0700, Deepak <deepakar.RemoveThis@gmail.com> said:

> Where can I find a dictionary of GCC options to be used in Xcode?
> For eg, what's the equivalent Xcode setting to achieve the effect of -
> fshort-wchar?

If you bring up the target or project inspector in Xcode, and go to the
Build tab, you can enter these flags in the search field, and the list
will be filtered for you. Doing this myself, it appears that there is
no corresponding option.

(And generally, using that flag on OS X is a bad idea because it will
render your code incompatible with any other wchar_t-using code
including all of the standard C functions that deal with wchar_t)

> A link to the complete list of Xcode switches would be nice.


--
Clark S. Cox III
clarkcox3.RemoveThis@gmail.com
 >> Stay informed about: GCC Options in Xcode 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Tools All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]