On Wed, Jul 01, 1998 at 10:15:23AM -0400, Mike Shaver wrote:
> It builds.
> It links (now that Alex made lesstif go, and I fixed up xpm).
> It crashes very early in the startup.
>
> I think it's probably something in the NSPR thread initialization, but
> I'll have to build some test stuff to be sure. The files I've changed
> that matter (not Makefiles and link lines, but actual source) are
> attached, and are the likely source of my problems. Since the final
> mostly-static link takes about 40 minutes, experimentation is expensive.
Now that I've taken myself two minutes to browse your attached sources -
the patches to the NSPR thread routines look suspicious. The are
playing games with the frame pointer which at least on the first look
don't make sense as gcc automatically enables -fomit-frame-pointer when
optimizing.
Ralf
|