bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[support #103134] proper CFLAGS for handling objc code


From: anonymous
Subject: [support #103134] proper CFLAGS for handling objc code
Date: Mon, 14 Jun 2004 17:27:29 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040405 Firefox/0.8

This mail is an automated notification from the support tracker
 of the project: GNUstep.




/**************************************************************************/
[support #103134] Full Item Snapshot:

URL: <http://savannah.gnu.org/support/?func=detailitem&item_id=103134>
Project: GNUstep
Submitted by: 0
On: Mon 06/14/2004 at 21:26

Category:  Foundation
Priority:  5 - Normal
Severity:  3 - Ordinary
Resolution:  None
Assigned to:  None
Originator Email:  dan@mirrorlynx.com
Status:  Open


Summary:  proper CFLAGS for handling objc code

Original Submission:  Depending on the file extension is a bad idea and if 
someone were to intermingle extensions you could create havoc.  GCC doesn't 
even do a great job handling them either.  

gcc should always be flagged with '-x objective-c' for objc code.  This should 
not be an issue to implement since the makefiles are using things like this 
Gorm_OBJC_FILES.

If gcc does a bad job handling the file, you also see this error.

<dan2>  Compiling file IBInspector.m ...
<dan2> cc1: warning: "-fgnu-runtime" is valid for ObjC but not for C/C++
<dan2> cc1: warning: "-fconstant-string-class=" is valid for ObjC but not for 
C/C++













For detailed info, follow this link:
<http://savannah.gnu.org/support/?func=detailitem&item_id=103134>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]