Subject: Re: glibc - how to upgrade to newer version
To: Rob Healey <rhealey@kas.helios.mn.org>
From: Richard H. Wood <rhw@woodwrk.lerctr.org>
List: amiga
Date: 04/14/1995 06:22:24
According to Rob Healey:
> 
> > How does one upgrade the older include and compiler libs?  I am trying 
> > to compile the beta release of HTTPD on my NetBSD 1.0 Amiga, but the 
> > installed compiler does not include sigsetjmp and siglongjmp, both 
> > required by HTTPD.
> > 
> 	Actually this brings up a long festering issue:
> 
> 	Any m68k assembly god/godess out there feel like writing
> 	the sigsetjmp.s and siglongjmp.s files? i86 and sparc have
> 	the modules, m68k and the others don't. B^(.
> 
> 		-Rob
> 

So, Rob,

What did you do to get hylafax-v3.0beta100 to link on your A3000?
I got all the way through the build and hit this when it tried to
link on mine:  (I've upgraded to the 1.0A snapsnot, if that matters.)

CopyQuality.c++:64: Undefined symbol `_sigsetjmp' referenced from text segment
CopyQuality.c++:87: Undefined symbol `_sigsetjmp' referenced from text segment
CopyQuality.c++:136: Undefined symbol `_sigsetjmp' referenced from text segment
G3Decoder.c++:58: Undefined symbol `_siglongjmp' referenced from text segment
G3Decoder.c++:59: Undefined symbol `_siglongjmp' referenced from text segment
*** Error code 1

This happened before building something else, but I can't remember 
what the workaround was.  Didn't it have to do with providing an 
extra -Dsomething?

-dick