[qvwm-e:00308] Re: compiling under SCO OpenServer 5.0.6
Chris Sorenson <[email protected]> Sat, 01 Feb 2003 21:22:02 -0600
| Newsgroups | gmane.comp.window-managers.qvwm.english |
|---|---|
| Organization | =^..^= |
| Message-ID | <[email protected]> |
James Newlin wrote: >Hi all. I'm new to qvwm. I've been using qvwm under RedHat (works great!) >and would like to use it under SCO OpenServer 5.0.6. I've downloaded qvwm >1.1.12 source and compiled it. It compiled without any errors. When >running qvwm I get a memory core dump instantly, even if running outside of >X. gdb reports error 11 segmentation fault. What should I look for to >correct my problem? II'm using gcc 2.95.2 from SCO SkunkWare 2000 CD. >X does work under scosession, KDE or fvwm95. libXpm, libc, libsocket.a, >libX11 and libXext are all found. Thanks in advance, > >James > > > > If you've compiled qvwm with debugging symbols (which is the default, i.e. with -g passed to the compiler) you should be able to get gdb to tell you what function it's segfaulting in. That should make figuring out what the problem is a whole lot easier. My guess is that the segfault is in some X or Xt function that SCO has diddled with. The commercial Unix vendors are notorious for diddling with X...