From: H.J. Lu (hjl@nynexst.com)
Date: 06/14/93


From: hjl@nynexst.com (H.J. Lu)
Subject: Re: Gnuemacs 19.13 -- "_sigsetjmp -- undef sym
Date: Mon, 14 Jun 1993 19:14:17 GMT

In article 48u@usenet.INS.CWRU.Edu, sdh@po.CWRU.Edu (Scott D. Heavner) writes:
>
>
> I just grabbed the emacs 19.13 sources and am trying to
> compile them with gcc-2.4.3 and libc.4.4. Everything compiles
> okay using the same config procedure as 19.12, but when it comes
> time to link eveything, I get errors
>
> undefined symbol _sigsetjmp referenced from text segment
>
> in the following places: keyboard.c, eval.c, and process.c
>
> This is the first major item I have attemted to compile
> under 2.4.3 and lib4.4, so I am wondering where the problem lies,
> emacs or libc. If I grep -l sigsetjmp, it pops up all over the
> place in /usr/lib/lib*.
>
> I tried removing the nostlib from the makefile and also
> telling it explicitly where to find libgcc, but nothing has worked yet.
>
>
> Scott
> sdh@po.cwru.edu
>
>
> --
> HELP! I'm being held prisoner in a .sig file factory.

You didn't say how you installed libc 4.4. I bet you didn't read
the release note of libc 4.4 word by word or you didn't follow it.
FYI, if the libc 4.4 is installed according to my release note,
there will be no reference to _sigsetjmp. But, I might be wrong .....

H.J.