gnustep-make readiness for gcc 4.1

2005-10-05 Thread Gregory John Casamento
Has anyone tested gnustep-make with ObjC++ files? Is it possible to simply have an ObjC++ file in the makefile and expect it to compile once we have gcc 4.1 changes into base/gui? Later, GJC Gregory John Casamento -- CEO/President Open Logic Corp. (A MD Corp.) ## Maintainer of Gorm (IB Equiv.)

Re: gnustep-make readiness for gcc 4.1

2005-10-05 Thread Gregory John Casamento
Nicola, --- Nicola Pero [EMAIL PROTECTED] wrote: Has anyone tested gnustep-make with ObjC++ files? Is it possible to simply have an ObjC++ file in the makefile and expect it to compile once we have gcc 4.1 changes into base/gui? chuck:cbv :0 gmake Making all for tool

Re: gnustep-make readiness for gcc 4.1

2005-10-05 Thread Andrew Pinski
On Oct 5, 2005, at 10:52 PM, Nicola Pero wrote: I automatically added in the internal/system ObjC flags (eg, -fconstant-string-class=NSConstantString) though, I assume that's required to compile ObjC++. ;-) Yes those should be required to compile obj-c++. Thanks, Andrew Pinski