I have been playing with it lately

have not got the cgi to go yet

but you do have to  type  "make form"
and it compiled up nicely

linux 2.0.35   gcc version 2.7.2.3  

 ************************************************************************************
NETWORK SERVICES;  [EMAIL PROTECTED]
______________________________________________________
Multiactive Technologies Inc.
300-1066 West Hastings Street
604-601-8000___Office
604-899-2843___Directline
604-899-2899___Faxline
"Security is a process. It's not an event. It's not a single audit or
security scan. It's an ongoing activity," said Ted Julian, an analyst at
Forrester Research Inc., in Cambridge, Mass. "You can stack security
technology a mile high, but if you have users doing stupid things, that's
not going to matter." 

-----Original Message-----
From: Peter Wang <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, January 13, 1999 11:30 PM
Subject: [analog-help] Trouble with recompling anlgform.cgi under Linux


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.
--------------------------------------------------------------------


--------------------------------------------------------------------
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.
--------------------------------------------------------------------

Reply via email to