Hello all,
Have anyone tried to run anlgform interface under Linux OS?
I tried to recompile the anlgform.cgi using cc under Linux
(slackware 2.0.29 ), and I got the following error:
interal compiler error:in main function:assignment to pointer
from integer without cast. cc1 got fatal signal 11
I then checked the main function of anlgform.c(3.11) and found this:
line 439: timeoffset = atoi(val);
where timeoffset should be an int. So I changed it to:
timeoffset = (unsigned int)atoi(val);
and several similar lines. But the error when I tried another
time still is like above and I can't find more similar cases.
I've really confused by this.
Could anyone give some suggestion? Any and all help will be
appreciated.
Best regards,
Peter mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------