Re: question about installation
Brought to you by:
johnston
From: Michael P. () <pr...@ma...> - 2002-12-19 03:38:30
|
On Wed, 18 Dec 2002, Scott Johnston wrote: > Date: Wed, 18 Dec 2002 18:27:30 -0800 > From: Scott Johnston <joh...@ve...> > To: pr...@ma... > Cc: ivt...@li... > Subject: Re: question about installation > > Ok, when searching through libraries to find where > __gxx_personality_v0 is defined, you need to adjust the grep to be > this: > > grep -l "T __gxx_personality_v0" > > This will isolate the library it is defined in (as opposed to > libraries where it is an unresolved reference). > > The src/IV/LINUX I was referring to was in the ivtools-1.0 source > tree (i.e. ivtools-1.0/src/IV/LINUX). OK: I went to /usr/lib and did for x in `find . -name \*.a -print` > do > echo $x > nm $x | grep -l "T __gxx_personality_v0" > done and this turned up nothing. I did the same in /usr/lib/gcc-lib/i386-redhat-linux/2.96/ and got ./libgcc.a ./libg2c.a ./libobjc.a ./libstdc++.a and changing to \*.so\* got ./libobjc.so.1 ./libobjc.so ./libobjc.so.1.0.0 ./libstdc++.so Going to src/IV/LINUX, I did for x in *.o > do > echo $x > nm $x | grep gxx_personality_v0 > done and got many lines, begining with: action.o adjuster2_6.o adjust.o aggr.o align.o alloctbl.o arrcomp.o background.o banner.o bevel.o border2_6.o border.o box2_6.o box.o browser.o button2_6.o button.o character.o compeditor.o composition.o compositor.o control.o ... and ending with: ... xdrag.o xevent2_6.o xevent.o xfont.o xinter.o xpainter.o xpattern.o xraster.o xreqerr.o xselection.o xwindow.o xymarker.o Mike -- Michael Prophet pr...@ma... Department of Mathematics 319-273-2104 University of Northern Iowa Cedar Falls, IA 50614-0506 |