[qvwm-e:00309] Re: compiling under SCO OpenServer 5.0.6
"James Newlin" <[email protected]> Sun, 2 Feb 2003 00:23:55 -0500
| Newsgroups | gmane.comp.window-managers.qvwm.english |
|---|---|
| Message-ID | <000501c2ca7b$493d56a0$0101a8c0@P200> |
> >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... Thanks for the input. When I run backtrace in gdb on qvwm and the core dump, it says its in _istart(). I get the same error outside of X. Does this mean that the program isn't compiling correctly? There were no errors reported when compiling. Could I replace SCO's version of X? Thanks, James