Xref: utzoo comp.unix.xenix.sco:1354 comp.unix.xenix.misc:83 comp.sources.bugs:2792 Path: utzoo!utgpu!watserv1!watmath!att!linac!uwm.edu!spool2.mu.edu!uunet!maverick.ksu.ksu.edu!uafhp!uafcseg!bbs00361 From: bbs00361@uafcseg.uucp (Jose Gomez) Newsgroups: comp.unix.xenix.sco,comp.unix.xenix.misc,comp.sources.bugs Subject: Re: Help - Compiling ecu3 Summary: remove malloc references Message-ID: <5850@uafhp.uark.edu> Date: 14 Jan 91 03:53:38 GMT References: <4396@ubbs-nh.MV.COM> <1991Jan13.040319.7912@nshore.uucp> Sender: netnews@uafhp.uark.edu Followup-To: gomez@enuxha.eas.asu.edu Distribution: na Organization: College of Engineering, University of Arkansas, Fayetteville Lines: 7 To compile ecu3, remove all malloc references in the makefile and in ecu.h. Undefine the #define MALLOC_3X to #undef MALLOC_3X in ecu.h and remove the -lmalloc from the $(LDFLAGS) declaration. I have it running and works fine.