From: smp@myamiga.mixcom.COM (Steven M. Palm) Subject: Re: Elm -- STILL giving Segmentation errors Date: 2 Jun 1992 00:16:15 GMT
In article <smp.0hqt@myamiga.mixcom.COM> smp@myamiga.mixcom.COM (Steven M. Palm) writes:
.
.
.
>it generates mail, and elm can read this. However, when I hit the S)end key
>in Elm, I get segmentation errors.
I found the problem.... :)
in date.c, function get_arpa_date, I believe, it is wanting to call a
function "timezone" to retrieve the local timezone. Linux's time.h file
defines timezone as an extern long or similar. Well, it seems that when
it tried to execute a function that really wasn't.... Seg error.
Can anyone enlighten me on a timezone function, or if it's in Linux, how
to get to it? For the time being I've compiled it in.