Problems by compiling
p_george
p_george at club-internet.fr
Thu Feb 10 14:57:45 GMT 2000
Pascal Francq wrote:
>
> I have different directories for my source files.
> It seems that the linker have problem to reference functiions defined in one
> directory when they are called from a file in an other directory.
> It is normal? (I am using KDevelop 1.1-20000208)
> --
You will certainly need to reorder the files in Makefile.am's and maybe
in *.kdevprj (in section [General]). The symbol resolution is made form
right to left.
This is the worst problem I encountered with kdevelop, which comes back
from time to time as you add sub-directories or files in your project.
But with time, you may get used to it.
More information about the KDevelop
mailing list