From: HJ Lu (hlu@luke.eecs.wsu.edu)
Date: 04/05/93


From: hlu@luke.eecs.wsu.edu (HJ Lu)
Subject: Re: [Q]: Undefined symbol ___jump_libm_v4 in l
Date: Mon, 5 Apr 1993 14:40:25 GMT

In article <1pp6sh$opl@syzygy.socs.uts.EDU.AU> pdhatchm@socs.uts.EDU.AU (Paul Hatchman) writes:
>malik@dfki.uni-kl.de (Thomas Malik) writes:
>
>
>>compile this single-line file:
>
>>char *__jump_libm_v4 = "this is for libm.4.3.2 compatibility";
>
>>and add it to libsspkg.sa with ar a <your-o-file> libsspkg.sa ; ranlib libsspkg.sa.
>
>>Then the programs using libsspkg will compile fine
>
>I think it is actually an error with the SLS distribution.
>mv /usr/lib/libm.ca /usr/lib/libm.sa and things should compile.
>

Please don't do that. Please get libc 4.3.3 and do

        cd /usr/lib
        rm *.ca

>Compiling with shared maths libraries should work then too
>

H.J.