Xref: utzoo comp.unix.xenix.sco:1482 comp.sources.bugs:2818 Path: utzoo!utgpu!watserv1!watmath!att!news.cs.indiana.edu!caen!zaphod.mps.ohio-state.edu!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!fuug!demos!ache From: ache@hq.demos.su (Andrew A. Chernov) Newsgroups: comp.unix.xenix.sco,comp.sources.bugs Subject: Re: Help - Compiling ecu3 Message-ID: <1991Jan27.194020.9849@hq.demos.su> Date: 27 Jan 91 19:40:20 GMT References: <1991Jan14.202320.4315@tabbs.UUCP> <1991Jan25.221822.4247@midway.uchicago.edu> Organization: DEMOS, Moscow, USSR Lines: 19 Hi, hackers. I win it! Some functions from standard C library needs cfree. This ^^^^^ function lives in the same module with calloc. This cause an error with calloc in -lmalloc. I wrote dumb module named cfree.c: void cfree(s) char *s; { free(s); } and add cfree.o to the module list in Make.ecu. Everything appears OK! -- In-Real-Life: Andrew A. Chernov | Domain: ache@hq.demos.su, Zodiac-Sign: Virgo | ache%hq.demos.su@relay.eu.net Organization: DEMOS Coop., | Phone: +7 095 2312129 Moscow, Russia | Fax: +7 095 2335016