From: bhenning@wimsey.bc.ca (Bill Henning) Subject: Re: What do you linux dudes use for csh? Date: 4 Jan 1993 00:12:24 GMT
In article <1993Jan3.032626.28739@serval.net.wsu.edu> hlu@luke.eecs.wsu.edu (H.J. Lu) writes:
>>By the way, frexp seems to be missing from libc.so.4.1, and I am also
>
>It is in libm.a.
>
>>getting some unexplained 'division by zero' core dumps. Does anyone
>>(HLU?) know if this would be fixed if I installed GCC 2.3.3? (I already
>>grabbed libc.so.4.2 for doc)
>>
>
>Use gdb to track it down.
>
>H.J.
>
Thanks, I guess I'll re-compile with -g & gdb it. Funny, I thought the
makefile was already specifying -lm
Bill