Bug 44113

Summary: libclassparser must be compiled with libtool
Product: [Applications] kdevelop Reporter: china
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.1.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: IRIX   
Latest Commit: Version Fixed In:

Description china 2002-06-19 16:54:29 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.1.1 (using KDE 3.0.1 )
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          MIPSpro Compilers: Version 7.3.1.3m
OS:                Irix
OS/Compiler notes: Not Specified

libclassparser made up of C++ source files must be linked with libtool. You cannot assume that ar(1) can create archive libraries of C++ objects. With IRIX C++ you must use "CC -ar". Just better to use libtool to link the library.

A patch is available at: ftp://ftp.thewrittenword.com/outgoing/pub/kdevelop-1.diff


(Submitted via bugs.kde.org)
Comment 1 John Firebaugh 2002-09-22 09:53:46 UTC
Obsolete with Gideon