Bug 52158 - complex apps aren't compiled in correct order
Summary: complex apps aren't compiled in correct order
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1.3
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-21 02:52 UTC by David Findlay
Modified: 2002-12-22 16:44 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 David Findlay 2002-12-21 02:52:34 UTC
Version:           2.1.3 (using KDE 3.0.4)
Installed from:     (testing/unstable)
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.19

I'm developing a fairly complex little app, and the problem I'm experiening is that various parts of the program aren't getting compiled in the right order and are thus causing undefined references. Could you make KDevelop to automatically find such interdependancies and fix them in the makefiles,etc? Thanks,

David
Comment 1 Caleb Tennis 2002-12-22 16:44:35 UTC
In Gideon (KDevelop 3.0) you can specify the build order of subdirectories and 
library dependencies.   It's not automatic, but the thought of trying to do 
that scares me to death.