-
Logged In: YES
user_id=321037
Understood, tho it is enough to to this with any large
source tree, here is a specific example:
I grabbed the latest linux-2.6.13-rc6 from kernel.org
Then:
$ uname -a
Linux yyy.xxx.xxx.xxx 2.6.12-rc2 #1 SMP Mon Apr 11
07:53:48 EDT 2005 ppc64 GNU/Linux
$ cscope -V
cscope: version 15.5
$ find . \( -name CVS -o -name SCCS \) -prune -o \(
-name...
2005-08-22 01:55:45 UTC in cscope
-
Specifically running on LinuxPPC
Failure occurs on 15.5 and 15.4
Reliable when running on large source trees like linux-2.6.
2005-08-20 16:23:11 UTC in cscope
-
configure sets SHLIB_LD_FLAGS correctly but Makefile.in
does not use it.
The following patch fixes the problem:
Index: Makefile.in
=====================================
==============================
RCS file: /cvsroot/tktoolkit/tk/unix/Makefile.in,v
retrieving revision 1.89
diff -u -r1.89 Makefile.in
--- Makefile.in 31 May 2003 18:32:20 -0000 1.89
+++ Makefile.in 24 Oct 2003...
2003-10-24 15:59:03 UTC in Tk Toolkit