Hello,
I hope I'm on the right forum to ask this.
While I was compiling
kdebase-3.5.5, it stopped after a while with somme errors I show below. Note that QT, arts, and kdelibs compiled without problem.
some errors I greped:
This one does not seem fatal but is strange:
|
Source code
|
1
|
meinproc: WARNING: couldn't find xmllint
|
Same for this one:
|
Source code
|
1
|
libtool: link: warning: `/usr/X11R6/lib/libXrender.la' seems to be moved
|
And here what probably made the process fail. Several errors like:
|
Source code
|
1
|
`.L482' referenced in section `.rodata' of .libs/TEHistory.o: defined in discarded section `.gnu.linkonce.t._ZN5cacolC1Ehi' of .libs/TEHistory.o
|
or
|
Source code
|
1
|
`.L1056' referenced in section `.rodata' of .libs/TEScreen.o: defined in discarded section `.gnu.linkonce.t._ZN5cacolC1Ehi' of .libs/TEScreen.o
|
and I got those at the end:
|
Source code
|
1
|
collect2: ld returned 1 exit status
|
...
|
Source code
|
1
|
make[3]: *** [libkonsolepart.la] Error 1
|
...
|
Source code
|
1
|
make: *** [all] Error 2
|
I don't understand this at all, because the configure script said "Good - your configure finished. Start make now". Can anyone help me with that please ? Full log files as attachment.