Re: Can I use the g++ compiler with xcode?
Re: Can I use the g++ compiler with xcode?
- Subject: Re: Can I use the g++ compiler with xcode?
- From: Creed Erickson <email@hidden>
- Date: Mon, 7 Jun 2004 22:13:15 -0700
On Monday, June 7, 2004, at 08:39 PM, Cath Lawrence wrote:
- I could make gcc point to g++ (seems very obscure, I don't like it)
Don't do that. That class of hackery has a tendency to hurt.
- you can make gcc act like g++ with the right switches (which??)
Use -x <language>, as in:
gcc -x c++ -o hello hello.c
_______________________________________________
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.