On Fri, Jun 30, 2000 at 11:15:27AM +1000, Keith Owens wrote:
> On Wed, 28 Jun 2000 14:04:23 +0200, 
> Jorge Nerin <[EMAIL PROTECTED]> wrote:
> >Note: I cannot pass it througth ksymoops 2.3.4, because it does nothing
> >more than this:
> >
> >Error (Oops_bfd_perror): set_section_contents Bad value
> >after every Oops.
> 
> Some distributors have versions of libbfd which are subtly incompatible
> but have the same symlink name.  Running ksymoops against a different
> libbfd than it was compiled against can get errors.  Get the ksymoops
> source from your distributor or from ftp://ftp.ocs.co.au/pub/ksymoops/v2.3
> and recompile against your libbfd.  You also need the bfd development

That is why I have this in my tree.



H.J.
--- linux/ksymoops-0.7c/Makefile.nobfddep       Thu Jun 10 05:00:21 1999
+++ linux/ksymoops-0.7c/Makefile        Thu Feb  3 17:55:18 2000
@@ -63,7 +63,7 @@
 $(OBJECTS): $(DEFS)
 
 $(PROGS): %: %.o $(DEFS) $(OBJECTS)
-       $(CC) $(OBJECTS) $(CFLAGS) -lbfd -liberty -o $@
+       $(CC) $(OBJECTS) $(CFLAGS) -Wl,-Bstatic -lbfd -Wl,-Bdynamic -liberty -o $@
        -@size $@
 
 clean:
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to