[futurebasic] Re: [FB] FB5 Run mode

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2008 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Thu, 2 Oct 2008 11:44:16 +1300
Rich Love wrote:

>> Xcode 3.1 Developer Tools includes two new compilers (gcc-4.2 and  
>> llvm-gcc-4.2). FBtoC can be configured to use either of them  
>> instead of the default gcc. It is possible that one might be better  
>> for you than gcc 4.0.1, but currently they both have a major  
>> restriction: the executables produced require OS X 10.5.
>
> How do you configure FBtoC to use gcc-4.2  ??
> If it compiles faster, I could do all my programming using gcc-4.2  
> and then switch back to gcc-4.1 for my released app.

1. Quit FBtoC.app.
2. Locate FBtoC's preferences file (~/Library/Preferences/ 
com.FBtoC.plist).
3. Double-click to open in Property List Editor.app.
4. Add a new entry:



In XML form, the new entry would be a key/value pair:
	<key>GCC</key>
	<string>gcc-4.2</string>


To restore to normal, pick one of the following:
1. Delete the file com.FBtoC.plist
2. Delete the GCC entry
3. Change gcc-4.2 to gcc-4.0
4. Change gcc-4.2 to gcc

Robert P.


Attachments: