Re: question about installation
Brought to you by:
johnston
From: Scott J. <joh...@ve...> - 2002-12-19 02:27:04
|
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). Scott Johnston http://www.ivtools.org |