On Fri, 7 Dec 2001, John Levon wrote: > your X libraries are stripped ... this is XDrawRectangle() etc. > > The problem is the GC pointer returned by LyXColorHandler is garbage :(
John, have you tried adding: -DXLIB_ILLEGAL_ACCESS to CXXFLAGS? This should give you access to some of the private structs and may help you identify what is changing (since gdb will be able to see the variables type and display it). Allan. (ARRae)