Re: [Rd] Compile R Library with GCC garbage collection on or supported

2009-03-31 Thread Simon Urbanek
On Mar 31, 2009, at 3:25 PM, David Zwerdling wrote: Hi All, I'm not that familiar with configure or make (more of a Java developer as a dayjob) but I was wondering what the process would be to add the flag -fobjc-gcc in the compilation of the R library for use in an Objective-C application

[Rd] Compile R Library with GCC garbage collection on or supported

2009-03-31 Thread David Zwerdling
Hi All, I'm not that familiar with configure or make (more of a Java developer as a dayjob) but I was wondering what the process would be to add the flag -fobjc-gcc in the compilation of the R library for use in an Objective-C application. Can one simply drop this into the configure file somewhere