Bug 44113 - libclassparser must be compiled with libtool
Summary: libclassparser must be compiled with libtool
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1.1
Platform: Compiled Sources IRIX
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-19 17:03 UTC by china
Modified: 2002-09-22 09:53 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 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