Bug 39739 - unable to link after -fno-rtti automatically removed from c++ flags
Summary: unable to link after -fno-rtti automatically removed from c++ flags
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-24 21:03 UTC by kalbun
Modified: 2002-10-09 22:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kalbun 2002-03-24 20:49:58 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           KDevelop 2.2.1 (using KDE 2.2.1 )
Severity:          normal
Installed from:    Unspecified Linux
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: gcc 2.96 20000731

I recently downloaded Kdevelop 2.2.1 and noticed that even if you add the flag -fno-rtti in the compiler flags it is automatically removed.
This results in the linker being unable to complete its job. 
I discovered the problem because an old project (generated with the previous KDevelop) was still linking perfecty.
The only solution was to add the flags to Makefile by hand (and to do so each time makefiles are regenerated).

(Submitted via bugs.kde.org)
Comment 1 Caleb Tennis 2002-10-09 22:02:49 UTC
Shouldn't be a problem with Gideon (3.0).